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.h333 #define ENETC_SI_ALIGN 32 macro
342 return (char *)si + ALIGN(sizeof(struct enetc_si), ENETC_SI_ALIGN); in enetc_si_priv()
H A Denetc.c3648 alloc_size = ALIGN(alloc_size, ENETC_SI_ALIGN); in enetc_pci_probe()
3652 alloc_size += ENETC_SI_ALIGN - 1; in enetc_pci_probe()
3660 si = PTR_ALIGN(p, ENETC_SI_ALIGN); in enetc_pci_probe()