Searched refs:next_outbox (Results 1 – 2 of 2) sorted by relevance
1946 adapter->next_outbox = adapter->first_outbox; in blogic_initadapter()2826 struct blogic_outbox *next_outbox; in blogic_write_outbox() local2828 next_outbox = adapter->next_outbox; in blogic_write_outbox()2829 if (next_outbox->action == BLOGIC_OUTBOX_FREE) { in blogic_write_outbox()2837 next_outbox->ccb = ccb->dma_handle; in blogic_write_outbox()2838 next_outbox->action = action; in blogic_write_outbox()2840 if (++next_outbox > adapter->last_outbox) in blogic_write_outbox()2841 next_outbox = adapter->first_outbox; in blogic_write_outbox()2842 adapter->next_outbox = next_outbox; in blogic_write_outbox()
1058 struct blogic_outbox *next_outbox; member