Lines Matching refs:next_outbox
2097 adapter->next_outbox = adapter->first_outbox;
2969 struct blogic_outbox *next_outbox;
2971 next_outbox = adapter->next_outbox;
2972 if (next_outbox->action == BLOGIC_OUTBOX_FREE) {
2980 next_outbox->ccb = ccb->dma_handle;
2981 next_outbox->action = action;
2983 if (++next_outbox > adapter->last_outbox)
2984 next_outbox = adapter->first_outbox;
2985 adapter->next_outbox = next_outbox;