tso_hdrs 542 drivers/net/ethernet/cavium/thunder/nicvf_queues.c sq->tso_hdrs = dma_alloc_coherent(&nic->pdev->dev, tso_hdrs 546 drivers/net/ethernet/cavium/thunder/nicvf_queues.c if (!sq->tso_hdrs) tso_hdrs 583 drivers/net/ethernet/cavium/thunder/nicvf_queues.c if (sq->tso_hdrs) { tso_hdrs 586 drivers/net/ethernet/cavium/thunder/nicvf_queues.c sq->tso_hdrs, sq->tso_hdrs_phys); tso_hdrs 587 drivers/net/ethernet/cavium/thunder/nicvf_queues.c sq->tso_hdrs = NULL; tso_hdrs 1508 drivers/net/ethernet/cavium/thunder/nicvf_queues.c hdr = sq->tso_hdrs + qentry * TSO_HEADER_SIZE; tso_hdrs 280 drivers/net/ethernet/cavium/thunder/nicvf_queues.h char *tso_hdrs; tso_hdrs 482 drivers/net/ethernet/freescale/fec.h char *tso_hdrs; tso_hdrs 675 drivers/net/ethernet/freescale/fec_main.c bufaddr = txq->tso_hdrs + index * TSO_HEADER_SIZE; tso_hdrs 749 drivers/net/ethernet/freescale/fec_main.c hdr = txq->tso_hdrs + index * TSO_HEADER_SIZE; tso_hdrs 2789 drivers/net/ethernet/freescale/fec_main.c if (fep->tx_queue[i] && fep->tx_queue[i]->tso_hdrs) { tso_hdrs 2793 drivers/net/ethernet/freescale/fec_main.c txq->tso_hdrs, tso_hdrs 2825 drivers/net/ethernet/freescale/fec_main.c txq->tso_hdrs = dma_alloc_coherent(&fep->pdev->dev, tso_hdrs 2829 drivers/net/ethernet/freescale/fec_main.c if (!txq->tso_hdrs) { tso_hdrs 351 drivers/net/ethernet/marvell/mv643xx_eth.c char *tso_hdrs; tso_hdrs 749 drivers/net/ethernet/marvell/mv643xx_eth.c memcpy(txq->tso_hdrs + tx_index * TSO_HEADER_SIZE, tso_hdrs 852 drivers/net/ethernet/marvell/mv643xx_eth.c hdr = txq->tso_hdrs + txq->tx_curr_desc * TSO_HEADER_SIZE; tso_hdrs 2094 drivers/net/ethernet/marvell/mv643xx_eth.c txq->tso_hdrs = dma_alloc_coherent(mp->dev->dev.parent, tso_hdrs 2097 drivers/net/ethernet/marvell/mv643xx_eth.c if (txq->tso_hdrs == NULL) { tso_hdrs 2133 drivers/net/ethernet/marvell/mv643xx_eth.c if (txq->tso_hdrs) tso_hdrs 2136 drivers/net/ethernet/marvell/mv643xx_eth.c txq->tso_hdrs, txq->tso_hdrs_dma); tso_hdrs 589 drivers/net/ethernet/marvell/mvneta.c char *tso_hdrs; tso_hdrs 2319 drivers/net/ethernet/marvell/mvneta.c hdr = txq->tso_hdrs + txq->txq_put_index * TSO_HEADER_SIZE; tso_hdrs 3016 drivers/net/ethernet/marvell/mvneta.c txq->tso_hdrs = dma_alloc_coherent(pp->dev->dev.parent, tso_hdrs 3019 drivers/net/ethernet/marvell/mvneta.c if (!txq->tso_hdrs) { tso_hdrs 3075 drivers/net/ethernet/marvell/mvneta.c if (txq->tso_hdrs) tso_hdrs 3078 drivers/net/ethernet/marvell/mvneta.c txq->tso_hdrs, txq->tso_hdrs_phys);