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

/freebsd-11.0-release/tools/tools/ath/athratestats/
H A Dmain.c222 struct ath_rateioctl_tlv *av;
231 av = (struct ath_rateioctl_tlv *) buf;
246 rt = (void *) (buf + sizeof(struct ath_rateioctl_tlv));
249 av = (void *) (buf + sizeof(struct ath_rateioctl_tlv) +
265 sn = (void *) (buf + sizeof(struct ath_rateioctl_tlv) +
267 sizeof(struct ath_rateioctl_tlv));
/freebsd-11.0-release/sys/dev/ath/ath_rate/sample/
H A Dsample.c1175 struct ath_rateioctl_tlv av;
1186 sizeof(struct ath_rateioctl_tlv) +
1188 sizeof(struct ath_rateioctl_tlv) +
1222 copyout(&av, rs->buf + o, sizeof(struct ath_rateioctl_tlv));
1223 o += sizeof(struct ath_rateioctl_tlv);
1232 copyout(&av, rs->buf + o, sizeof(struct ath_rateioctl_tlv));
1233 o += sizeof(struct ath_rateioctl_tlv);
/freebsd-11.0-release/sys/dev/ath/
H A Dif_athioctl.h201 struct ath_rateioctl_tlv { struct

Completed in 106 milliseconds