Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/af/
Dcommon.h16 #define OTX2_ALIGN 128 /* Align to cacheline */ macro
66 qmem->alloc_sz = (qsize * entry_sz) + OTX2_ALIGN; in qmem_alloc()
74 aligned_addr = ALIGN((u64)qmem->iova, OTX2_ALIGN); in qmem_alloc()
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_txrx.h22 #define OTX2_DATA_ALIGN(X) ALIGN(X, OTX2_ALIGN)
23 #define OTX2_HEAD_ROOM OTX2_ALIGN
Dotx2_common.c476 buf = napi_alloc_frag(pool->rbsize + OTX2_ALIGN); in __otx2_alloc_rbuf()
480 buf = PTR_ALIGN(buf, OTX2_ALIGN); in __otx2_alloc_rbuf()
1099 err = qmem_alloc(pfvf->dev, &pool->fc_addr, 1, OTX2_ALIGN); in otx2_aura_init()