Lines Matching refs:next_outbox
1946 adapter->next_outbox = adapter->first_outbox;
2826 struct blogic_outbox *next_outbox;
2828 next_outbox = adapter->next_outbox;
2829 if (next_outbox->action == BLOGIC_OUTBOX_FREE) {
2837 next_outbox->ccb = ccb->dma_handle;
2838 next_outbox->action = action;
2840 if (++next_outbox > adapter->last_outbox)
2841 next_outbox = adapter->first_outbox;
2842 adapter->next_outbox = next_outbox;