Lines Matching refs:result
693 /* Command timeouts result in hard reset sequence. The command that got
825 scsi_cmd->result |= (DID_ERROR << 16);
1357 int result;
1359 result = genl_register_family(&pmcraid_event_family);
1361 if (result)
1362 return result;
1367 return result;
1396 int result;
1429 result = nla_put(skb, PMCRAID_AEN_ATTR_EVENT, data_size, aen_msg);
1431 if (result) {
1440 result = genlmsg_multicast(&pmcraid_event_family, skb,
1446 if (result)
1447 pmcraid_info("error (%x) sending aen event message\n", result);
1448 return result;
2011 scsi_cmd->result |= DID_ERROR << 16;
2016 pmcraid_info("failing(%d) CDB[0] = %x result: %x\n",
2019 scsi_cmd->result);
2411 * This function sends a request sense to a device as a result of a check
2513 cmd->scsi_cmd->result = SAM_STAT_CHECK_CONDITION;
2608 scsi_cmd->result |= (DID_ABORT << 16);
2613 scsi_cmd->result |= (DID_NO_CONNECT << 16);
2618 scsi_cmd->result |= (DID_IMM_RETRY << 16);
2622 scsi_cmd->result |= (DID_PASSTHROUGH << 16);
2630 scsi_cmd->result |= (DID_ERROR << 16);
2634 scsi_cmd->result |= PMCRAID_IOASC_SENSE_STATUS(ioasc);
2673 scsi_cmd->result |= (DID_ERROR << 16);
2807 pmcraid_info("response(%d) CDB[0] = %x ioasc:result: %x:%x\n",
2810 ioasc, scsi_cmd->result);
3210 scsi_cmd->result = (DID_OK << 16);
3212 /* if adapter is marked as dead, set result to DID_NO_CONNECT complete
3217 scsi_cmd->result = (DID_NO_CONNECT << 16);