Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/
DBusLogic.c2101 adapter->next_outbox = adapter->first_outbox; in blogic_initadapter()
2972 struct blogic_outbox *next_outbox; in blogic_write_outbox() local
2974 next_outbox = adapter->next_outbox; in blogic_write_outbox()
2975 if (next_outbox->action == BLOGIC_OUTBOX_FREE) { in blogic_write_outbox()
2983 next_outbox->ccb = ccb->dma_handle; in blogic_write_outbox()
2984 next_outbox->action = action; in blogic_write_outbox()
2986 if (++next_outbox > adapter->last_outbox) in blogic_write_outbox()
2987 next_outbox = adapter->first_outbox; in blogic_write_outbox()
2988 adapter->next_outbox = next_outbox; in blogic_write_outbox()
DBusLogic.h1076 struct blogic_outbox *next_outbox; member