Searched refs:s_frame_view (Results 1 – 1 of 1) sorted by relevance
875 auto s_frame_view = EnhancedSupervisoryFrameView::Create(standard_frame_view); in on_pdu_no_fcs() local876 if (!s_frame_view.IsValid()) { in on_pdu_no_fcs()880 auto req_seq = s_frame_view.GetReqSeq(); in on_pdu_no_fcs()881 auto f = s_frame_view.GetF(); in on_pdu_no_fcs()882 auto p = s_frame_view.GetP(); in on_pdu_no_fcs()883 switch (s_frame_view.GetS()) { in on_pdu_no_fcs()935 auto s_frame_view = EnhancedSupervisoryFrameWithFcsView::Create(standard_frame_view); in on_pdu_fcs() local936 if (!s_frame_view.IsValid()) { in on_pdu_fcs()940 auto req_seq = s_frame_view.GetReqSeq(); in on_pdu_fcs()941 auto f = s_frame_view.GetF(); in on_pdu_fcs()[all …]