Home
last modified time | relevance | path

Searched refs:next_outbox (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/scsi/
H A DBusLogic.c1949 adapter->next_outbox = adapter->first_outbox; in blogic_initadapter()
2829 struct blogic_outbox *next_outbox; in blogic_write_outbox() local
2831 next_outbox = adapter->next_outbox; in blogic_write_outbox()
2832 if (next_outbox->action == BLOGIC_OUTBOX_FREE) { in blogic_write_outbox()
2840 next_outbox->ccb = ccb->dma_handle; in blogic_write_outbox()
2841 next_outbox->action = action; in blogic_write_outbox()
2843 if (++next_outbox > adapter->last_outbox) in blogic_write_outbox()
2844 next_outbox = adapter->first_outbox; in blogic_write_outbox()
2845 adapter->next_outbox = next_outbox; in blogic_write_outbox()