Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/
DBusLogic.c2096 adapter->next_outbox = adapter->first_outbox; in blogic_initadapter()
2968 struct blogic_outbox *next_outbox; in blogic_write_outbox() local
2970 next_outbox = adapter->next_outbox; in blogic_write_outbox()
2971 if (next_outbox->action == BLOGIC_OUTBOX_FREE) { in blogic_write_outbox()
2979 next_outbox->ccb = ccb->dma_handle; in blogic_write_outbox()
2980 next_outbox->action = action; in blogic_write_outbox()
2982 if (++next_outbox > adapter->last_outbox) in blogic_write_outbox()
2983 next_outbox = adapter->first_outbox; in blogic_write_outbox()
2984 adapter->next_outbox = next_outbox; in blogic_write_outbox()
DBusLogic.h1069 struct blogic_outbox *next_outbox; member