Searched refs:OTX2_ALIGN (Results 1 – 3 of 3) sorted by relevance
16 #define OTX2_ALIGN 128 /* Align to cacheline */ macro66 qmem->alloc_sz = (qsize * entry_sz) + OTX2_ALIGN; in qmem_alloc()74 aligned_addr = ALIGN((u64)qmem->iova, OTX2_ALIGN); in qmem_alloc()
22 #define OTX2_DATA_ALIGN(X) ALIGN(X, OTX2_ALIGN)23 #define OTX2_HEAD_ROOM OTX2_ALIGN
476 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()