Home
last modified time | relevance | path

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

/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
/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
H A Dhinic_pmd_api_cmd.c671 cmd_vaddr = PTR_ALIGN(cmd_vaddr_alloc, API_PAYLOAD_ALIGN_SIZE); in alloc_cmd_buf()
725 node = (struct hinic_api_cmd_cell *)PTR_ALIGN(node_vaddr_alloc, in api_cmd_create_cell()