Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fcoe/
H A Dfcoe_fc.c99 if (mac->fm_flags & FCOE_MAC_FLAG_BOUND) { in fcoe_register_client()
104 atomic_or_32(&mac->fm_flags, FCOE_MAC_FLAG_BOUND); in fcoe_register_client()
150 atomic_and_32(&EPORT2MAC(eport)->fm_flags, ~FCOE_MAC_FLAG_BOUND); in fcoe_deregister_client()
416 ASSERT(mac->fm_flags & FCOE_MAC_FLAG_BOUND); in fcoe_mac_notify_link_up()
426 if (mac->fm_flags & FCOE_MAC_FLAG_BOUND) { in fcoe_mac_notify_link_down()
484 if (!(mac->fm_flags & FCOE_MAC_FLAG_BOUND)) { in fcoe_delete_port()
H A Dfcoe.h158 #define FCOE_MAC_FLAG_BOUND 0x02 macro