Home
last modified time | relevance | path

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

/drivers/net/ethernet/marvell/octeontx2/af/
Dcommon.h12 #define OTX2_ALIGN 128 /* Align to cacheline */ macro
62 qmem->alloc_sz = (qsize * entry_sz) + OTX2_ALIGN; in qmem_alloc()
70 aligned_addr = ALIGN((u64)qmem->iova, OTX2_ALIGN); in qmem_alloc()
/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_txrx.h19 #define OTX2_DATA_ALIGN(X) ALIGN(X, OTX2_ALIGN)
20 #define OTX2_HEAD_ROOM OTX2_ALIGN
Dotx2_common.c519 buf = napi_alloc_frag_align(pool->rbsize, OTX2_ALIGN); in __otx2_alloc_rbuf()
1178 err = qmem_alloc(pfvf->dev, &pool->fc_addr, 1, OTX2_ALIGN); in otx2_aura_init()