Home
last modified time | relevance | path

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

/drivers/net/ethernet/freescale/enetc/
A Denetc.h323 #define ENETC_SI_ALIGN 32 macro
332 return (char *)si + ALIGN(sizeof(struct enetc_si), ENETC_SI_ALIGN); in enetc_si_priv()
A Denetc.c3583 alloc_size = ALIGN(alloc_size, ENETC_SI_ALIGN); in enetc_pci_probe()
3587 alloc_size += ENETC_SI_ALIGN - 1; in enetc_pci_probe()
3595 si = PTR_ALIGN(p, ENETC_SI_ALIGN); in enetc_pci_probe()

Completed in 13 milliseconds