Home
last modified time | relevance | path

Searched refs:sta_data_size (Results 1 – 15 of 15) sorted by relevance

/freebsd/sys/contrib/dev/mediatek/mt76/mt7603/
H A Dinit.c535 hw->sta_data_size = sizeof(struct mt7603_sta); in mt7603_register_device()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/
H A Dinit.c378 hw->sta_data_size = sizeof(struct mt7615_sta); in mt7615_init_wiphy()
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt76x02_util.c177 hw->sta_data_size = sizeof(struct mt76x02_sta); in mt76x02_init_device()
H A Dmt792x_core.c643 hw->sta_data_size = sizeof(struct mt792x_sta); in mt792x_init_wiphy()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dinit.c394 hw->sta_data_size = sizeof(struct mt7915_sta); in mt7915_init_wiphy()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dinit.c489 hw->sta_data_size = sizeof(struct mt7996_sta); in mt7996_init_wiphy()
/freebsd/sys/compat/linuxkpi/common/include/net/
H A Dmac80211.h492 size_t sta_data_size; member
/freebsd/sys/contrib/dev/iwlwifi/mld/
H A Dmac80211.c375 hw->sta_data_size = sizeof(struct iwl_mld_sta); in iwl_mac_hw_set_misc()
/freebsd/sys/contrib/dev/rtw88/
H A Dmain.c2345 hw->sta_data_size = sizeof(struct rtw_sta_info); in rtw_register_hw()
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dmac80211.c529 hw->sta_data_size = sizeof(struct iwl_mvm_sta); in iwl_mvm_mac_setup_register()
/freebsd/sys/contrib/dev/rtw89/
H A Dcore.c5747 hw->sta_data_size = struct_size_t(struct rtw89_sta, links_inst, n); in rtw89_core_register_hw()
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dmac.c7292 ar->hw->sta_data_size = sizeof(struct ath12k_sta); in __ath12k_mac_register()
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_80211.c838 lsta = malloc(sizeof(*lsta) + hw->sta_data_size, M_LKPI80211, in lkpi_lsta_alloc()
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dmac.c10191 ar->hw->sta_data_size = sizeof(struct ath10k_sta);
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dmac.c10410 ar->hw->sta_data_size = sizeof(struct ath11k_sta); in __ath11k_mac_register()