Home
last modified time | relevance | path

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

/linux/net/ieee802154/
H A Dcore.h28 struct wpan_phy wpan_phy __aligned(NETDEV_ALIGN);
/linux/drivers/net/can/
H A Dvxcan.c168 can_ml = netdev_priv(dev) + ALIGN(sizeof(struct vxcan_priv), NETDEV_ALIGN); in vxcan_setup()
290 .priv_size = ALIGN(sizeof(struct vxcan_priv), NETDEV_ALIGN) + sizeof(struct can_ml_priv),
/linux/include/net/
H A Dcfg802154.h252 char priv[] __aligned(NETDEV_ALIGN);
H A Dcfg80211.h5855 char priv[] __aligned(NETDEV_ALIGN);
/linux/net/wireless/
H A Dcore.h119 struct wiphy wiphy __aligned(NETDEV_ALIGN);
/linux/net/mac80211/
H A Dmain.c833 priv_size = ALIGN(sizeof(*local), NETDEV_ALIGN) + priv_data_len; in ieee80211_alloc_hw_nm()
904 local->hw.priv = (char *)local + ALIGN(sizeof(*local), NETDEV_ALIGN); in ieee80211_alloc_hw_nm()
/linux/include/linux/
H A Dnetdevice.h2576 #define NETDEV_ALIGN 32 macro