Lines Matching refs:result
970 enum sci_status result;
978 result = sci_unsolicited_frame_control_get_header(&ihost->uf_control,
982 if (result != SCI_SUCCESS)
983 return result;
1005 result = SCI_SUCCESS;
1013 return result;
1019 result = sci_unsolicited_frame_control_get_header(&ihost->uf_control,
1023 if (result != SCI_SUCCESS)
1024 return result;
1041 result = SCI_SUCCESS;
1048 /* Regardless of the result we are done with this frame with it */
1051 return result;