Searched refs:FCOE_MAC_FLAG_BOUND (Results 1 – 2 of 2) sorted by relevance
97 if (mac->fm_flags & FCOE_MAC_FLAG_BOUND) { in fcoe_register_client()102 atomic_or_32(&mac->fm_flags, FCOE_MAC_FLAG_BOUND); in fcoe_register_client()148 atomic_and_32(&EPORT2MAC(eport)->fm_flags, ~FCOE_MAC_FLAG_BOUND); in fcoe_deregister_client()413 ASSERT(mac->fm_flags & FCOE_MAC_FLAG_BOUND); in fcoe_mac_notify_link_up()423 if (mac->fm_flags & FCOE_MAC_FLAG_BOUND) { in fcoe_mac_notify_link_down()481 if (!(mac->fm_flags & FCOE_MAC_FLAG_BOUND)) { in fcoe_delete_port()
158 #define FCOE_MAC_FLAG_BOUND 0x02 macro