Home
last modified time | relevance | path

Searched refs:txp_chg (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/sys/dev/iwm/
H A Dif_iwm_phy_db.c386 struct iwm_phy_db_chg_txp *txp_chg; in channel_id_to_txp() local
393 txp_chg = (void *)phy_db->calib_ch_group_txp[i].data; in channel_id_to_txp()
394 if (!txp_chg) in channel_id_to_txp()
400 if (le16toh(txp_chg->max_channel_idx) >= ch_index) in channel_id_to_txp()
/freebsd-src/sys/contrib/dev/iwlwifi/
H A Diwl-phy-db.c260 struct iwl_phy_db_chg_txp *txp_chg; in channel_id_to_txp() local
267 txp_chg = (void *)phy_db->calib_ch_group_txp[i].data; in channel_id_to_txp()
268 if (!txp_chg) in channel_id_to_txp()
274 if (le16_to_cpu(txp_chg->max_channel_idx) >= ch_index) in channel_id_to_txp()