Searched defs:link_flags (Results 1 - 2 of 2) sorted by relevance

/drivers/scsi/lpfc/
H A Dlpfc_bsg.c1570 uint32_t link_flags; local
1599 link_flags = loopback_mode->type;
1625 if (link_flags == INTERNAL_LOOP_BACK)
1626 pmboxq->u.mb.un.varInitLnk.link_flags = FLAGS_LOCAL_LB;
1628 pmboxq->u.mb.un.varInitLnk.link_flags =
1823 uint32_t link_flags, timeout; local
1860 link_flags = loopback_mode->type;
1887 "3132 Set up loopback mode:x%x\n", link_flags);
1889 if (link_flags == INTERNAL_LOOP_BACK)
1891 else if (link_flags
[all...]
H A Dlpfc_hw.h1854 uint16_t link_flags; member in struct:__anon4457
1856 uint16_t link_flags; member in struct:__anon4457
1862 #define FLAGS_LOCAL_LB 0x01 /* link_flags (=1) ENDEC loopback */

Completed in 90 milliseconds