Searched refs:NETDEV_ALIGN (Results 1 – 2 of 2) sorted by relevance
513 #define NETDEV_ALIGN 32 macro514 #define NETDEV_ALIGN_CONST (NETDEV_ALIGN - 1)
655 priv_size = ALIGN(sizeof(*local), NETDEV_ALIGN) + priv_data_len; in mac80211_alloc_hw_nm()725 local->hw.priv = (char *)local + ALIGN(sizeof(*local), NETDEV_ALIGN); in mac80211_alloc_hw_nm()