Searched defs:hal_rx_user_status (Results 1 – 2 of 2) sorted by relevance
/drivers/net/wireless/ath/ath11k/ |
D | hal_rx.h | 77 struct hal_rx_user_status { struct 78 u32 mcs:4, 79 nss:3, 80 ofdma_info_valid:1, 81 dl_ofdma_ru_start_index:7, 82 dl_ofdma_ru_width:7, 83 dl_ofdma_ru_size:8; 84 u32 ul_ofdma_user_v0_word0; 85 u32 ul_ofdma_user_v0_word1; 86 u32 ast_index; [all …]
|
/drivers/net/wireless/ath/ath12k/ |
D | hal_rx.h | 115 struct hal_rx_user_status { struct 116 u32 mcs:4, 117 nss:3, 118 ofdma_info_valid:1, 119 ul_ofdma_ru_start_index:7, 120 ul_ofdma_ru_width:7, 121 ul_ofdma_ru_size:8; 122 u32 ul_ofdma_user_v0_word0; 123 u32 ul_ofdma_user_v0_word1; 124 u32 ast_index; [all …]
|