Lines Matching refs:result
433 cmd->result = (DID_OK << 16);
458 cmd->result = (DID_NO_CONNECT << 16);
1144 // I/O issued, but cannot get result in
1971 cmd->result = (DID_OK <<16) | (INITIATOR_ERROR << 8);
2104 cmd->result = (DID_OK << 16);
2107 cmd->result = (DID_ERROR <<16);
2112 cmd->result = (DID_ABORT << 16);
2122 cmd->result = (DID_TIME_OUT << 16);
2126 cmd->result = (DID_BUS_BUSY << 16);
2130 cmd->result = (DID_RESET << 16);
2134 cmd->result = (DID_PARITY << 16);
2163 cmd->result = (DID_ERROR << 16);
2176 cmd->result = (DID_TIME_OUT << 16);
2188 cmd->result = (DID_TIME_OUT << 16);
2194 cmd->result |= (dev_status);