Searched refs:uath_cmd_hdr (Results 1 – 2 of 2) sorted by relevance
40 struct uath_cmd_hdr { struct
929 struct uath_cmd_hdr *hdr; in uath_cmd()938 xferlen = (sizeof (struct uath_cmd_hdr) + ilen + 3) & ~3; in uath_cmd()940 hdr = (struct uath_cmd_hdr *)cmd->buf; in uath_cmd()941 bzero(hdr, sizeof (struct uath_cmd_hdr)); in uath_cmd()1089 struct uath_cmd_hdr *hdr; in uath_cmd_rxeof()1097 hdr = (struct uath_cmd_hdr *)cmd->buf; in uath_cmd_rxeof()1116 betoh32(hdr->len) - sizeof (struct uath_cmd_hdr)); in uath_cmd_rxeof()