Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_client.c1217 while ((muip != NULL) && (muip->mui_vid != vid)) in mac_client_find_vid()
1218 muip = muip->mui_next; in mac_client_find_vid()
1220 return (muip); in mac_client_find_vid()
2635 muip->mui_vid = vid; in i_mac_unicast_add()
2738 muip->mui_vid = vid; in i_mac_unicast_add()
3013 muip != NULL ? muip->mui_vid : VLAN_ID_NONE); in mac_client_datapath_teardown()
3039 if (muip != NULL) in mac_client_datapath_teardown()
3108 ASSERT(muip != NULL); in mac_unicast_remove()
3145 if (muip == pre) { in mac_unicast_remove()
4841 for (muip = mcip->mci_unicast_list; muip != NULL; in mac_set_pvid()
[all …]
H A Dmac.c7359 mac_unicast_impl_t *muip; in mac_rx_move_macaddr() local
7402 for (muip = mcip->mci_unicast_list; muip != NULL; muip = muip->mui_next) in mac_rx_move_macaddr()
7403 muip->mui_map = NULL; in mac_rx_move_macaddr()
7433 for (muip = mcip->mci_unicast_list; muip != NULL; muip = muip->mui_next) in mac_rx_move_macaddr()
7434 muip->mui_map = mcip->mci_unicast; in mac_rx_move_macaddr()