Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/freescale/enetc/
Denetc.h255 #define ENETC_SI_ALIGN 32 macro
259 return (char *)si + ALIGN(sizeof(struct enetc_si), ENETC_SI_ALIGN); in enetc_si_priv()
Denetc.c3160 alloc_size = ALIGN(alloc_size, ENETC_SI_ALIGN); in enetc_pci_probe()
3164 alloc_size += ENETC_SI_ALIGN - 1; in enetc_pci_probe()
3172 si = PTR_ALIGN(p, ENETC_SI_ALIGN); in enetc_pci_probe()