Searched refs:next_outbox (Results 1 – 2 of 2) sorted by relevance
2097 adapter->next_outbox = adapter->first_outbox; in blogic_initadapter()2969 struct blogic_outbox *next_outbox; in blogic_write_outbox() local2971 next_outbox = adapter->next_outbox; in blogic_write_outbox()2972 if (next_outbox->action == BLOGIC_OUTBOX_FREE) { in blogic_write_outbox()2980 next_outbox->ccb = ccb->dma_handle; in blogic_write_outbox()2981 next_outbox->action = action; in blogic_write_outbox()2983 if (++next_outbox > adapter->last_outbox) in blogic_write_outbox()2984 next_outbox = adapter->first_outbox; in blogic_write_outbox()2985 adapter->next_outbox = next_outbox; in blogic_write_outbox()
1069 struct blogic_outbox *next_outbox; member