Home
last modified time | relevance | path

Searched refs:fm_flags (Results 1 – 4 of 4) 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()
152 if (!(EPORT2MAC(eport)->fm_flags & FCOE_MAC_FLAG_USER_DEL)) { 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()
479 if ((mac->fm_flags & FCOE_MAC_FLAG_ENABLED) != FCOE_MAC_FLAG_ENABLED) { in fcoe_delete_port()
484 if (!(mac->fm_flags & FCOE_MAC_FLAG_BOUND)) { in fcoe_delete_port()
493 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()
/illumos-gate/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()
906 int fm_flags; in engine_apply() local
917 fm_flags = BUNDLE_PROF | CHECKHASH; in engine_apply()
928 fm_flags |= CHECKEXT; in engine_apply()
941 fm_flags)) < 0) { in engine_apply()