Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Deib_vnic.c1230 while (ss->ei_vnic_state & EIB_VN_BEING_MODIFIED) in eib_vnic_modify_enter()
1233 ss->ei_vnic_state |= op; in eib_vnic_modify_enter()
1241 ss->ei_vnic_state &= (~op); in eib_vnic_modify_exit()
/illumos-gate/usr/src/uts/common/sys/ib/clients/eoib/
H A Deib_impl.h754 uint_t ei_vnic_state; member