Searched defs:hal_rx_user_status (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/contrib/dev/athk/ath11k/ |
H A D | hal_rx.h | 76 struct hal_rx_user_status { struct 77 u32 mcs:4, 78 nss:3, 79 ofdma_info_valid:1, 80 dl_ofdma_ru_start_index:7, 81 dl_ofdma_ru_width:7, 82 dl_ofdma_ru_size:8; 83 u32 ul_ofdma_user_v0_word0; 84 u32 ul_ofdma_user_v0_word1; 85 u32 ast_index; [all …]
|
/freebsd/sys/contrib/dev/athk/ath12k/ |
H A 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 …]
|