Searched refs:ath_rateioctl_rt (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/tools/tools/ath/athratestats/
H A Dmain.c93 dot11rate(struct ath_rateioctl_rt *rt, int rix)
103 dot11str(struct ath_rateioctl_rt *rt, int rix)
114 ath_sample_stats(struct ath_ratestats *r, struct ath_rateioctl_rt *rt,
224 struct ath_rateioctl_rt *rt = NULL;
239 if (av->tlv_len != sizeof(struct ath_rateioctl_rt)) {
243 (int) sizeof(struct ath_rateioctl_rt));
250 sizeof(struct ath_rateioctl_rt));
266 sizeof(struct ath_rateioctl_rt) +
/freebsd-11-stable/sys/dev/ath/ath_rate/sample/
H A Dsample.c1176 struct ath_rateioctl_rt *tv;
1187 sizeof(struct ath_rateioctl_rt) +
1200 tv = malloc(sizeof(struct ath_rateioctl_rt), M_TEMP,
1221 av.tlv_len = sizeof(struct ath_rateioctl_rt);
1224 copyout(tv, rs->buf + o, sizeof(struct ath_rateioctl_rt));
1225 o += sizeof(struct ath_rateioctl_rt);
/freebsd-11-stable/sys/dev/ath/
H A Dif_athioctl.h216 struct ath_rateioctl_rt { struct

Completed in 169 milliseconds