Lines Matching refs:result
975 enum sci_status result;
983 result = sci_unsolicited_frame_control_get_header(&ihost->uf_control,
987 if (result != SCI_SUCCESS)
988 return result;
1010 result = SCI_SUCCESS;
1018 return result;
1024 result = sci_unsolicited_frame_control_get_header(&ihost->uf_control,
1028 if (result != SCI_SUCCESS)
1029 return result;
1046 result = SCI_SUCCESS;
1053 /* Regardless of the result we are done with this frame with it */
1056 return result;