Home
last modified time | relevance | path

Searched refs:tso_hdrs (Results 1 – 7 of 7) 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_pf.c1576 qmem_free(pf->dev, sq->tso_hdrs); in otx2_free_sq_res()
/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
/linux/drivers/net/ethernet/marvell/
H A Dmvneta.c699 char *tso_hdrs[MVNETA_MAX_TSO_PAGES]; member
2679 if (txq->tso_hdrs[i]) { in mvneta_free_tso_hdrs()
2681 txq->tso_hdrs[i], in mvneta_free_tso_hdrs()
2683 txq->tso_hdrs[i] = NULL; in mvneta_free_tso_hdrs()
2696 txq->tso_hdrs[i] = dma_alloc_coherent(dev, MVNETA_TSO_PAGE_SIZE, in mvneta_alloc_tso_hdrs()
2699 if (!txq->tso_hdrs[i]) { in mvneta_alloc_tso_hdrs()
2717 return txq->tso_hdrs[index] + offset; in mvneta_get_tso_hdr()