Searched refs:ath_driver_req_fetch_diag (Results 1 – 5 of 5) sorted by relevance
/freebsd/tools/tools/ath/athani/ |
H A D | main.c | 136 if (ath_driver_req_fetch_diag(req, SIOCGATHDIAG, &atd) < 0) { in ani_write_state() 160 if (ath_driver_req_fetch_diag(req, SIOCGATHDIAG, &atd) < 0) in ani_read_state()
|
/freebsd/tools/tools/ath/common/ |
H A D | ctrl.h | 47 extern int ath_driver_req_fetch_diag(struct ath_driver_req *req,
|
H A D | ctrl.c | 124 ath_driver_req_fetch_diag(struct ath_driver_req *req, unsigned long cmd, in ath_driver_req_fetch_diag() function
|
/freebsd/tools/tools/ath/athregs/ |
H A D | dumpregs.c | 168 if (ath_driver_req_fetch_diag(&req, SIOCGATHDIAG, &atd) < 0) in main() 187 if (ath_driver_req_fetch_diag(&req, SIOCGATHDIAG, &atd) < 0) in main()
|
/freebsd/tools/tools/ath/athstats/ |
H A D | athstats.c | 499 if (ath_driver_req_fetch_diag(&wf->req, SIOCGATHDIAG, in ath_collect() 508 (void) ath_driver_req_fetch_diag(&wf->req, SIOCGATHDIAG, in ath_collect()
|