Home
last modified time | relevance | path

Searched refs:hw_value_short (Results 1 – 25 of 27) sorted by relevance

12

/Linux-v5.10/drivers/net/wireless/intel/iwlwifi/
Diwl-eeprom-parse.c180 { .bitrate = 1 * 10, .hw_value = 0, .hw_value_short = 0, },
181 { .bitrate = 2 * 10, .hw_value = 1, .hw_value_short = 1,
183 { .bitrate = 5.5 * 10, .hw_value = 2, .hw_value_short = 2,
185 { .bitrate = 11 * 10, .hw_value = 3, .hw_value_short = 3,
187 { .bitrate = 6 * 10, .hw_value = 4, .hw_value_short = 4, },
188 { .bitrate = 9 * 10, .hw_value = 5, .hw_value_short = 5, },
189 { .bitrate = 12 * 10, .hw_value = 6, .hw_value_short = 6, },
190 { .bitrate = 18 * 10, .hw_value = 7, .hw_value_short = 7, },
191 { .bitrate = 24 * 10, .hw_value = 8, .hw_value_short = 8, },
192 { .bitrate = 36 * 10, .hw_value = 9, .hw_value_short = 9, },
[all …]
Diwl-nvm-parse.c175 { .bitrate = 1 * 10, .hw_value = 0, .hw_value_short = 0, },
176 { .bitrate = 2 * 10, .hw_value = 1, .hw_value_short = 1,
178 { .bitrate = 5.5 * 10, .hw_value = 2, .hw_value_short = 2,
180 { .bitrate = 11 * 10, .hw_value = 3, .hw_value_short = 3,
182 { .bitrate = 6 * 10, .hw_value = 4, .hw_value_short = 4, },
183 { .bitrate = 9 * 10, .hw_value = 5, .hw_value_short = 5, },
184 { .bitrate = 12 * 10, .hw_value = 6, .hw_value_short = 6, },
185 { .bitrate = 18 * 10, .hw_value = 7, .hw_value_short = 7, },
186 { .bitrate = 24 * 10, .hw_value = 8, .hw_value_short = 8, },
187 { .bitrate = 36 * 10, .hw_value = 9, .hw_value_short = 9, },
[all …]
/Linux-v5.10/drivers/net/wireless/ti/wl1251/
Dmain.c1228 .hw_value_short = 0x1, },
1231 .hw_value_short = 0x2,
1235 .hw_value_short = 0x4,
1239 .hw_value_short = 0x20,
1243 .hw_value_short = 0x8, },
1246 .hw_value_short = 0x10, },
1249 .hw_value_short = 0x40, },
1252 .hw_value_short = 0x80, },
1255 .hw_value_short = 0x200, },
1258 .hw_value_short = 0x400, },
[all …]
/Linux-v5.10/drivers/net/wireless/ti/wlcore/
Dmain.c5878 .hw_value_short = CONF_HW_BIT_RATE_1MBPS, },
5881 .hw_value_short = CONF_HW_BIT_RATE_2MBPS,
5885 .hw_value_short = CONF_HW_BIT_RATE_5_5MBPS,
5889 .hw_value_short = CONF_HW_BIT_RATE_11MBPS,
5893 .hw_value_short = CONF_HW_BIT_RATE_6MBPS, },
5896 .hw_value_short = CONF_HW_BIT_RATE_9MBPS, },
5899 .hw_value_short = CONF_HW_BIT_RATE_12MBPS, },
5902 .hw_value_short = CONF_HW_BIT_RATE_18MBPS, },
5905 .hw_value_short = CONF_HW_BIT_RATE_24MBPS, },
5908 .hw_value_short = CONF_HW_BIT_RATE_36MBPS, },
[all …]
/Linux-v5.10/drivers/net/wireless/ath/ath5k/
Dbase.c157 .hw_value_short = ATH5K_RATE_CODE_2M | AR5K_SET_SHORT_PREAMBLE,
161 .hw_value_short = ATH5K_RATE_CODE_5_5M | AR5K_SET_SHORT_PREAMBLE,
165 .hw_value_short = ATH5K_RATE_CODE_11M | AR5K_SET_SHORT_PREAMBLE,
353 if (b->bitrates[i].hw_value_short) in ath5k_setup_rate_idx()
354 ah->rate_idx[b->band][b->bitrates[i].hw_value_short] = i; in ath5k_setup_rate_idx()
401 sband->bitrates[i].hw_value_short = in ath5k_setup_bands()
402 sband->bitrates[i].hw_value_short & 0xF; in ath5k_setup_bands()
726 rate->hw_value_short : rate->hw_value; in ath5k_get_rate_hw_value()
1426 ah->sbands[ah->curchan->band].bitrates[rxs->rate_idx].hw_value_short) in ath5k_receive_frame()
Ddebug.c1043 band->bitrates[i].hw_value_short); in ath5k_debug_dump_bands()
/Linux-v5.10/drivers/net/wireless/ath/ath9k/
Dcommon-init.c99 .hw_value_short = (SHPCHECK(_hw_rate, _flags)) \
Dcommon.c202 if (sband->bitrates[i].hw_value_short == rx_stats->rs_rate) { in ath9k_cmn_process_rate()
Dbeacon.c86 rate |= sband->bitrates[rateidx].hw_value_short; in ath9k_beacon_setup()
Dxmit.c1289 if (rate->hw_value_short) { in ath_buf_set_rate()
1291 info->rates[i].Rate |= rate->hw_value_short; in ath_buf_set_rate()
2125 fi->rtscts_rate |= rate->hw_value_short; in setup_frame_info()
/Linux-v5.10/drivers/net/wireless/mediatek/mt7601u/
Dinit.c493 .hw_value_short = (MT_PHY_TYPE_CCK << 8) | (8 + _idx), \
499 .hw_value_short = (MT_PHY_TYPE_OFDM << 8) | _idx, \
Dmac.c127 val = r->hw_value_short; in mt76_mac_tx_rate_val()
/Linux-v5.10/drivers/net/wireless/mediatek/mt76/mt7615/
Dinit.c179 .hw_value_short = (MT_PHY_TYPE_CCK << 8) | (4 + (_idx)), \
185 .hw_value_short = (MT_PHY_TYPE_OFDM << 8) | (_idx), \
Dmac.c507 val = r->hw_value_short; in mt7615_mac_tx_rate_val()
/Linux-v5.10/drivers/net/wireless/mediatek/mt76/mt7603/
Dinit.c311 .hw_value_short = (MT_PHY_TYPE_CCK << 8) | (4 + _idx), \
317 .hw_value_short = (MT_PHY_TYPE_OFDM << 8) | (_idx), \
Dmac.c684 val = r->hw_value_short; in mt7603_mac_tx_rate_val()
/Linux-v5.10/drivers/net/wireless/zydas/zd1211rw/
Dzd_mac.c44 .hw_value_short = ZD_CCK_RATE_2M | ZD_CCK_PREA_SHORT,
48 .hw_value_short = ZD_CCK_RATE_5_5M | ZD_CCK_PREA_SHORT,
52 .hw_value_short = ZD_CCK_RATE_11M | ZD_CCK_PREA_SHORT,
874 cs->modulation = txrate->hw_value_short; in fill_ctrlset()
/Linux-v5.10/drivers/net/wireless/mediatek/mt76/mt7915/
Dinit.c169 .hw_value_short = (MT_PHY_TYPE_CCK << 8) | (4 + (_idx)), \
175 .hw_value_short = (MT_PHY_TYPE_OFDM << 8) | (_idx), \
/Linux-v5.10/drivers/net/wireless/mediatek/mt76/
Dmt76x02_util.c14 .hw_value_short = (MT_PHY_TYPE_CCK << 8) | (8 + (_idx)), \
20 .hw_value_short = (MT_PHY_TYPE_OFDM << 8) | (_idx), \
Dmt76x02_mac.c209 val = r->hw_value_short; in mt76x02_mac_tx_rate_val()
/Linux-v5.10/drivers/net/wireless/ralink/rt2x00/
Drt2x00dev.c985 entry->hw_value_short = index; in rt2x00lib_rate()
/Linux-v5.10/drivers/net/wireless/ath/wcn36xx/
Dmain.c99 .hw_value_short = (_hw_rate) \
/Linux-v5.10/drivers/net/wireless/ath/ath10k/
Dmac.c37 .hw_value_short = ATH10K_HW_RATE_CCK_SP_2M,
41 .hw_value_short = ATH10K_HW_RATE_CCK_SP_5_5M,
45 .hw_value_short = ATH10K_HW_RATE_CCK_SP_11M,
63 .hw_value_short = ATH10K_HW_RATE_REV2_CCK_SP_2M,
67 .hw_value_short = ATH10K_HW_RATE_REV2_CCK_SP_5_5M,
71 .hw_value_short = ATH10K_HW_RATE_REV2_CCK_SP_11M,
131 rate->hw_value_short == hw_rate) in ath10k_mac_hw_rate_to_idx()
/Linux-v5.10/drivers/net/wireless/ath/ath11k/
Dmac.c160 .hw_value_short = ATH11K_HW_RATE_CCK_SP_2M,
164 .hw_value_short = ATH11K_HW_RATE_CCK_SP_5_5M,
168 .hw_value_short = ATH11K_HW_RATE_CCK_SP_11M,
438 rate->hw_value_short == hw_rate) in ath11k_mac_hw_rate_to_idx()
/Linux-v5.10/include/net/
Dcfg80211.h265 u16 hw_value, hw_value_short; member

12