Searched refs:tso_hdrs (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.15/drivers/net/ethernet/marvell/octeontx2/nic/ |
D | otx2_txrx.h | 88 struct qmem *tso_hdrs; member
|
D | otx2_txrx.c | 762 hdr = sq->tso_hdrs->base + (sq->head * TSO_HEADER_SIZE); in otx2_sq_append_tso() 765 sq->tso_hdrs->iova + (sq->head * TSO_HEADER_SIZE); in otx2_sq_append_tso()
|
D | otx2_common.c | 838 err = qmem_alloc(pfvf->dev, &sq->tso_hdrs, qset->sqe_cnt, in otx2_sq_init()
|
D | otx2_pf.c | 1289 qmem_free(pf->dev, sq->tso_hdrs); in otx2_free_sq_res()
|
/Linux-v5.15/drivers/net/ethernet/cavium/thunder/ |
D | nicvf_queues.c | 542 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()
|
D | nicvf_queues.h | 280 char *tso_hdrs; member
|
/Linux-v5.15/drivers/net/ethernet/marvell/ |
D | mv643xx_eth.c | 351 char *tso_hdrs; member 745 memcpy(txq->tso_hdrs + tx_index * TSO_HEADER_SIZE, in txq_put_data_tso() 848 hdr = txq->tso_hdrs + txq->tx_curr_desc * TSO_HEADER_SIZE; in txq_submit_tso() 2095 txq->tso_hdrs = dma_alloc_coherent(mp->dev->dev.parent, in txq_init() 2098 if (txq->tso_hdrs == NULL) { in txq_init() 2134 if (txq->tso_hdrs) in txq_deinit() 2137 txq->tso_hdrs, txq->tso_hdrs_dma); in txq_deinit()
|
D | mvneta.c | 662 char *tso_hdrs; member 2681 hdr = txq->tso_hdrs + txq->txq_put_index * TSO_HEADER_SIZE; in mvneta_tx_tso() 3418 txq->tso_hdrs = dma_alloc_coherent(pp->dev->dev.parent, in mvneta_txq_sw_init() 3421 if (!txq->tso_hdrs) in mvneta_txq_sw_init() 3474 if (txq->tso_hdrs) in mvneta_txq_sw_deinit() 3477 txq->tso_hdrs, txq->tso_hdrs_phys); in mvneta_txq_sw_deinit()
|
/Linux-v5.15/drivers/net/ethernet/freescale/ |
D | fec.h | 520 char *tso_hdrs; member
|
D | fec_main.c | 705 bufaddr = txq->tso_hdrs + index * TSO_HEADER_SIZE; in fec_enet_txq_put_hdr_tso() 778 hdr = txq->tso_hdrs + index * TSO_HEADER_SIZE; in fec_enet_txq_submit_tso() 2998 if (fep->tx_queue[i] && fep->tx_queue[i]->tso_hdrs) { in fec_enet_free_queue() 3002 txq->tso_hdrs, in fec_enet_free_queue() 3034 txq->tso_hdrs = dma_alloc_coherent(&fep->pdev->dev, in fec_enet_alloc_queue() 3038 if (!txq->tso_hdrs) { in fec_enet_alloc_queue()
|