Home
last modified time | relevance | path

Searched defs:PTR_ALIGN (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/net/hinic/base/
H A Dhinic_compat.h81 #define PTR_ALIGN(p, a) ((typeof(p))ALIGN((unsigned long)(p), (a))) macro
/f-stack/dpdk/drivers/net/cxgbe/
H A Dcxgbe_compat.h76 #define PTR_ALIGN(p, a) ((typeof(p))CXGBE_ALIGN((unsigned long)(p), (a))) macro