Lines Matching refs:result
174 * You must be set SCpnt->result before call this function.
205 SCpnt->result = DID_BAD_TARGET << 16;
215 SCpnt->result = DID_BAD_TARGET << 16;
252 SCpnt->result = DID_BUS_BUSY << 16;
1037 tmpSC->result = (DID_RESET << 16) |
1086 tmpSC->result = DID_TIME_OUT << 16;
1112 tmpSC->result = DID_ABORT << 16;
1138 tmpSC->result = (DID_OK << 16) |
1141 nsp_dbg(NSP_DEBUG_INTR, "command complete result=0x%x", tmpSC->result);
1156 tmpSC->result = DID_ERROR << 16;