Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Deib_fip.c1362 for (tail = upd->up_vnic_entry; tail != NULL; tail = tail->mp_next) { in eib_fip_queue_upd_entry()
1369 upd->up_vnic_entry = map; in eib_fip_queue_upd_entry()
1415 list = upd->up_vnic_entry; in eib_fip_apply_updates()
1416 upd->up_vnic_entry = NULL; in eib_fip_apply_updates()
H A Deib_vnic.c725 for (elem = upd->up_vnic_entry; elem != NULL; elem = nxt) { in eib_vnic_fini_tables()
729 upd->up_vnic_entry = NULL; in eib_vnic_fini_tables()
/illumos-gate/usr/src/uts/common/sys/ib/clients/eoib/
H A Deib_impl.h568 eib_vhub_map_t *up_vnic_entry; member