Home
last modified time | relevance | path

Searched refs:ei_vnic_pending (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Deib_vnic.c253 if ((vnic = ss->ei_vnic_pending) == NULL) { in eib_vnic_login_ack()
1259 ASSERT(ss->ei_vnic_pending == NULL); in eib_vnic_create_common()
1260 ss->ei_vnic_pending = vnic; in eib_vnic_create_common()
1393 ss->ei_vnic_pending = NULL; in eib_vnic_create_common()
1995 ss->ei_vnic_pending = NULL; in eib_rb_vnic_create_common()
H A Deib_ibt.c760 if ((vnic = ss->ei_vnic_pending) != NULL) { in eib_ibt_wakeup_sqd_waiters()
/illumos-gate/usr/src/uts/common/sys/ib/clients/eoib/
H A Deib_impl.h759 struct eib_vnic_s *ei_vnic_pending; member