Home
last modified time | relevance | path

Searched refs:tso_hdrs_phys (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/cavium/thunder/
H A Dnicvf_queues.h281 dma_addr_t tso_hdrs_phys; member
H A Dnicvf_queues.c544 &sq->tso_hdrs_phys, in nicvf_init_snd_queue()
586 sq->tso_hdrs, sq->tso_hdrs_phys); in nicvf_free_snd_queue()
1511 sq->tso_hdrs_phys + in nicvf_sq_append_tso()
/kernel/linux/linux-6.6/drivers/net/ethernet/cavium/thunder/
H A Dnicvf_queues.h281 dma_addr_t tso_hdrs_phys; member
H A Dnicvf_queues.c545 &sq->tso_hdrs_phys, in nicvf_init_snd_queue()
587 sq->tso_hdrs, sq->tso_hdrs_phys); in nicvf_free_snd_queue()
1512 sq->tso_hdrs_phys + in nicvf_sq_append_tso()
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/
H A Dmvneta.c336 ((addr >= txq->tso_hdrs_phys) && \
337 (addr < txq->tso_hdrs_phys + txq->size * TSO_HEADER_SIZE))
662 dma_addr_t tso_hdrs_phys; member
2596 tx_desc->buf_phys_addr = txq->tso_hdrs_phys + in mvneta_tso_put_hdr()
3407 &txq->tso_hdrs_phys, GFP_KERNEL); in mvneta_txq_sw_init()
3464 txq->tso_hdrs, txq->tso_hdrs_phys); in mvneta_txq_sw_deinit()
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/
H A Dmvneta.c702 dma_addr_t tso_hdrs_phys[MVNETA_MAX_TSO_PAGES]; member
2680 txq->tso_hdrs_phys[i]); in mvneta_free_tso_hdrs()
2695 &txq->tso_hdrs_phys[i], in mvneta_alloc_tso_hdrs()
2713 *dma = txq->tso_hdrs_phys[index] + offset; in mvneta_get_tso_hdr()

Completed in 22 milliseconds