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

/freebsd-11.0-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++;
1054 if (aha->cur_outbox->action_code != AMBO_FREE) {
1076 ahautoa24(paddr, aha->cur_outbox->ccb_addr);
1077 aha->cur_outbox->action_code = AMBO_START;
1610 aha->cur_outbox = aha->out_boxes;
1770 || aha->cur_outbox->action_code != AMBO_FREE) {
1805 ahautoa24(paddr, aha->cur_outbox->ccb_addr);
1806 aha->cur_outbox
[all...]
H A Dahareg.h315 aha_mbox_out_t *cur_outbox; member in struct:aha_softc
/freebsd-11.0-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++;
1472 bt->cur_outbox->ccb_addr = btccbvtop(bt, bccb);
1473 if (bt->cur_outbox->action_code != BMBO_FREE) {
1495 bt->cur_outbox->action_code = BMBO_START;
2090 bt->cur_outbox = bt->out_boxes;
2342 || bt->cur_outbox->action_code != BMBO_FREE
2385 bt->cur_outbox->ccb_addr = btccbvtop(bt, bt->recovery_bccb);
2386 bt->cur_outbox
[all...]
H A Dbtreg.h606 bt_mbox_out_t *cur_outbox; member in struct:bt_softc

Completed in 33 milliseconds