Searched refs:tso_hdrs (Results 1 – 6 of 6) sorted by relevance
370 sq->tso_hdrs = dma_alloc_coherent(&nic->pdev->dev, in nicvf_init_snd_queue()373 if (!sq->tso_hdrs) in nicvf_init_snd_queue()386 if (sq->tso_hdrs) in nicvf_free_snd_queue()389 sq->tso_hdrs, sq->tso_hdrs_phys); in nicvf_free_snd_queue()1059 hdr = sq->tso_hdrs + qentry * TSO_HEADER_SIZE; in nicvf_sq_append_tso()
270 char *tso_hdrs; member
365 char *tso_hdrs; member765 memcpy(txq->tso_hdrs + txq->tx_curr_desc * TSO_HEADER_SIZE, in txq_put_data_tso()868 hdr = txq->tso_hdrs + txq->tx_curr_desc * TSO_HEADER_SIZE; in txq_submit_tso()2109 txq->tso_hdrs = dma_alloc_coherent(mp->dev->dev.parent, in txq_init()2112 if (txq->tso_hdrs == NULL) { in txq_init()2148 if (txq->tso_hdrs) in txq_deinit()2151 txq->tso_hdrs, txq->tso_hdrs_dma); in txq_deinit()
498 char *tso_hdrs; member1703 hdr = txq->tso_hdrs + txq->txq_put_index * TSO_HEADER_SIZE; in mvneta_tx_tso()2346 txq->tso_hdrs = dma_alloc_coherent(pp->dev->dev.parent, in mvneta_txq_init()2349 if (txq->tso_hdrs == NULL) { in mvneta_txq_init()2367 if (txq->tso_hdrs) in mvneta_txq_deinit()2370 txq->tso_hdrs, txq->tso_hdrs_phys); in mvneta_txq_deinit()
448 char *tso_hdrs; member
653 bufaddr = txq->tso_hdrs + index * TSO_HEADER_SIZE; in fec_enet_txq_put_hdr_tso()728 hdr = txq->tso_hdrs + index * TSO_HEADER_SIZE; in fec_enet_txq_submit_tso()2717 if (fep->tx_queue[i] && fep->tx_queue[i]->tso_hdrs) { in fec_enet_free_queue()2721 txq->tso_hdrs, in fec_enet_free_queue()2753 txq->tso_hdrs = dma_alloc_coherent(NULL, in fec_enet_alloc_queue()2757 if (!txq->tso_hdrs) { in fec_enet_alloc_queue()