Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc.h267 #define ENETC_SI_ALIGN 32 macro
276 return (char *)si + ALIGN(sizeof(struct enetc_si), ENETC_SI_ALIGN); in enetc_si_priv()
H A Denetc.c3210 alloc_size = ALIGN(alloc_size, ENETC_SI_ALIGN); in enetc_pci_probe()
3214 alloc_size += ENETC_SI_ALIGN - 1; in enetc_pci_probe()
3222 si = PTR_ALIGN(p, ENETC_SI_ALIGN); in enetc_pci_probe()