Home
last modified time | relevance | path

Searched refs:non_cfg_phy (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/iwp/
H A Diwp_hw.h1632 uint8_t non_cfg_phy[32]; member
1664 uint32_t non_cfg_phy[IWP_RX_RES_PHY_CNT]; /* upto 8 phy entries */ member
H A Diwp.c2242 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()
/illumos-gate/usr/src/uts/common/io/iwh/
H A Diwh_hw.h1632 uint8_t non_cfg_phy[32]; member
1664 uint32_t non_cfg_phy[IWH_RX_RES_PHY_CNT]; /* upto 8 phy entries */ member
H A Diwh.c2334 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()
/illumos-gate/usr/src/uts/common/io/iwk/
H A Diwk_hw.h2400 uint16_t non_cfg_phy[RX_RES_PHY_CNT]; /* upto 14 phy entries */ member
H A Diwk2.c2107 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()