Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/freescale/
Dfec.h446 char *tso_hdrs; member
Dfec_main.c649 bufaddr = txq->tso_hdrs + index * TSO_HEADER_SIZE; in fec_enet_txq_put_hdr_tso()
724 hdr = txq->tso_hdrs + index * TSO_HEADER_SIZE; in fec_enet_txq_submit_tso()
2605 if (fep->tx_queue[i] && fep->tx_queue[i]->tso_hdrs) { in fec_enet_free_queue()
2609 txq->tso_hdrs, in fec_enet_free_queue()
2641 txq->tso_hdrs = dma_alloc_coherent(NULL, in fec_enet_alloc_queue()
2645 if (!txq->tso_hdrs) { in fec_enet_alloc_queue()
/linux-4.1.27/drivers/net/ethernet/marvell/
Dmv643xx_eth.c365 char *tso_hdrs; member
841 hdr = txq->tso_hdrs + txq->tx_curr_desc * TSO_HEADER_SIZE; in txq_submit_tso()
2080 txq->tso_hdrs = dma_alloc_coherent(mp->dev->dev.parent, in txq_init()
2083 if (txq->tso_hdrs == NULL) { in txq_init()
2119 if (txq->tso_hdrs) in txq_deinit()
2122 txq->tso_hdrs, txq->tso_hdrs_dma); in txq_deinit()
Dmvneta.c436 char *tso_hdrs; member
1651 hdr = txq->tso_hdrs + txq->txq_put_index * TSO_HEADER_SIZE; in mvneta_tx_tso()
2326 txq->tso_hdrs = dma_alloc_coherent(pp->dev->dev.parent, in mvneta_txq_init()
2329 if (txq->tso_hdrs == NULL) { in mvneta_txq_init()
2347 if (txq->tso_hdrs) in mvneta_txq_deinit()
2350 txq->tso_hdrs, txq->tso_hdrs_phys); in mvneta_txq_deinit()