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

/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_calib.c80 int16_t *nfarray)
85 h[i].nfCalBuffer[h[i].currIndex] = nfarray[i];
91 if (nfarray[i] < AR_PHY_CCA_MIN_BAD_VALUE ||
92 nfarray[i] > AR_PHY_CCA_MAX_HIGH_VALUE) {
96 h[i].privNF = nfarray[i];
107 int16_t nfarray[NUM_NF_READINGS])
120 nfarray[0] = nf;
133 nfarray[1] = nf;
142 nfarray[2] = nf;
156 nfarray[
79 ath9k_hw_update_nfcal_hist_buffer(struct ath9k_nfcal_hist *h, int16_t *nfarray) argument
106 ath9k_hw_do_getnf(struct ath_hal *ah, int16_t nfarray[NUM_NF_READINGS]) argument
725 int16_t nfarray[NUM_NF_READINGS] = { 0 }; local
[all...]

Completed in 67 milliseconds