Home
last modified time | relevance | path

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

/freebsd/sys/dev/iwm/
H A Dif_iwm.c3449 boolean_t rate_matched; in iwm_rx_tx_cmd_single() local
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()
3502 if (rate_matched) { in iwm_rx_tx_cmd_single()