Searched refs:megasas_priv (Results 1 – 2 of 2) sorted by relevance
2922 megasas_priv(scp)->status |= MEGASAS_LOAD_BALANCE_FLAG; in megasas_build_ldio_fusion()2930 megasas_priv(scp)->status &= ~MEGASAS_LOAD_BALANCE_FLAG; in megasas_build_ldio_fusion()3299 megasas_priv(scp)->cmd_priv = cmd; in megasas_build_io_fusion()3495 megasas_priv(scmd_local)->cmd_priv = NULL; in megasas_complete_r1_command()3619 (megasas_priv(cmd_fusion->scmd)->status & in complete_cmd_fusion()3624 megasas_priv(cmd_fusion->scmd)->status &= in complete_cmd_fusion()3637 megasas_priv(scmd_local)->cmd_priv = NULL; in complete_cmd_fusion()
2609 static inline struct megasas_cmd_priv *megasas_priv(struct scsi_cmnd *cmd) in megasas_priv() function