Home
last modified time | relevance | path

Searched refs:NETDEV_ALIGN (Results 1 – 9 of 9) sorted by relevance

/linux-3.4.99/include/net/
Dwpan-phy.h49 char priv[0] __attribute__((__aligned__(NETDEV_ALIGN)));
Dcfg80211.h2113 char priv[0] __attribute__((__aligned__(NETDEV_ALIGN)));
/linux-3.4.99/drivers/net/wireless/brcm80211/brcmfmac/
Dwl_cfg80211.h318 u8 ci[0] __aligned(NETDEV_ALIGN);
/linux-3.4.99/drivers/net/phy/
Dmdio_bus.c50 size_t aligned_size = ALIGN(sizeof(*bus), NETDEV_ALIGN); in mdiobus_alloc_size()
/linux-3.4.99/drivers/net/wireless/iwmc3200wifi/
Diwm.h311 char private[0] __attribute__((__aligned__(NETDEV_ALIGN)));
/linux-3.4.99/net/wireless/
Dcore.h83 struct wiphy wiphy __attribute__((__aligned__(NETDEV_ALIGN)));
/linux-3.4.99/net/mac80211/
Dmain.c545 priv_size = ALIGN(sizeof(*local), NETDEV_ALIGN) + priv_data_len; in ieee80211_alloc_hw()
575 local->hw.priv = (char *)local + ALIGN(sizeof(*local), NETDEV_ALIGN); in ieee80211_alloc_hw()
/linux-3.4.99/include/linux/
Dnetdevice.h1308 #define NETDEV_ALIGN 32 macro
1426 return (char *)dev + ALIGN(sizeof(struct net_device), NETDEV_ALIGN); in netdev_priv()
/linux-3.4.99/net/core/
Ddev.c5920 alloc_size = ALIGN(alloc_size, NETDEV_ALIGN); in alloc_netdev_mqs()
5924 alloc_size += NETDEV_ALIGN - 1; in alloc_netdev_mqs()
5932 dev = PTR_ALIGN(p, NETDEV_ALIGN); in alloc_netdev_mqs()