Searched refs:tso_hdrs (Results 1 - 11 of 11) sorted by relevance

/linux-master/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_txrx.h95 struct qmem *tso_hdrs; member in struct:otx2_snd_queue
H A Dqos_sq.c142 qmem_free(pfvf->dev, sq->tso_hdrs);
H A Dotx2_txrx.c916 hdr = sq->tso_hdrs->base + (sq->head * TSO_HEADER_SIZE);
919 sq->tso_hdrs->iova + (sq->head * TSO_HEADER_SIZE);
H A Dotx2_common.c940 err = qmem_alloc(pfvf->dev, &sq->tso_hdrs, qset->sqe_cnt,
H A Dotx2_pf.c1433 qmem_free(pf->dev, sq->tso_hdrs);
/linux-master/drivers/net/ethernet/cavium/thunder/
H A Dnicvf_queues.c543 sq->tso_hdrs = dma_alloc_coherent(&nic->pdev->dev,
547 if (!sq->tso_hdrs)
584 if (sq->tso_hdrs) {
587 sq->tso_hdrs, sq->tso_hdrs_phys);
588 sq->tso_hdrs = NULL;
1509 hdr = sq->tso_hdrs + qentry * TSO_HEADER_SIZE;
H A Dnicvf_queues.h280 char *tso_hdrs; member in struct:snd_queue
/linux-master/drivers/net/ethernet/marvell/
H A Dmv643xx_eth.c352 char *tso_hdrs; member in struct:tx_queue
746 memcpy(txq->tso_hdrs + tx_index * TSO_HEADER_SIZE,
849 hdr = txq->tso_hdrs + txq->tx_curr_desc * TSO_HEADER_SIZE;
2100 txq->tso_hdrs = dma_alloc_coherent(mp->dev->dev.parent,
2103 if (txq->tso_hdrs == NULL) {
2139 if (txq->tso_hdrs)
2142 txq->tso_hdrs, txq->tso_hdrs_dma);
H A Dmvneta.c699 char *tso_hdrs[MVNETA_MAX_TSO_PAGES]; member in struct:mvneta_tx_queue
2677 if (txq->tso_hdrs[i]) {
2679 txq->tso_hdrs[i],
2681 txq->tso_hdrs[i] = NULL;
2694 txq->tso_hdrs[i] = dma_alloc_coherent(dev, MVNETA_TSO_PAGE_SIZE,
2697 if (!txq->tso_hdrs[i]) {
2715 return txq->tso_hdrs[index] + offset;
/linux-master/drivers/net/ethernet/freescale/
H A Dfec.h568 char *tso_hdrs; member in struct:fec_enet_priv_tx_q
H A Dfec_main.c799 bufaddr = txq->tso_hdrs + index * TSO_HEADER_SIZE;
872 hdr = txq->tso_hdrs + index * TSO_HEADER_SIZE;
3317 if (fep->tx_queue[i] && fep->tx_queue[i]->tso_hdrs) {
3321 txq->tso_hdrs, txq->tso_hdrs_dma);
3351 txq->tso_hdrs = fec_dma_alloc(&fep->pdev->dev,
3354 if (!txq->tso_hdrs) {

Completed in 431 milliseconds