Home
last modified time | relevance | path

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

/drivers/net/ethernet/cavium/thunder/
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()
Dnicvf_queues.h280 char *tso_hdrs; member
/drivers/net/ethernet/marvell/
Dmv643xx_eth.c351 char *tso_hdrs; member
749 memcpy(txq->tso_hdrs + tx_index * TSO_HEADER_SIZE, in txq_put_data_tso()
852 hdr = txq->tso_hdrs + txq->tx_curr_desc * TSO_HEADER_SIZE; in txq_submit_tso()
2094 txq->tso_hdrs = dma_alloc_coherent(mp->dev->dev.parent, in txq_init()
2097 if (txq->tso_hdrs == NULL) { in txq_init()
2133 if (txq->tso_hdrs) in txq_deinit()
2136 txq->tso_hdrs, txq->tso_hdrs_dma); in txq_deinit()
Dmvneta.c587 char *tso_hdrs; member
2304 hdr = txq->tso_hdrs + txq->txq_put_index * TSO_HEADER_SIZE; in mvneta_tx_tso()
3002 txq->tso_hdrs = dma_alloc_coherent(pp->dev->dev.parent, in mvneta_txq_sw_init()
3005 if (!txq->tso_hdrs) { in mvneta_txq_sw_init()
3061 if (txq->tso_hdrs) in mvneta_txq_sw_deinit()
3064 txq->tso_hdrs, txq->tso_hdrs_phys); in mvneta_txq_sw_deinit()
/drivers/net/ethernet/freescale/
Dfec.h482 char *tso_hdrs; member
Dfec_main.c637 bufaddr = txq->tso_hdrs + index * TSO_HEADER_SIZE; in fec_enet_txq_put_hdr_tso()
711 hdr = txq->tso_hdrs + index * TSO_HEADER_SIZE; in fec_enet_txq_submit_tso()
2736 if (fep->tx_queue[i] && fep->tx_queue[i]->tso_hdrs) { in fec_enet_free_queue()
2740 txq->tso_hdrs, in fec_enet_free_queue()
2772 txq->tso_hdrs = dma_alloc_coherent(&fep->pdev->dev, in fec_enet_alloc_queue()
2776 if (!txq->tso_hdrs) { in fec_enet_alloc_queue()