Searched refs:next_outbox (Results 1 – 2 of 2) sorted by relevance
2101 adapter->next_outbox = adapter->first_outbox; in blogic_initadapter()2972 struct blogic_outbox *next_outbox; in blogic_write_outbox() local2974 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()
1076 struct blogic_outbox *next_outbox; member