Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/
H A Decore_sp_verbs.h16 #define ECORE_ALIGN(x, a) ALIGN(x, a) macro
18 #define ECORE_ALIGN(x, a) ((((x) + (a) - 1) / (a)) * (a)) macro
930 #define MAC_PAD (ECORE_ALIGN(ETH_ALEN, sizeof(u32)) - ETH_ALEN)
H A Decore_sp_verbs.c14 #define ECORE_ALIGN(x, a) ALIGN(x, a) macro