Searched refs:__gdth_execute (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.10/drivers/scsi/ |
| D | gdth.c | 332 static int __gdth_execute(struct scsi_device *sdev, gdth_cmd_str *gdtcmd, in __gdth_execute() function 379 int rval = __gdth_execute(sdev, gdtcmd, cmnd, timeout, info); in gdth_execute() 3463 rval = __gdth_execute(ha->sdev, &cmd, cmnd, 30, NULL); in ioc_resetdrv() 3595 rval = __gdth_execute(ha->sdev, &gen.command, cmnd, gen.timeout, in ioc_general() 3654 if (__gdth_execute(ha->sdev, cmd, cmnd, 30, &cluster_type) == S_OK) in ioc_hdrlist() 3704 status = __gdth_execute(ha->sdev, cmd, cmnd, 30, &info); in ioc_rescan() 3720 status = __gdth_execute(ha->sdev, cmd, cmnd, 30, &info); in ioc_rescan() 3754 status = __gdth_execute(ha->sdev, cmd, cmnd, 30, &info); in ioc_rescan() 3767 status = __gdth_execute(ha->sdev, cmd, cmnd, 30, &info); in ioc_rescan() 3782 status = __gdth_execute(ha->sdev, cmd, cmnd, 30, &info); in ioc_rescan()
|