Searched refs:uath_cmd_hdr (Results 1 – 2 of 2) sorted by relevance
1140 struct uath_cmd_hdr *hdr; in uath_cmdsend()1149 cmd->buflen = (sizeof (struct uath_cmd_hdr) + ilen + 3) & ~3; in uath_cmdsend()1151 hdr = (struct uath_cmd_hdr *)cmd->buf; in uath_cmdsend()1152 bzero(hdr, sizeof (struct uath_cmd_hdr)); in uath_cmdsend()1267 struct uath_cmd_hdr *hdr; in uath_cmdeof()1270 hdr = (struct uath_cmd_hdr *)cmd->buf; in uath_cmdeof()1397 struct uath_cmd_hdr *hdr; in uath_cmd_rxeof()1427 if (len < sizeof (struct uath_cmd_hdr)) { in uath_cmd_rxeof()1433 hdr = (struct uath_cmd_hdr *)m->b_rptr; in uath_cmd_rxeof()
71 struct uath_cmd_hdr { struct