Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/uath/
H A Duath.c1140 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()
H A Duath_reg.h71 struct uath_cmd_hdr { struct