Home
last modified time | relevance | path

Searched refs:do_fcoe (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_main.c106 boolean_t do_fcoe; in BnxeProtoSupport() local
112 do_fcoe = B_FALSE; in BnxeProtoSupport()
125 do_fcoe = B_TRUE; in BnxeProtoSupport()
132 do_fcoe = B_TRUE; in BnxeProtoSupport()
138 do_fcoe = B_FALSE; in BnxeProtoSupport()
153 do_fcoe = B_TRUE; in BnxeProtoSupport()
160 do_fcoe = B_FALSE; in BnxeProtoSupport()
164 ((proto == LM_PROTO_SUPPORT_FCOE) && do_fcoe)); in BnxeProtoSupport()
540 pUM->do_fcoe = in BnxeAttachDevice()
545 pUM->do_fcoe = B_FALSE; in BnxeAttachDevice()
H A Dbnxe.h160 #define BNXE_FCOE(dev) ((um_device_t *)(dev))->do_fcoe
688 boolean_t do_fcoe; member