Home
last modified time | relevance | path

Searched refs:tso_hdrs_phys (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/cavium/thunder/
Dnicvf_queues.h271 dma_addr_t tso_hdrs_phys; member
Dnicvf_queues.c372 &sq->tso_hdrs_phys, GFP_KERNEL); in nicvf_init_snd_queue()
389 sq->tso_hdrs, sq->tso_hdrs_phys); in nicvf_free_snd_queue()
1062 sq->tso_hdrs_phys + in nicvf_sq_append_tso()
/linux-4.4.14/drivers/net/ethernet/marvell/
Dmvneta.c280 ((addr >= txq->tso_hdrs_phys) && \
281 (addr < txq->tso_hdrs_phys + txq->size * TSO_HEADER_SIZE))
501 dma_addr_t tso_hdrs_phys; member
1635 tx_desc->buf_phys_addr = txq->tso_hdrs_phys + in mvneta_tso_put_hdr()
2348 &txq->tso_hdrs_phys, GFP_KERNEL); in mvneta_txq_init()
2370 txq->tso_hdrs, txq->tso_hdrs_phys); in mvneta_txq_deinit()