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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/megaraid/
H A Dmegaraid_mm.c235 * mraid_mm_get_adapter - Returns corresponding adapters for the mimd packet
245 mimd_t mimd; local
250 if (copy_from_user(&mimd, umimd, sizeof(mimd_t))) {
255 adapno = GETADAP(mimd.ui.fcs.adapno);
280 * @old_ioctl : mimd if 1; uioc otherwise
365 mimd_t mimd; local
367 if (copy_from_user(&mimd, umimd, sizeof(mimd_t)))
373 if ((mimd.mbox[0] == MBOXCMD_PASSTHRU64) ||
374 (mimd.mbox[0] == MBOXCMD_EXTPTHRU))
377 opcode = mimd
801 kioc_to_mimd(uioc_t *kioc, mimd_t __user *mimd) argument
[all...]
H A Dmegaraid_mm.h60 * : format. If we get this mimd packet, we will convert it into
64 typedef struct mimd { struct

Completed in 83 milliseconds