Searched refs:mega_internal_command (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/scsi/ |
D | megaraid.c | 1891 if( mega_internal_command(adapter, &mc, NULL) != 0 ) { in megaraid_reset() 2549 if( mega_internal_command(adapter, &mc, NULL) ) { in proc_show_rdrv() 2558 if( mega_internal_command(adapter, &mc, NULL) ) { in proc_show_rdrv() 2560 if( mega_internal_command(adapter, &mc, NULL) ) { in proc_show_rdrv() 3218 mega_internal_command(adapter, &mc, pthru); in megadev_ioctl() 3304 mega_internal_command(adapter, &mc, NULL); in megadev_ioctl() 3822 rval = mega_internal_command(adapter, &mc, NULL); in mega_do_del_logdrv() 3951 if ( mega_internal_command(adapter, &mc, NULL) != 0 ) { in mega_adapinq() 4020 rval = mega_internal_command(adapter, &mc, pthru); in mega_internal_dev_inquiry() 4044 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 *);
|