Home
last modified time | relevance | path

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

/src/sys/dev/bxe/
H A Decore_sp.h200 #define ECORE_ALIGN(x, a) ((((x) + (a) - 1) / (a)) * (a)) macro
1325 #define MAC_PAD (ECORE_ALIGN(ETH_ALEN, sizeof(uint32_t)) - ETH_ALEN)