Searched refs:cmd_seq (Results 1 – 5 of 5) sorted by relevance
| /mirbsd/src/sys/dev/ic/ |
| D | rlnsubr.c | 705 txc->cmd_seq = rln_newseq(sc); 709 txc->cmd_letter, txc->cmd_fn, txc->cmd_seq); 717 if (rln_mbox_create(sc, txc->cmd_seq, rx, rxlen) < 0) 724 rln_mbox_wait(sc, txc->cmd_seq, -1); 735 rln_mbox_wait(sc, txc->cmd_seq, -1); 747 if (rln_mbox_wait(sc, txc->cmd_seq, 4000) <= 0) { 749 txc->cmd_letter, txc->cmd_fn, txc->cmd_seq); 757 rxc->cmd_letter, rxc->cmd_fn, rxc->cmd_seq);
|
| D | rln.c | 338 cmd.mm_cmd.cmd_seq = rln_newseq(sc); 343 cmd.mm_cmd.cmd_letter, cmd.mm_cmd.cmd_fn, cmd.mm_cmd.cmd_seq); 507 if (rln_mbox_lock(sc, hdr->cmd_seq, (void **)&buf, &buflen) == 0) { 542 rln_mbox_unlock(sc, hdr->cmd_seq, len + sizeof *hdr); 606 hdr->cmd_letter, hdr->cmd_fn, hdr->cmd_seq); 679 hdr->cmd_letter, hdr->cmd_fn, hdr->cmd_seq); 719 hdr->cmd_letter, hdr->cmd_fn, hdr->cmd_seq);
|
| D | rlncmd.h | 11 u_int8_t cmd_seq; /* Incremented on each command */ member
|
| /mirbsd/src/sys/dev/pci/ |
| D | if_txpreg.h | 324 volatile u_int16_t cmd_seq; member
|
| D | if_txp.c | 1557 cmd->cmd_seq = htole16(seq); 1848 letoh16(cmd->cmd_seq), letoh16(cmd->cmd_par1), 1874 letoh16(cmd->cmd_seq), letoh16(cmd->cmd_par1),
|