Home
last modified time | relevance | path

Searched refs:tx_base (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/common/sfc_efx/base/
H A Dsiena_sram.c18 uint32_t rx_base, tx_base; in siena_sram_init() local
24 tx_base = rx_base + (encp->enc_rxq_limit * in siena_sram_init()
28 EFX_POPULATE_OWORD_1(oword, FRF_AZ_SRM_TX_DC_BASE_ADR, tx_base); in siena_sram_init()
/f-stack/dpdk/drivers/net/pfe/
H A Dpfe_hif.c164 hif->tx_base = hif->rx_base + hif->rx_ring_size; in pfe_hif_init_buffers()
167 memset(hif->tx_base, 0, hif->tx_ring_size * sizeof(struct hif_desc)); in pfe_hif_init_buffers()
170 desc = hif->tx_base; in pfe_hif_init_buffers()
517 desc = hif->tx_base + ttc; in __hif_tx_done_process()
571 desc = hif->tx_base + hif->txtosend; in hif_xmit_pkt()
596 desc = hif->tx_base + hif->txtoflush; in hif_xmit_pkt()
H A Dpfe_hif.h125 struct hif_desc *tx_base; member