Home
last modified time | relevance | path

Searched refs:mac_hwring_poll (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/uts/common/sys/
H A Dmac_client_priv.h134 extern mblk_t *mac_hwring_poll(mac_ring_handle_t, int);
/titanic_50/usr/src/uts/common/io/aggr/
H A Daggr_grp.c2319 mp_chain = mac_hwring_poll(rr_ring->arr_hw_rh, bytes_to_pickup); in aggr_rx_poll()
/titanic_50/usr/src/uts/sun4v/io/
H A Dvnet.c2611 mp = mac_hwring_poll(rx_ringp->hw_rh, bytes_to_pickup); in vnet_rx_poll()
/titanic_50/usr/src/uts/common/io/mac/
H A Dmac.c1634 mac_hwring_poll(mac_ring_handle_t rh, int bytes_to_pickup) in mac_hwring_poll() function