Home
last modified time | relevance | path

Searched defs:mcontroller (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/scsi/megaraid/
H A Dmegaraid_ioctl.h211 typedef struct mcontroller { struct
224 } __attribute__ ((packed)) mcontroller_t; argument
/linux/drivers/scsi/
H A Dmegaraid.h509 struct mcontroller { struct
510 u64 base;
511 u8 irq;
512 u8 numldrv;
513 u8 pcibus;
514 u16 pcidev;
515 u8 pcifun;
516 u16 pciid;
517 u16 pcivendor;
518 u8 pcislot;
[all …]
H A Dmegaraid.c113 static struct mcontroller mcontroller[MAX_CONTROLLERS]; variable