Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/contrib/dev/iwlwifi/
HDiwl-nvm-parse.c120 { .bitrate = 1 * 10, .hw_value = 0, .hw_value_short = 0, },
121 { .bitrate = 2 * 10, .hw_value = 1, .hw_value_short = 1,
123 { .bitrate = 5.5 * 10, .hw_value = 2, .hw_value_short = 2,
125 { .bitrate = 11 * 10, .hw_value = 3, .hw_value_short = 3,
127 { .bitrate = 6 * 10, .hw_value = 4, .hw_value_short = 4, },
128 { .bitrate = 9 * 10, .hw_value = 5, .hw_value_short = 5, },
129 { .bitrate = 12 * 10, .hw_value = 6, .hw_value_short = 6, },
130 { .bitrate = 18 * 10, .hw_value = 7, .hw_value_short = 7, },
131 { .bitrate = 24 * 10, .hw_value = 8, .hw_value_short = 8, },
132 { .bitrate = 36 * 10, .hw_value = 9, .hw_value_short = 9, },
[all …]
/freebsd-14-stable/sys/contrib/dev/mediatek/mt76/
HDmt76.h991 .hw_value_short = (MT_PHY_TYPE_CCK << 8) | (4 + _idx), \
997 .hw_value_short = (MT_PHY_TYPE_OFDM << 8) | (_idx), \
HDmt76x02_util.c14 .hw_value_short = (MT_PHY_TYPE_CCK << 8) | (8 + (_idx)), \
HDmt76x02_mac.c209 val = r->hw_value_short; in mt76x02_mac_tx_rate_val()
/freebsd-14-stable/sys/contrib/dev/athk/ath10k/
HDmac.c39 .hw_value_short = ATH10K_HW_RATE_CCK_SP_2M,
43 .hw_value_short = ATH10K_HW_RATE_CCK_SP_5_5M,
47 .hw_value_short = ATH10K_HW_RATE_CCK_SP_11M,
65 .hw_value_short = ATH10K_HW_RATE_REV2_CCK_SP_2M,
69 .hw_value_short = ATH10K_HW_RATE_REV2_CCK_SP_5_5M,
73 .hw_value_short = ATH10K_HW_RATE_REV2_CCK_SP_11M,
144 rate->hw_value_short == hw_rate) in ath10k_mac_hw_rate_to_idx()
/freebsd-14-stable/sys/compat/linuxkpi/common/include/net/
HDcfg80211.h184 uint16_t hw_value_short; member
/freebsd-14-stable/sys/contrib/dev/athk/ath12k/
HDmac.c159 .hw_value_short = ATH12K_HW_RATE_CCK_SP_2M,
163 .hw_value_short = ATH12K_HW_RATE_CCK_SP_5_5M,
167 .hw_value_short = ATH12K_HW_RATE_CCK_SP_11M,
509 rate->hw_value_short == hw_rate) in ath12k_mac_hw_rate_to_idx()
/freebsd-14-stable/sys/contrib/dev/mediatek/mt76/mt7603/
HDmac.c713 val = r->hw_value_short; in mt7603_mac_tx_rate_val()
/freebsd-14-stable/sys/contrib/dev/athk/ath11k/
HDmac.c172 .hw_value_short = ATH11K_HW_RATE_CCK_SP_2M,
176 .hw_value_short = ATH11K_HW_RATE_CCK_SP_5_5M,
180 .hw_value_short = ATH11K_HW_RATE_CCK_SP_11M,
552 rate->hw_value_short == hw_rate) in ath11k_mac_hw_rate_to_idx()
/freebsd-14-stable/sys/contrib/dev/mediatek/mt76/mt7615/
HDmac.c699 val = r->hw_value_short; in mt7615_mac_tx_rate_val()
/freebsd-14-stable/sys/contrib/dev/mediatek/mt76/mt7915/
HDmac.c662 val = cck ? r->hw_value_short : r->hw_value; in mt7915_mac_write_txwi_tm()