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

/freebsd-10.2-release/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++;
1528 while (bt->cur_inbox->comp_code != BMBI_FREE) {
1530 btccbptov(bt, bt->cur_inbox->ccb_addr),
1531 bt->cur_inbox->comp_code);
1532 bt->cur_inbox->comp_code = BMBI_FREE;
2090 bt->cur_inbox = bt->in_boxes;
H A Dbtreg.h607 bt_mbox_in_t *cur_inbox; member in struct:bt_softc
/freebsd-10.2-release/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++;
1111 while (aha->cur_inbox->comp_code != AMBI_FREE) {
1112 paddr = aha_a24tou(aha->cur_inbox->ccb_addr);
1114 aha->cur_inbox->comp_code);
1115 aha->cur_inbox->comp_code = AMBI_FREE;
1610 aha->cur_inbox = aha->in_boxes;
H A Dahareg.h316 aha_mbox_in_t *cur_inbox; member in struct:aha_softc

Completed in 105 milliseconds