Searched refs:tso_hdrs (Results 1 – 6 of 6) sorted by relevance
542 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()
280 char *tso_hdrs; member
351 char *tso_hdrs; member749 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()
587 char *tso_hdrs; member2304 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()
482 char *tso_hdrs; member
637 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()