Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dmac_client_impl.h124 mac_rx_t mci_rx_p_fn; /* Rx Quiescence */ member
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_client.c1363 mcip->mci_rx_p_fn = NULL; in mac_client_open()
2908 mcip->mci_rx_p_fn = rx_fn; in mac_unicast_add_set_rx()
3082 if (mcip->mci_rx_p_fn != NULL) { in mac_unicast_remove()
3083 mac_rx_set(mch, mcip->mci_rx_p_fn, in mac_unicast_remove()
3085 mcip->mci_rx_p_fn = NULL; in mac_unicast_remove()
3122 mcip->mci_rx_p_fn = NULL; in mac_unicast_remove()
3240 if (mcip->mci_rx_p_fn != NULL) { in mac_unicast_remove()
3241 mac_rx_set(mch, mcip->mci_rx_p_fn, in mac_unicast_remove()
3243 mcip->mci_rx_p_fn = NULL; in mac_unicast_remove()