Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc.h255 #define ENETC_SI_ALIGN 32 macro
259 return (char *)si + ALIGN(sizeof(struct enetc_si), ENETC_SI_ALIGN); in enetc_si_priv()
H A Denetc.c3192 alloc_size = ALIGN(alloc_size, ENETC_SI_ALIGN); in enetc_pci_probe()
3196 alloc_size += ENETC_SI_ALIGN - 1; in enetc_pci_probe()
3204 si = PTR_ALIGN(p, ENETC_SI_ALIGN); in enetc_pci_probe()