Home
last modified time | relevance | path

Searched refs:mri_tx (Results 1 – 12 of 12) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Dmac_provider.h351 #define mri_tx mrfunion.send macro
/titanic_41/usr/src/uts/common/io/i40e/
H A Di40e_gld.c499 infop->mri_tx = i40e_ring_tx; in i40e_fill_tx_ring()
/titanic_41/usr/src/uts/common/io/bnxe/
H A Dbnxe_gld.c51 #define mri_tx mr_send macro
1706 pRingInfo->mri_tx = (mac_ring_send_t)BnxeTxRingSend; in BnxeFillRing()
/titanic_41/usr/src/uts/common/io/igb/
H A Digb_gld.c845 infop->mri_tx = igb_tx_ring_send; in igb_fill_ring()
/titanic_41/usr/src/uts/common/io/xge/drv/
H A Dxgell.c1488 infop->mri_tx = xgell_ring_tx; in xgell_fill_ring()
/titanic_41/usr/src/uts/sun4v/io/
H A Dvnet.c2299 infop->mri_tx = vnet_tx_ring_send; in vnet_get_ring()
/titanic_41/usr/src/uts/common/io/aggr/
H A Daggr_grp.c2293 infop->mri_tx = aggr_ring_tx; in aggr_fill_ring()
/titanic_41/usr/src/uts/common/io/hxge/
H A Dhxge_main.c3005 infop->mri_tx = hxge_tx_ring_send; in hxge_fill_ring()
/titanic_41/usr/src/uts/common/io/ixgbe/
H A Dixgbe_main.c5624 infop->mri_tx = ixgbe_ring_tx; in ixgbe_fill_ring()
/titanic_41/usr/src/uts/common/io/nxge/
H A Dnxge_main.c5717 infop->mri_tx = nxge_tx_ring_send; in nxge_fill_ring()
/titanic_41/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge.c3911 infop->mri_tx = myri10ge_send_wrapper; in myri10ge_fill_ring()
/titanic_41/usr/src/uts/common/io/mac/
H A Dmac.c1656 return (info->mri_tx(info->mri_driver, mp)); in mac_hwring_tx()