Searched refs:last_outbox (Results 1 – 2 of 2) sorted by relevance
1075 struct blogic_outbox *last_outbox; member
2100 adapter->last_outbox = adapter->first_outbox + adapter->mbox_count - 1; in blogic_initadapter()2102 adapter->first_inbox = (struct blogic_inbox *) (adapter->last_outbox + 1); in blogic_initadapter()2986 if (++next_outbox > adapter->last_outbox) in blogic_write_outbox()