Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dmac_client_priv.h145 extern mblk_t *mac_hwring_tx(mac_ring_handle_t, mblk_t *);
H A Dmac_impl.h737 extern mblk_t *mac_hwring_tx(mac_ring_handle_t, mblk_t *);
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvnet.c3151 ret_mp = mac_hwring_tx(tx_ringp->hw_rh, mp); in vnet_hio_tx()
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac.c1908 mac_hwring_tx(mac_ring_handle_t rh, mblk_t *mp) in mac_hwring_tx() function
8937 return (mac_hwring_tx(mrh, mp)); in mac_ring_tx()