Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ice/
H A Dice_rxtx_vec_sse.c100 ICE_PCI_REG_WC_WRITE(rxq->qrx_tail, rx_id); in ice_rxq_rearm()
716 ICE_PCI_REG_WC_WRITE(txq->qtx_tail, txq->tx_tail); in ice_xmit_fixed_burst_vec()
H A Dice_rxtx_vec_avx2.c132 ICE_PCI_REG_WC_WRITE(rxq->qrx_tail, rx_id); in ice_rxq_rearm()
965 ICE_PCI_REG_WC_WRITE(txq->qtx_tail, txq->tx_tail); in ice_xmit_fixed_burst_vec_avx2()
H A Dice_rxtx.c1871 ICE_PCI_REG_WC_WRITE(rxq->qrx_tail, rx_id); in ice_recv_scattered_pkts()
2265 ICE_PCI_REG_WC_WRITE(rxq->qrx_tail, rx_id); in ice_recv_pkts()
2980 ICE_PCI_REG_WC_WRITE(txq->qtx_tail, txq->tx_tail); in tx_xmit_pkts()
/f-stack/dpdk/drivers/net/ice/base/
H A Dice_osdep.h168 #define ICE_PCI_REG_WC_WRITE(reg, value) rte_write32_wc(value, reg) macro