Home
last modified time | relevance | path

Searched refs:fm_flags (Results 1 – 4 of 4) 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()
150 if (!(EPORT2MAC(eport)->fm_flags & FCOE_MAC_FLAG_USER_DEL)) { 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()
476 if ((mac->fm_flags & FCOE_MAC_FLAG_ENABLED) != FCOE_MAC_FLAG_ENABLED) { in fcoe_delete_port()
481 if (!(mac->fm_flags & FCOE_MAC_FLAG_BOUND)) { in fcoe_delete_port()
490 mac->fm_flags |= FCOE_MAC_FLAG_USER_DEL; in fcoe_delete_port()
H A Dfcoe.h127 uint32_t fm_flags; member
H A Dfcoe.c695 if (fcoe_mac->fm_flags & FCOE_MAC_FLAG_ENABLED) { in fcoe_iocmd()
713 fcoe_mac->fm_flags |= FCOE_MAC_FLAG_ENABLED; in fcoe_iocmd()
1008 mac->fm_flags = 0; in fcoe_create_mac_by_id()
/titanic_41/usr/src/cmd/svc/svccfg/
H A Dsvccfg_engine.c625 int fm_flags; in engine_import() local
707 fm_flags = CHECKHASH; in engine_import()
716 fm_flags |= CHECKEXT; in engine_import()
729 fm_flags)) < 0) { in engine_import()
899 int fm_flags; in engine_apply() local
910 fm_flags = BUNDLE_PROF | CHECKHASH; in engine_apply()
921 fm_flags |= CHECKEXT; in engine_apply()
934 fm_flags)) < 0) { in engine_apply()