Searched refs:non_cfg_phy (Results 1 – 6 of 6) sorted by relevance
1632 uint8_t non_cfg_phy[32]; member1664 uint32_t non_cfg_phy[IWP_RX_RES_PHY_CNT]; /* upto 8 phy entries */ member
2242 phyinfo = (struct iwp_rx_non_cfg_phy *)stat->non_cfg_phy; in iwp_rx_mpdu_intr()2243 temp = LE_32(phyinfo->non_cfg_phy[IWP_RX_RES_AGC_IDX]); in iwp_rx_mpdu_intr()2246 temp = LE_32(phyinfo->non_cfg_phy[IWP_RX_RES_RSSI_AB_IDX]); in iwp_rx_mpdu_intr()2250 temp = LE_32(phyinfo->non_cfg_phy[IWP_RX_RES_RSSI_C_IDX]); in iwp_rx_mpdu_intr()
1632 uint8_t non_cfg_phy[32]; member1664 uint32_t non_cfg_phy[IWH_RX_RES_PHY_CNT]; /* upto 8 phy entries */ member
2334 phyinfo = (struct iwh_rx_non_cfg_phy *)stat->non_cfg_phy; in iwh_rx_mpdu_intr()2335 temp = LE_32(phyinfo->non_cfg_phy[IWH_RX_RES_AGC_IDX]); in iwh_rx_mpdu_intr()2338 temp = LE_32(phyinfo->non_cfg_phy[IWH_RX_RES_RSSI_AB_IDX]); in iwh_rx_mpdu_intr()2342 temp = LE_32(phyinfo->non_cfg_phy[IWH_RX_RES_RSSI_C_IDX]); in iwh_rx_mpdu_intr()
2400 uint16_t non_cfg_phy[RX_RES_PHY_CNT]; /* upto 14 phy entries */ member
2107 stat->non_cfg_phy[i] = LE_16(stat->non_cfg_phy[i]); in iwk_rx_intr()2109 phyinfo = (struct iwk_rx_non_cfg_phy *)stat->non_cfg_phy; in iwk_rx_intr()