Searched refs:cur_rate (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/dev/mthca/
H A Dmthca_av.c106 static u8 ib_rate_to_memfree(u8 req_rate, u8 cur_rate) argument
108 if (cur_rate <= req_rate)
115 switch ((cur_rate - 1) / req_rate) {
/freebsd-13-stable/sys/dev/iwm/
H A Dif_iwm.c3513 int new_rate, cur_rate = vap->iv_bss->ni_txrate; local
3534 rate_matched = (tx_resp_rate != 0 && tx_resp_rate == cur_rate);
3536 if (tx_resp_rate != 0 && cur_rate != 0 && !rate_matched) {
3539 "ni_txrate=%d)\n", tx_resp_rate, cur_rate);
3571 if (new_rate != 0 && new_rate != cur_rate) {

Completed in 120 milliseconds