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

/freebsd-current/tools/tools/ath/athratestats/
H A Dmain.c227 struct ath_rateioctl_tlv *av;
236 av = (struct ath_rateioctl_tlv *) buf;
251 rt = (void *) (buf + sizeof(struct ath_rateioctl_tlv));
254 av = (void *) (buf + sizeof(struct ath_rateioctl_tlv) +
270 sn = (void *) (buf + sizeof(struct ath_rateioctl_tlv) +
272 sizeof(struct ath_rateioctl_tlv));
/freebsd-current/sys/dev/ath/
H A Dif_athioctl.h208 struct ath_rateioctl_tlv { struct
/freebsd-current/sys/dev/ath/ath_rate/sample/
H A Dsample.c1434 struct ath_rateioctl_tlv av;
1447 sizeof(struct ath_rateioctl_tlv) +
1449 sizeof(struct ath_rateioctl_tlv) +
1483 error = copyout(&av, rs->buf + o, sizeof(struct ath_rateioctl_tlv));
1486 o += sizeof(struct ath_rateioctl_tlv);
1497 error = copyout(&av, rs->buf + o, sizeof(struct ath_rateioctl_tlv));
1500 o += sizeof(struct ath_rateioctl_tlv);

Completed in 112 milliseconds