Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/marvell/octeontx2/nic/
A Dotx2_txrx.h93 struct qmem *tso_hdrs; member
A Dotx2_txrx.c889 hdr = sq->tso_hdrs->base + (sq->head * TSO_HEADER_SIZE); in otx2_sq_append_tso()
892 sq->tso_hdrs->iova + (sq->head * TSO_HEADER_SIZE); in otx2_sq_append_tso()
A Dotx2_common.c882 err = qmem_alloc(pfvf->dev, &sq->tso_hdrs, qset->sqe_cnt, in otx2_sq_init()
A Dotx2_pf.c1389 qmem_free(pf->dev, sq->tso_hdrs); in otx2_free_sq_res()
/linux-6.3-rc2/drivers/net/ethernet/cavium/thunder/
A Dnicvf_queues.c543 sq->tso_hdrs = dma_alloc_coherent(&nic->pdev->dev, in nicvf_init_snd_queue()
547 if (!sq->tso_hdrs) in nicvf_init_snd_queue()
584 if (sq->tso_hdrs) { in nicvf_free_snd_queue()
587 sq->tso_hdrs, sq->tso_hdrs_phys); in nicvf_free_snd_queue()
588 sq->tso_hdrs = NULL; in nicvf_free_snd_queue()
1509 hdr = sq->tso_hdrs + qentry * TSO_HEADER_SIZE; in nicvf_sq_append_tso()
A Dnicvf_queues.h280 char *tso_hdrs; member
/linux-6.3-rc2/drivers/net/ethernet/marvell/
A Dmv643xx_eth.c352 char *tso_hdrs; member
746 memcpy(txq->tso_hdrs + tx_index * TSO_HEADER_SIZE, in txq_put_data_tso()
849 hdr = txq->tso_hdrs + txq->tx_curr_desc * TSO_HEADER_SIZE; in txq_submit_tso()
2100 txq->tso_hdrs = dma_alloc_coherent(mp->dev->dev.parent, in txq_init()
2103 if (txq->tso_hdrs == NULL) { in txq_init()
2139 if (txq->tso_hdrs) in txq_deinit()
2142 txq->tso_hdrs, txq->tso_hdrs_dma); in txq_deinit()
A Dmvneta.c693 char *tso_hdrs; member
2747 hdr = txq->tso_hdrs + txq->txq_put_index * TSO_HEADER_SIZE; in mvneta_tx_tso()
3485 txq->tso_hdrs = dma_alloc_coherent(pp->dev->dev.parent, in mvneta_txq_sw_init()
3488 if (!txq->tso_hdrs) in mvneta_txq_sw_init()
3541 if (txq->tso_hdrs) in mvneta_txq_sw_deinit()
3544 txq->tso_hdrs, txq->tso_hdrs_phys); in mvneta_txq_sw_deinit()
/linux-6.3-rc2/drivers/net/ethernet/freescale/
A Dfec.h551 char *tso_hdrs; member
A Dfec_main.c758 bufaddr = txq->tso_hdrs + index * TSO_HEADER_SIZE; in fec_enet_txq_put_hdr_tso()
831 hdr = txq->tso_hdrs + index * TSO_HEADER_SIZE; in fec_enet_txq_submit_tso()
3277 if (fep->tx_queue[i] && fep->tx_queue[i]->tso_hdrs) { in fec_enet_free_queue()
3281 txq->tso_hdrs, in fec_enet_free_queue()
3313 txq->tso_hdrs = dma_alloc_coherent(&fep->pdev->dev, in fec_enet_alloc_queue()
3317 if (!txq->tso_hdrs) { in fec_enet_alloc_queue()

Completed in 49 milliseconds