Home
last modified time | relevance | path

Searched refs:ICE_PCI_REG_WC_WRITE (Results 1 – 6 of 6) sorted by relevance

/dpdk/drivers/net/ice/
H A Dice_rxtx_common_avx.h209 ICE_PCI_REG_WC_WRITE(rxq->qrx_tail, rx_id); in ice_rxq_rearm_common()
H A Dice_rxtx_vec_sse.c100 ICE_PCI_REG_WC_WRITE(rxq->qrx_tail, rx_id); in ice_rxq_rearm()
752 ICE_PCI_REG_WC_WRITE(txq->qtx_tail, txq->tx_tail); in ice_xmit_fixed_burst_vec()
H A Dice_rxtx_vec_avx512.c132 ICE_PCI_REG_WC_WRITE(rxq->qrx_tail, rx_id); in ice_rxq_rearm()
1226 ICE_PCI_REG_WC_WRITE(txq->qtx_tail, txq->tx_tail); in ice_xmit_fixed_burst_vec_avx512()
H A Dice_rxtx_vec_avx2.c954 ICE_PCI_REG_WC_WRITE(txq->qtx_tail, txq->tx_tail); in ice_xmit_fixed_burst_vec_avx2()
H A Dice_rxtx.c2033 ICE_PCI_REG_WC_WRITE(rxq->qrx_tail, rx_id); in ice_recv_scattered_pkts()
2475 ICE_PCI_REG_WC_WRITE(rxq->qrx_tail, rx_id); in ice_recv_pkts()
3198 ICE_PCI_REG_WC_WRITE(txq->qtx_tail, txq->tx_tail); in tx_xmit_pkts()
/dpdk/drivers/net/ice/base/
H A Dice_osdep.h176 #define ICE_PCI_REG_WC_WRITE(reg, value) rte_write32_wc(value, reg) macro