Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/iwm/
HDif_iwm.c3512 boolean_t rate_matched; in iwm_rx_tx_cmd_single() local
3532 rate_matched = (tx_resp_rate != 0 && tx_resp_rate == cur_rate); in iwm_rx_tx_cmd_single()
3534 if (tx_resp_rate != 0 && cur_rate != 0 && !rate_matched) { in iwm_rx_tx_cmd_single()
3564 if (rate_matched) { in iwm_rx_tx_cmd_single()