Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/scsi/
DBusLogic.c1946 adapter->next_outbox = adapter->first_outbox; in blogic_initadapter()
2817 struct blogic_outbox *next_outbox; in blogic_write_outbox() local
2819 next_outbox = adapter->next_outbox; in blogic_write_outbox()
2820 if (next_outbox->action == BLOGIC_OUTBOX_FREE) { in blogic_write_outbox()
2828 next_outbox->ccb = ccb->dma_handle; in blogic_write_outbox()
2829 next_outbox->action = action; in blogic_write_outbox()
2831 if (++next_outbox > adapter->last_outbox) in blogic_write_outbox()
2832 next_outbox = adapter->first_outbox; in blogic_write_outbox()
2833 adapter->next_outbox = next_outbox; in blogic_write_outbox()
DBusLogic.h1058 struct blogic_outbox *next_outbox; member