Searched defs:Mailbox (Results 1 - 2 of 2) sorted by last modified time

/drivers/scsi/aacraid/
H A Daacraid.h701 __le32 Mailbox[8]; member in struct:rx_inbound
/drivers/scsi/
H A Dwd7000.c199 * Mailbox structure sizes.
238 } Mailbox; typedef in typeref:struct:mailbox
253 Mailbox ogmb[OGMB_CNT]; /* Outgoing mailboxes */
254 Mailbox icmb[ICMB_CNT]; /* Incoming mailboxes */
405 #define MB_INTR 0xC0 /* Mailbox Service possible/required */
903 Mailbox *ogmbs = host->mb.ogmb;
1007 Mailbox *icmbs = host->mb.icmb;
1318 Mailbox *ogmbs, *icmbs;

Completed in 63 milliseconds