Home
last modified time | relevance | path

Searched refs:ENETC_SI_ALIGN (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/enetc/
H A Denetc.h177 #define ENETC_SI_ALIGN 32 macro
181 return (char *)si + ALIGN(sizeof(struct enetc_si), ENETC_SI_ALIGN); in enetc_si_priv()
H A Denetc.c1951 alloc_size = ALIGN(alloc_size, ENETC_SI_ALIGN); in enetc_pci_probe()
1955 alloc_size += ENETC_SI_ALIGN - 1; in enetc_pci_probe()
1963 si = PTR_ALIGN(p, ENETC_SI_ALIGN); in enetc_pci_probe()
/kernel/linux/linux-6.6/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.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()

Completed in 8 milliseconds