Symbol: ath_driver_req
tools/tools/ath/athani/main.c
145
ani_read_state(struct ath_driver_req *req, const char *ifname)
tools/tools/ath/athani/main.c
179
struct ath_driver_req req;
tools/tools/ath/athani/main.c
92
ani_write_state(struct ath_driver_req *req, const char *ifname,
tools/tools/ath/athregs/dumpregs.c
97
struct ath_driver_req req;
tools/tools/ath/athstats/athstats.c
457
struct ath_driver_req req;
tools/tools/ath/common/ctrl.c
109
ath_driver_req_close(struct ath_driver_req *req)
tools/tools/ath/common/ctrl.c
124
ath_driver_req_fetch_diag(struct ath_driver_req *req, unsigned long cmd,
tools/tools/ath/common/ctrl.c
139
ath_driver_req_zero_stats(struct ath_driver_req *req)
tools/tools/ath/common/ctrl.c
160
ath_driver_req_fetch_stats(struct ath_driver_req *req, struct ath_stats *st)
tools/tools/ath/common/ctrl.c
181
ath_drive_req_fetch_aggr_stats(struct ath_driver_req *req,
tools/tools/ath/common/ctrl.c
206
ath_drive_req_fetch_ratectrl_stats(struct ath_driver_req *req,
tools/tools/ath/common/ctrl.c
70
ath_driver_req_init(struct ath_driver_req *req)
tools/tools/ath/common/ctrl.c
86
ath_driver_req_open(struct ath_driver_req *req, const char *ifname)
tools/tools/ath/common/ctrl.h
44
extern int ath_driver_req_init(struct ath_driver_req *req);
tools/tools/ath/common/ctrl.h
45
extern int ath_driver_req_open(struct ath_driver_req *req, const char *ifname);
tools/tools/ath/common/ctrl.h
46
extern int ath_driver_req_close(struct ath_driver_req *req);
tools/tools/ath/common/ctrl.h
47
extern int ath_driver_req_fetch_diag(struct ath_driver_req *req,
tools/tools/ath/common/ctrl.h
49
extern int ath_driver_req_zero_stats(struct ath_driver_req *req);
tools/tools/ath/common/ctrl.h
50
extern int ath_driver_req_fetch_stats(struct ath_driver_req *req,
tools/tools/ath/common/ctrl.h
52
extern int ath_drive_req_fetch_aggr_stats(struct ath_driver_req *req,
tools/tools/ath/common/ctrl.h
54
extern int ath_drive_req_fetch_ratectrl_stats(struct ath_driver_req *req,