Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/fcoe/
H A Dfcoe_fc.c97 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()
H A Dfcoe.h158 #define FCOE_MAC_FLAG_BOUND 0x02 macro