Home
last modified time | relevance | path

Searched refs:last_outbox (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/scsi/
H A DBusLogic.h1057 struct blogic_outbox *last_outbox; member
H A DBusLogic.c1945 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()
2840 if (++next_outbox > adapter->last_outbox) in blogic_write_outbox()