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