Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/sfc/
H A Dsfc_tso.c30 if (sw_ring[i].tsoh == NULL) in sfc_efx_tso_alloc_tsoh_objs()
38 rte_free(sw_ring[--i].tsoh); in sfc_efx_tso_alloc_tsoh_objs()
50 rte_free(sw_ring[i].tsoh); in sfc_efx_tso_free_tsoh_objs()
51 sw_ring[i].tsoh = NULL; in sfc_efx_tso_free_tsoh_objs()
67 rte_memcpy(tsoh, rte_pktmbuf_mtod(m, uint8_t *), in sfc_tso_prepare_header()
71 tsoh += bytes_to_copy; in sfc_tso_prepare_header()
97 uint8_t *tsoh; in sfc_efx_tso_do() local
128 tsoh = txq->sw_ring[idx & txq->ptr_mask].tsoh; in sfc_efx_tso_do()
131 header_paddr = rte_malloc_virt2iova((void *)tsoh); in sfc_efx_tso_do()
140 tsoh = rte_pktmbuf_mtod(m, uint8_t *); in sfc_efx_tso_do()
[all …]
H A Dsfc_tso.h41 unsigned int sfc_tso_prepare_header(uint8_t *tsoh, size_t header_len,
H A Dsfc_ef10_tx.c72 uint8_t *tsoh; member
463 hdr_addr = txq->tsoh + hdr_addr_off; in sfc_ef10_xmit_tso_pkt()
944 txq->tsoh = rte_calloc_socket("sfc-ef10-txq-tsoh", in sfc_ef10_tx_qcreate()
949 if (txq->tsoh == NULL) in sfc_ef10_tx_qcreate()
952 txq->tsoh_iova = rte_malloc_virt2iova(txq->tsoh); in sfc_ef10_tx_qcreate()
988 rte_free(txq->tsoh); in sfc_ef10_tx_qdestroy()
H A Dsfc_tx.h33 uint8_t *tsoh; /* Buffer to store TSO header */ member