Searched defs:gain_diff_p (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/iwk/
H A Diwk2.c5159 struct iwk_rx_gain_diff *gain_diff_p; local
5161 gain_diff_p = &sc->sc_rxgain_diff;
5163 (void) memset(gain_diff_p, 0, sizeof (struct iwk_rx_gain_diff));
5167 gain_diff_p->gain_diff_chain[i] = CHAIN_GAIN_DIFF_INIT_VAL;
5183 gain_diff_p->state = IWK_GAIN_DIFF_ACCUMULATE;
5208 struct iwk_rx_gain_diff *gain_diff_p = &sc->sc_rxgain_diff; local
5215 if (IWK_GAIN_DIFF_ACCUMULATE != gain_diff_p->state) {
5240 gain_diff_p->beacon_count++;
5243 gain_diff_p->noise_stren_a += noise_chain_a;
5244 gain_diff_p
[all...]

Completed in 72 milliseconds