Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dmac_client_impl.h58 } mac_unicast_impl_t; typedef
133 mac_unicast_impl_t *mci_unicast_list; /* mci_rw_lock */
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_client.c155 mac_unicast_impl_t *);
162 uint8_t *, mac_resource_props_t *, boolean_t, mac_unicast_impl_t *);
164 mac_unicast_impl_t *, flow_entry_t *);
562 mac_unicast_impl_t *mui_list, *oth_mui_list; in mac_client_link_state()
1212 static mac_unicast_impl_t *
1215 mac_unicast_impl_t *muip = mcip->mci_unicast_list; in mac_client_find_vid()
2321 mac_unicast_impl_t *muip) in mac_client_datapath_setup()
2545 mac_unicast_impl_t *muip; in i_mac_unicast_add()
2634 muip = kmem_zalloc(sizeof (mac_unicast_impl_t), KM_SLEEP); in i_mac_unicast_add()
2737 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()