Home
last modified time | relevance | path

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

/f-stack/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)))
H A Dsge.c76 return CXGBE_ALIGN(s->pktshift + RTE_ETHER_HDR_LEN + VLAN_HLEN + mtu, in fl_mtu_bufsize()