Searched refs:rx_vec (Results 1 – 4 of 4) sorted by relevance
31 __le32 rx_vec[4]; member 783 __le32 usig_a1 = phy_data->rx_vec[0]; in iwl_mld_decode_eht_ext_mu() 784 __le32 usig_a2 = phy_data->rx_vec[1]; in iwl_mld_decode_eht_ext_mu() 836 __le32 usig_a1 = phy_data->rx_vec[0]; in iwl_mld_decode_eht_ext_tb() 837 __le32 usig_a2 = phy_data->rx_vec[1]; in iwl_mld_decode_eht_ext_tb() 941 __le32 usig_a1 = phy_data->rx_vec[0]; in iwl_mld_decode_eht_phy_data() 1158 le32_encode_bits(le32_get_bits(phy_data->rx_vec[2], in iwl_mld_rx_eht() 2057 BUILD_BUG_ON(sizeof(phy_data.rx_vec) != sizeof(desc->rx_vec)); in iwl_mld_rx_monitor_no_data() 2058 memcpy(phy_data.rx_vec, des in iwl_mld_rx_monitor_no_data() [all...]
978 __le32 rx_vec[4]; member 1378 __le32 usig_a1 = phy_data->rx_vec[0]; in iwl_mvm_decode_eht_ext_mu() 1379 __le32 usig_a2 = phy_data->rx_vec[1]; in iwl_mvm_decode_eht_ext_mu() 1431 __le32 usig_a1 = phy_data->rx_vec[0]; in iwl_mvm_decode_eht_ext_tb() 1432 __le32 usig_a2 = phy_data->rx_vec[1]; in iwl_mvm_decode_eht_ext_tb() 1536 __le32 usig_a1 = phy_data->rx_vec[0]; in iwl_mvm_decode_eht_phy_data() 1756 le32_encode_bits(le32_get_bits(phy_data->rx_vec[2], in iwl_mvm_rx_eht() 2447 phy_data.rx_vec[0] = desc->rx_vec[0]; in iwl_mvm_rx_monitor_no_data() 2448 phy_data.rx_vec[ in iwl_mvm_rx_monitor_no_data() [all...]
808 * @rx_vec: DW-12:9 raw RX vectors from DSP according to modulation type.819 __le32 rx_vec[2]; member 832 * @rx_vec: DW-12:9 raw RX vectors from DSP according to modulation type.845 __le32 rx_vec[4]; member
3750 u32 rx_vec = (v0 & 0xffffffff); in niu_poll_core() local 3766 if (rx_vec & (1 << rp->rx_channel)) { in niu_poll_core() 4088 u32 rx_vec = (v1 & 0xffffffff); in niu_slowpath_interrupt() local 4093 if (rx_vec & (1 << rp->rx_channel)) { in niu_slowpath_interrupt() 4168 u32 rx_vec, tx_vec; in __niu_fastpath_interrupt() local 4172 rx_vec = (v0 & 0xffffffff); in __niu_fastpath_interrupt() 4182 if (rx_vec & (1 << rp->rx_channel)) in __niu_fastpath_interrupt()