last_outbox 2095 drivers/scsi/BusLogic.c adapter->last_outbox = adapter->first_outbox + adapter->mbox_count - 1; last_outbox 2097 drivers/scsi/BusLogic.c adapter->first_inbox = (struct blogic_inbox *) (adapter->last_outbox + 1); last_outbox 2982 drivers/scsi/BusLogic.c if (++next_outbox > adapter->last_outbox) last_outbox 1068 drivers/scsi/BusLogic.h struct blogic_outbox *last_outbox;