Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/scsi/
DBusLogic.c1946 adapter->next_outbox = adapter->first_outbox; in blogic_initadapter()
2828 struct blogic_outbox *next_outbox; in blogic_write_outbox() local
2830 next_outbox = adapter->next_outbox; in blogic_write_outbox()
2831 if (next_outbox->action == BLOGIC_OUTBOX_FREE) { in blogic_write_outbox()
2839 next_outbox->ccb = ccb->dma_handle; in blogic_write_outbox()
2840 next_outbox->action = action; in blogic_write_outbox()
2842 if (++next_outbox > adapter->last_outbox) in blogic_write_outbox()
2843 next_outbox = adapter->first_outbox; in blogic_write_outbox()
2844 adapter->next_outbox = next_outbox; in blogic_write_outbox()
DBusLogic.h1058 struct blogic_outbox *next_outbox; member