Searched refs:abort_command (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/scsi/qla2xxx/
H A Dqla_os.c1301 rval = ha->isp_ops->abort_command(sp);
1819 rval = ha->isp_ops->abort_command(sp);
2269 .abort_command = qla2x00_abort_command,
2308 .abort_command = qla2x00_abort_command,
2347 .abort_command = qla24xx_abort_command,
2386 .abort_command = qla24xx_abort_command,
2425 .abort_command = qla24xx_abort_command,
2464 .abort_command = qla24xx_abort_command,
2503 .abort_command = qla24xx_abort_command,
2542 .abort_command
[all...]
H A Dqla_nvme.c326 * sp may not be valid after abort_command if return code is either
333 rval = ha->isp_ops->abort_command(sp);
H A Dqla_nx.c3642 if (ha->isp_ops->abort_command(sp)) {
H A Dqla_bsg.c3100 if (!ha->flags.eeh_busy && ha->isp_ops->abort_command(sp)) {
3102 "mbx abort_command failed.\n");
3106 "mbx abort_command success.\n");
H A Dqla_def.h3442 int (*abort_command) (srb_t *); member in struct:isp_operations

Completed in 372 milliseconds