Searched refs:vc_vnic (Results 1 – 1 of 1) sorted by relevance
88 dl_vnic_t *vc_vnic; /* VNIC list on this link */ member409 for (vnic = node->vc_vnic; vnic != NULL; vnic = vnic->dlv_next) { in vnic_online_vnic()442 for (vnic = node->vc_vnic; vnic != NULL; vnic = vnic->dlv_next) { in vnic_offline_vnic()544 for (vnic = node->vc_vnic; vnic != NULL; vnic = vnic->dlv_next) { in vnic_consumer_remove()706 for (vnic = node->vc_vnic; vnic != NULL; vnic = vnic->dlv_next) in vnic_usage()727 for (vnic = node->vc_vnic; vnic != NULL; vnic = vnic->dlv_next) { in vnic_usage()802 for (vnic = node->vc_vnic; vnic != NULL; vnic = next) { in node_free()909 node->vc_vnic = NULL; in vnic_update()915 for (vnic = node->vc_vnic; vnic != NULL; vnic = vnic->dlv_next) { in vnic_update()933 vnic->dlv_next = node->vc_vnic; in vnic_update()[all …]