Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_txrx.h100 struct qmem *tso_hdrs; member
H A Dqos_sq.c142 qmem_free(pfvf->dev, sq->tso_hdrs); in otx2_qos_sq_free_sqbs()
H A Dotx2_txrx.c964 hdr = sq->tso_hdrs->base + (sq->head * TSO_HEADER_SIZE); in otx2_sq_append_tso()
967 sq->tso_hdrs->iova + (sq->head * TSO_HEADER_SIZE); in otx2_sq_append_tso()
H A Dotx2_common.c1001 err = qmem_alloc(pfvf->dev, &sq->tso_hdrs, qset->sqe_cnt, in otx2_sq_init()
/linux/drivers/net/ethernet/cavium/thunder/
H A Dnicvf_queues.c542 sq->tso_hdrs = dma_alloc_coherent(&nic->pdev->dev, in nicvf_init_snd_queue()
546 if (!sq->tso_hdrs) in nicvf_init_snd_queue()
583 if (sq->tso_hdrs) { in nicvf_free_snd_queue()
586 sq->tso_hdrs, sq->tso_hdrs_phys); in nicvf_free_snd_queue()
587 sq->tso_hdrs = NULL; in nicvf_free_snd_queue()
1508 hdr = sq->tso_hdrs + qentry * TSO_HEADER_SIZE; in nicvf_sq_append_tso()
H A Dnicvf_queues.h280 char *tso_hdrs; member