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.c1215 mac_unicast_impl_t *muip = mcip->mci_unicast_list; in mac_client_find_vid() local
1217 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()
2321 mac_unicast_impl_t *muip) in mac_client_datapath_setup() argument
2432 muip->mui_map = mcip->mci_unicast; in mac_client_datapath_setup()
2435 muip->mui_next = mcip->mci_unicast_list; in mac_client_datapath_setup()
2436 mcip->mci_unicast_list = muip; in mac_client_datapath_setup()
2545 mac_unicast_impl_t *muip; in i_mac_unicast_add() local
2634 muip = kmem_zalloc(sizeof (mac_unicast_impl_t), KM_SLEEP); in i_mac_unicast_add()
[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()