Home
last modified time | relevance | path

Searched refs:cur_rate (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/contrib/dev/rtw88/
H A Dbf.h100 void rtw_bf_cfg_csi_rate(struct rtw_dev *rtwdev, u8 rssi, u8 cur_rate,
117 static inline void rtw_chip_cfg_csi_rate(struct rtw_dev *rtwdev, u8 rssi, u8 cur_rate, in rtw_chip_cfg_csi_rate() argument
121 rtwdev->chip->ops->cfg_csi_rate(rtwdev, rssi, cur_rate, in rtw_chip_cfg_csi_rate()
H A Dbf.c389 void rtw_bf_cfg_csi_rate(struct rtw_dev *rtwdev, u8 rssi, u8 cur_rate, in rtw_bf_cfg_csi_rate() argument
402 if (cur_rate != DESC_RATE54M) { in rtw_bf_cfg_csi_rate()
411 if (cur_rate != DESC_RATE24M) { in rtw_bf_cfg_csi_rate()
H A Dmain.h902 void (*cfg_csi_rate)(struct rtw_dev *rtwdev, u8 rssi, u8 cur_rate,
/freebsd/sys/dev/mthca/
H A Dmthca_av.c106 static u8 ib_rate_to_memfree(u8 req_rate, u8 cur_rate) in ib_rate_to_memfree() argument
108 if (cur_rate <= req_rate) in ib_rate_to_memfree()
115 switch ((cur_rate - 1) / req_rate) { in ib_rate_to_memfree()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7603/
H A Dmac.c1164 struct ieee80211_tx_rate *cur_rate; in mt7603_fill_txs() local
1167 cur_rate = &rs->rates[idx / 2]; in mt7603_fill_txs()
1171 if (idx && (cur_rate->idx != info->status.rates[i].idx || in mt7603_fill_txs()
1172 cur_rate->flags != info->status.rates[i].flags)) { in mt7603_fill_txs()
1179 info->status.rates[i] = *cur_rate; in mt7603_fill_txs()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/
H A Dmac.c1386 struct ieee80211_tx_rate *cur_rate; in mt7615_fill_txs() local
1389 cur_rate = &rs->rates[idx / 2]; in mt7615_fill_txs()
1393 if (idx && (cur_rate->idx != info->status.rates[i].idx || in mt7615_fill_txs()
1394 cur_rate->flags != info->status.rates[i].flags)) { in mt7615_fill_txs()
1401 info->status.rates[i] = *cur_rate; in mt7615_fill_txs()
/freebsd/sys/dev/iwm/
H A Dif_iwm.c3448 int new_rate, cur_rate; in iwm_rx_tx_cmd_single() local
3466 cur_rate = ieee80211_node_get_txrate_dot11rate(vap->iv_bss); in iwm_rx_tx_cmd_single()
3470 rate_matched = (tx_resp_rate != 0 && tx_resp_rate == cur_rate); in iwm_rx_tx_cmd_single()
3472 if (tx_resp_rate != 0 && cur_rate != 0 && !rate_matched) { in iwm_rx_tx_cmd_single()
3475 "ni_txrate=%d)\n", tx_resp_rate, cur_rate); in iwm_rx_tx_cmd_single()
3507 if (new_rate != 0 && new_rate != cur_rate) { in iwm_rx_tx_cmd_single()