Home
last modified time | relevance | path

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

/linux-3.3/include/net/
Dwpan-phy.h48 char priv[0] __attribute__((__aligned__(NETDEV_ALIGN)));
Dcfg80211.h2095 char priv[0] __attribute__((__aligned__(NETDEV_ALIGN)));
/linux-3.3/drivers/net/wireless/brcm80211/brcmfmac/
Dwl_cfg80211.h318 u8 ci[0] __aligned(NETDEV_ALIGN);
/linux-3.3/drivers/net/phy/
Dmdio_bus.c50 size_t aligned_size = ALIGN(sizeof(*bus), NETDEV_ALIGN); in mdiobus_alloc_size()
/linux-3.3/drivers/net/wireless/iwmc3200wifi/
Diwm.h311 char private[0] __attribute__((__aligned__(NETDEV_ALIGN)));
/linux-3.3/net/wireless/
Dcore.h83 struct wiphy wiphy __attribute__((__aligned__(NETDEV_ALIGN)));
/linux-3.3/net/mac80211/
Dmain.c552 priv_size = ALIGN(sizeof(*local), NETDEV_ALIGN) + priv_data_len; in ieee80211_alloc_hw()
582 local->hw.priv = (char *)local + ALIGN(sizeof(*local), NETDEV_ALIGN); in ieee80211_alloc_hw()
/linux-3.3/include/linux/
Dnetdevice.h1304 #define NETDEV_ALIGN 32 macro
1431 return (char *)dev + ALIGN(sizeof(struct net_device), NETDEV_ALIGN); in netdev_priv()
/linux-3.3/net/core/
Ddev.c5954 alloc_size = ALIGN(alloc_size, NETDEV_ALIGN); in alloc_netdev_mqs()
5958 alloc_size += NETDEV_ALIGN - 1; in alloc_netdev_mqs()
5966 dev = PTR_ALIGN(p, NETDEV_ALIGN); in alloc_netdev_mqs()