Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/sfc/
H A Dsfc_tx.h31 struct sfc_efx_tx_sw_desc { struct
68 struct sfc_efx_tx_sw_desc *sw_ring;
125 int sfc_efx_tso_alloc_tsoh_objs(struct sfc_efx_tx_sw_desc *sw_ring,
128 void sfc_efx_tso_free_tsoh_objs(struct sfc_efx_tx_sw_desc *sw_ring,
H A Dsfc_tso.c20 sfc_efx_tso_alloc_tsoh_objs(struct sfc_efx_tx_sw_desc *sw_ring, in sfc_efx_tso_alloc_tsoh_objs()
44 sfc_efx_tso_free_tsoh_objs(struct sfc_efx_tx_sw_desc *sw_ring, in sfc_efx_tso_free_tsoh_objs()
H A Dsfc_tx.c673 struct sfc_efx_tx_sw_desc *txd; in sfc_efx_tx_reap()