Searched refs:ogmb (Results 1 - 1 of 1) sorted by relevance

/drivers/scsi/
H A Dwd7000.c253 Mailbox ogmb[OGMB_CNT]; /* Outgoing mailboxes */ member in struct:adapter::__anon5033
900 int i, ogmb; local
903 Mailbox *ogmbs = host->mb.ogmb;
910 ogmb = *next_ogmb;
912 if (ogmbs[ogmb].status == 0) {
913 dprintk(" using OGMB 0x%x", ogmb);
914 ogmbs[ogmb].status = 1;
915 any2scsi((unchar *) ogmbs[ogmb].scbptr, (int) scbptr);
917 *next_ogmb = (ogmb + 1) % OGMB_CNT;
920 ogmb
[all...]

Completed in 58 milliseconds