Searched refs:mega_internal_command (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/scsi/ |
D | megaraid.c | 1904 if( mega_internal_command(adapter, &mc, NULL) != 0 ) { in megaraid_reset() 2565 if( mega_internal_command(adapter, &mc, NULL) ) { in proc_show_rdrv() 2574 if( mega_internal_command(adapter, &mc, NULL) ) { in proc_show_rdrv() 2576 if( mega_internal_command(adapter, &mc, NULL) ) { in proc_show_rdrv() 3277 mega_internal_command(adapter, &mc, pthru); in megadev_ioctl() 3361 mega_internal_command(adapter, &mc, NULL); in megadev_ioctl() 3892 rval = mega_internal_command(adapter, &mc, NULL); in mega_do_del_logdrv() 4025 if ( mega_internal_command(adapter, &mc, NULL) != 0 ) { in mega_adapinq() 4093 rval = mega_internal_command(adapter, &mc, pthru); in mega_internal_dev_inquiry() 4117 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 *);
|