Home
last modified time | relevance | path

Searched refs:megasas_cmd_type (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/scsi/megaraid/
Dmegaraid_sas_fusion.c2034 cmd_type = megasas_cmd_type(scmd); in map_cmd_status()
3228 switch (cmd_type = megasas_cmd_type(scp)) { in megasas_build_io_fusion()
3368 if ((megasas_cmd_type(scmd) == READ_WRITE_LDIO) && in megasas_build_and_issue_cmd_fusion()
3488 megasas_cmd_type(scmd_local) == READ_WRITE_LDIO) in megasas_complete_r1_command()
3630 (megasas_cmd_type(scmd_local) == READ_WRITE_LDIO)) in complete_cmd_fusion()
5011 megasas_cmd_type(scmd_local) == READ_WRITE_LDIO) in megasas_reset_fusion()
Dmegaraid_sas.h2720 int megasas_cmd_type(struct scsi_cmnd *cmd);
Dmegaraid_sas_base.c1645 inline int megasas_cmd_type(struct scsi_cmnd *cmd) in megasas_cmd_type() function
1697 if (megasas_cmd_type(cmd->scmd) == READ_WRITE_LDIO) { in megasas_dump_pending_frames()
1754 if (megasas_cmd_type(scmd) == READ_WRITE_LDIO) in megasas_build_and_issue_cmd()