Searched refs:mega_internal_command (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/scsi/ |
D | megaraid.c | 1902 if( mega_internal_command(adapter, &mc, NULL) != 0 ) { in megaraid_reset() 2562 if( mega_internal_command(adapter, &mc, NULL) ) { in proc_show_rdrv() 2571 if( mega_internal_command(adapter, &mc, NULL) ) { in proc_show_rdrv() 2573 if( mega_internal_command(adapter, &mc, NULL) ) { in proc_show_rdrv() 3274 mega_internal_command(adapter, &mc, pthru); in megadev_ioctl() 3358 mega_internal_command(adapter, &mc, NULL); in megadev_ioctl() 3889 rval = mega_internal_command(adapter, &mc, NULL); in mega_do_del_logdrv() 4022 if ( mega_internal_command(adapter, &mc, NULL) != 0 ) { in mega_adapinq() 4090 rval = mega_internal_command(adapter, &mc, pthru); in mega_internal_dev_inquiry() 4114 mega_internal_command(adapter_t *adapter, megacmd_t *mc, mega_passthru *pthru) in mega_internal_command() function
|
D | megaraid.h | 1006 static int mega_internal_command(adapter_t *, megacmd_t *, mega_passthru *);
|