Searched refs:nf_buf (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/stand/libsa/
H A Dnandfs.c74 uint8_t *nf_buf; member in struct:nandfs
413 fs->nf_buf = NULL;
441 if (fs->nf_buf != NULL)
442 free(fs->nf_buf);
578 if (fs->nf_buf == NULL)
579 fs->nf_buf = malloc(fs->nf_blocksize);
582 fs->nf_buf, 0))
588 *buf_p = fs->nf_buf + blkoff;
/freebsd-12-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_reset.c369 void ar9300_chain_noise_floor(struct ath_hal *ah, int16_t *nf_buf, argument
382 OS_MEMZERO(nf_buf, sizeof(nf_buf[0])*HAL_NUM_NF_READINGS);
402 OS_MEMZERO(nf_buf, sizeof(nf_buf[0])*HAL_NUM_NF_READINGS);
421 nf_buf[i] = 0;
424 nf_buf[i] = h->nf_cal_buffer[recent_nf_index][i];
2430 int16_t nf_buf[HAL_NUM_NF_READINGS]; local
2506 ar9300_get_nf_hist_base(ah, ichan, is_scan, nf_buf);
2508 ret = ar9300_load_nf(ah, nf_buf);
4405 int16_t nf_buf[HAL_NUM_NF_READINGS]; local
4534 int16_t nf_buf[HAL_NUM_NF_READINGS]; local
[all...]
H A Dar9300_spectral.c316 //int16_t nf_buf[HAL_NUM_NF_READINGS];
335 nf_buf[i] = NOISE_PWR_DBM_2_INT(ss->ss_nf_cal[i]);
337 ar9300_load_nf(ah, nf_buf);
H A Dar9300.h1418 extern void ar9300_chain_noise_floor(struct ath_hal *ah, int16_t *nf_buf,

Completed in 182 milliseconds