Searched refs:cur_inbox (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/dev/aha/
H A Daha.c103 if (aha->cur_inbox == aha->last_inbox)
104 aha->cur_inbox = aha->in_boxes;
106 aha->cur_inbox++;
1105 while (aha->cur_inbox->comp_code != AMBI_FREE) {
1106 paddr = aha_a24tou(aha->cur_inbox->ccb_addr);
1108 aha->cur_inbox->comp_code);
1109 aha->cur_inbox->comp_code = AMBI_FREE;
1604 aha->cur_inbox = aha->in_boxes;
H A Dahareg.h316 aha_mbox_in_t *cur_inbox; member in struct:aha_softc
/freebsd-11-stable/sys/dev/buslogic/
H A Dbt.c79 if (bt->cur_inbox == bt->last_inbox)
80 bt->cur_inbox = bt->in_boxes;
82 bt->cur_inbox++;
1522 while (bt->cur_inbox->comp_code != BMBI_FREE) {
1524 btccbptov(bt, bt->cur_inbox->ccb_addr),
1525 bt->cur_inbox->comp_code);
1526 bt->cur_inbox->comp_code = BMBI_FREE;
2084 bt->cur_inbox = bt->in_boxes;
H A Dbtreg.h607 bt_mbox_in_t *cur_inbox; member in struct:bt_softc

Completed in 157 milliseconds