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

/freebsd-10.2-release/sys/dev/buslogic/
H A Dbt.c88 if (bt->cur_outbox == bt->last_outbox)
89 bt->cur_outbox = bt->out_boxes;
91 bt->cur_outbox++;
1474 bt->cur_outbox->ccb_addr = btccbvtop(bt, bccb);
1475 if (bt->cur_outbox->action_code != BMBO_FREE) {
1497 bt->cur_outbox->action_code = BMBO_START;
2092 bt->cur_outbox = bt->out_boxes;
2344 || bt->cur_outbox->action_code != BMBO_FREE
2387 bt->cur_outbox->ccb_addr = btccbvtop(bt, bt->recovery_bccb);
2388 bt->cur_outbox
[all...]
H A Dbtreg.h606 bt_mbox_out_t *cur_outbox; member in struct:bt_softc
/freebsd-10.2-release/sys/dev/aha/
H A Daha.c112 if (aha->cur_outbox == aha->last_outbox)
113 aha->cur_outbox = aha->out_boxes;
115 aha->cur_outbox++;
1056 if (aha->cur_outbox->action_code != AMBO_FREE) {
1078 ahautoa24(paddr, aha->cur_outbox->ccb_addr);
1079 aha->cur_outbox->action_code = AMBO_START;
1612 aha->cur_outbox = aha->out_boxes;
1772 || aha->cur_outbox->action_code != AMBO_FREE) {
1807 ahautoa24(paddr, aha->cur_outbox->ccb_addr);
1808 aha->cur_outbox
[all...]
H A Dahareg.h315 aha_mbox_out_t *cur_outbox; member in struct:aha_softc

Completed in 105 milliseconds