Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/iwk/
H A Diwk2.c317 static int iwk_cck_sens(iwk_sc_t *sc, uint32_t actual_rx_time);
318 static int iwk_ofdm_sens(iwk_sc_t *sc, uint32_t actual_rx_time);
5478 uint32_t actual_rx_time; in iwk_rx_sens() local
5498 actual_rx_time = LE_32(rx_general_p->channel_load); in iwk_rx_sens()
5499 if (!actual_rx_time) { in iwk_rx_sens()
5507 rv = iwk_ofdm_sens(sc, actual_rx_time); in iwk_rx_sens()
5513 rv = iwk_cck_sens(sc, actual_rx_time); in iwk_rx_sens()
5567 static int iwk_cck_sens(iwk_sc_t *sc, uint32_t actual_rx_time) in iwk_cck_sens() argument
5676 if (cck_sum_fa_bp < (5 * actual_rx_time)) { in iwk_cck_sens()
5687 if (cck_sum_fa_bp > (50 * actual_rx_time)) { in iwk_cck_sens()
[all …]