Searched refs:tso_hdrs (Results 1 – 6 of 6) sorted by relevance
547 sq->tso_hdrs = dma_alloc_coherent(&nic->pdev->dev, in nicvf_init_snd_queue()551 if (!sq->tso_hdrs) in nicvf_init_snd_queue()588 if (sq->tso_hdrs) in nicvf_free_snd_queue()591 sq->tso_hdrs, sq->tso_hdrs_phys); in nicvf_free_snd_queue()1511 hdr = sq->tso_hdrs + qentry * TSO_HEADER_SIZE; in nicvf_sq_append_tso()
283 char *tso_hdrs; member
363 char *tso_hdrs; member761 memcpy(txq->tso_hdrs + tx_index * TSO_HEADER_SIZE, in txq_put_data_tso()864 hdr = txq->tso_hdrs + txq->tx_curr_desc * TSO_HEADER_SIZE; in txq_submit_tso()2113 txq->tso_hdrs = dma_alloc_coherent(mp->dev->dev.parent, in txq_init()2116 if (txq->tso_hdrs == NULL) { in txq_init()2152 if (txq->tso_hdrs) in txq_deinit()2155 txq->tso_hdrs, txq->tso_hdrs_dma); in txq_deinit()
583 char *tso_hdrs; member2303 hdr = txq->tso_hdrs + txq->txq_put_index * TSO_HEADER_SIZE; in mvneta_tx_tso()2998 txq->tso_hdrs = dma_alloc_coherent(pp->dev->dev.parent, in mvneta_txq_sw_init()3001 if (!txq->tso_hdrs) { in mvneta_txq_sw_init()3057 if (txq->tso_hdrs) in mvneta_txq_sw_deinit()3060 txq->tso_hdrs, txq->tso_hdrs_phys); in mvneta_txq_sw_deinit()
482 char *tso_hdrs; member
634 bufaddr = txq->tso_hdrs + index * TSO_HEADER_SIZE; in fec_enet_txq_put_hdr_tso()708 hdr = txq->tso_hdrs + index * TSO_HEADER_SIZE; in fec_enet_txq_submit_tso()2690 if (fep->tx_queue[i] && fep->tx_queue[i]->tso_hdrs) { in fec_enet_free_queue()2694 txq->tso_hdrs, in fec_enet_free_queue()2726 txq->tso_hdrs = dma_alloc_coherent(&fep->pdev->dev, in fec_enet_alloc_queue()2730 if (!txq->tso_hdrs) { in fec_enet_alloc_queue()