Searched refs:peout (Results 1 – 2 of 2) sorted by relevance
| /freebsd/sys/dev/ath/ath_dfs/null/ |
| H A D | dfs_null.c | 224 HAL_PHYERR_PARAM peout; in ath_ioctl_phyerr() local 264 memset(&peout, 0, sizeof(peout)); in ath_ioctl_phyerr() 266 ath_hal_getdfsthresh(sc->sc_ah, &peout); in ath_ioctl_phyerr() 268 memcpy(pe, &peout, sizeof(*pe)); in ath_ioctl_phyerr()
|
| /freebsd/sys/dev/ath/ |
| H A D | if_ath_spectral.c | 178 HAL_SPECTRAL_PARAM peout; in ath_ioctl_spectral() local 219 memset(&peout, 0, sizeof(peout)); in ath_ioctl_spectral() 221 ath_hal_spectral_get_config(sc->sc_ah, &peout); in ath_ioctl_spectral() 223 memcpy(pe, &peout, sizeof(*pe)); in ath_ioctl_spectral()
|