Searched refs:vnic0 (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Deib_mac.c160 eib_vnic_t *vnic0 = NULL; local
193 if (eib_vnic_create(ss, 0, 0, &vnic0, &err) != EIB_E_SUCCESS)
201 * (of vnic0) directly.
203 ld = &(vnic0->vn_login_data);
214 eib_rb_mac_start(ss, vnic0);
476 eib_rb_mac_start(eib_t *ss, eib_vnic_t *vnic0) argument
481 * If vnic0 is non-null, delete it
483 if (vnic0) {
484 eib_rb_vnic_create(ss, vnic0, ~0);

Completed in 58 milliseconds