Home
last modified time | relevance | path

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

/dpdk/drivers/net/cxgbe/
H A Dcxgbe_compat.h75 #define CXGBE_ALIGN(x, a) (((x) + (a) - 1) & ~((a) - 1)) macro
76 #define PTR_ALIGN(p, a) ((typeof(p))CXGBE_ALIGN((unsigned long)(p), (a)))