Searched refs:uath_cmd_hdr (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/sys/dev/usb/wlan/
H A Dif_uath.c704 struct uath_cmd_hdr *hdr;
719 cmd->buflen = roundup2(sizeof(struct uath_cmd_hdr) + ilen, 4);
721 hdr = (struct uath_cmd_hdr *)cmd->buf;
722 memset(hdr, 0, sizeof(struct uath_cmd_hdr));
2292 struct uath_cmd_hdr *hdr;
2295 hdr = (struct uath_cmd_hdr *)cmd->buf;
2435 KASSERT(actlen >= (int)sizeof(struct uath_cmd_hdr),
H A Dif_uathreg.h58 struct uath_cmd_hdr { struct

Completed in 107 milliseconds