HomeSort by: relevance | last modified time | path
    Searched refs:mb_cmd (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
amr.c 1251 if (amr->amr_mbox->mb_cmd.mb_busy == 0)
1283 while ((amr->amr_mbox->mb_cmd.mb_busy != 0) && (i++ < 10)) {
1293 if (amr->amr_mbox->mb_cmd.mb_busy != 0)
1298 amr->amr_mbox->mb_cmd.mb_busy = 0;
1306 memcpy(&amr->amr_mbox->mb_cmd, &ac->ac_cmd, sizeof(ac->ac_cmd));
1331 if (amr->amr_mbox->mb_cmd.mb_busy != 0)
1335 amr->amr_mbox->mb_cmd.mb_busy = 0;
1342 memcpy(&amr->amr_mbox->mb_cmd, &ac->ac_cmd, sizeof(ac->ac_cmd));
amrreg.h 347 struct amr_mailbox_cmd mb_cmd; member in struct:amr_mailbox

Completed in 13 milliseconds