Lines Matching refs:ogmb
253 Mailbox ogmb[OGMB_CNT]; /* Outgoing mailboxes */ member
900 int i, ogmb; in mail_out() local
903 Mailbox *ogmbs = host->mb.ogmb; in mail_out()
910 ogmb = *next_ogmb; in mail_out()
912 if (ogmbs[ogmb].status == 0) { in mail_out()
913 dprintk(" using OGMB 0x%x", ogmb); in mail_out()
914 ogmbs[ogmb].status = 1; in mail_out()
915 any2scsi((unchar *) ogmbs[ogmb].scbptr, (int) scbptr); in mail_out()
917 *next_ogmb = (ogmb + 1) % OGMB_CNT; in mail_out()
920 ogmb = (ogmb + 1) % OGMB_CNT; in mail_out()
941 start_ogmb = START_OGMB | ogmb; in mail_out()
1329 ogmbs = adapter->mb.ogmb; in wd7000_show_info()