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

/freebsd-11.0-release/sys/dev/ath/
H A Dif_ath_alq.c155 struct if_ath_alq_hdr *ap;
172 ale = if_ath_alq_get(alq, len + sizeof(struct if_ath_alq_hdr));
177 ap = (struct if_ath_alq_hdr *) ale->ae_data;
188 memcpy(((char *) ap) + sizeof(struct if_ath_alq_hdr),
H A Dif_ath_alq.h146 struct if_ath_alq_hdr { struct
155 struct if_ath_alq_hdr hdr;
/freebsd-11.0-release/tools/tools/ath/athalq/
H A Dmain.c215 + sizeof(struct if_ath_alq_hdr));
217 &buf[be16toh(a->hdr.len) + sizeof(struct if_ath_alq_hdr)],
219 + sizeof(struct if_ath_alq_hdr)));

Completed in 170 milliseconds