Searched refs:mega_internal_command (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/drivers/scsi/ |
D | megaraid.c | 1890 if( mega_internal_command(adapter, &mc, NULL) != 0 ) { in megaraid_reset() 2553 if( mega_internal_command(adapter, &mc, NULL) ) { in proc_show_rdrv() 2562 if( mega_internal_command(adapter, &mc, NULL) ) { in proc_show_rdrv() 2564 if( mega_internal_command(adapter, &mc, NULL) ) { in proc_show_rdrv() 3222 mega_internal_command(adapter, &mc, pthru); in megadev_ioctl() 3308 mega_internal_command(adapter, &mc, NULL); in megadev_ioctl() 3826 rval = mega_internal_command(adapter, &mc, NULL); in mega_do_del_logdrv() 3955 if ( mega_internal_command(adapter, &mc, NULL) != 0 ) { in mega_adapinq() 4024 rval = mega_internal_command(adapter, &mc, pthru); in mega_internal_dev_inquiry() 4048 mega_internal_command(adapter_t *adapter, megacmd_t *mc, mega_passthru *pthru) in mega_internal_command() function
|
D | megaraid.h | 1016 static int mega_internal_command(adapter_t *, megacmd_t *, mega_passthru *);
|