Home
last modified time | relevance | path

Searched refs:DMA_BUFFER_LEN (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/ethernet/cavium/thunder/
H A Dnicvf_queues.h89 #define DMA_BUFFER_LEN 1536 /* In multiples of 128bytes */ macro
90 #define RCV_FRAG_LEN (SKB_DATA_ALIGN(DMA_BUFFER_LEN + NET_SKB_PAD) + \
H A Dnicvf_queues.c1015 DMA_BUFFER_LEN)) in nicvf_alloc_resources()
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_txrx.h44 #define DMA_BUFFER_LEN(x) ((x) - OTX2_HEAD_ROOM) macro
H A Dotx2_common.c867 aq->rq.lpb_sizem1 = (DMA_BUFFER_LEN(pfvf->rbsize) / 8) - 1; in otx2_rq_init()