Lines Matching refs:fr
181 frameptr fr;
188 fr = (frameptr) skb->data;
191 fr = NULL;
199 if ((type != I_CMD) || (fr->i_hdr.i_pflag == 0))
264 lp->frmr_info_fld.cntl1 = fr->pdu_cntl.byte1;
265 lp->frmr_info_fld.cntl2 = fr->pdu_cntl.byte2;
281 resend_count = llc_resend_ipdu(lp, fr->i_hdr.nr, I_CMD, 1);
284 resend_count = llc_resend_ipdu(lp, fr->i_hdr.nr, I_CMD, 1);
294 resend_count = llc_resend_ipdu(lp, fr->i_hdr.nr, I_CMD, 0);
297 resend_count = llc_resend_ipdu(lp, fr->i_hdr.nr, I_CMD, 0);
304 resend_count = llc_resend_ipdu(lp, fr->i_hdr.nr, I_RSP, 1);
313 if (IS_RSP(fr))
325 if (IS_RSP(fr))
343 if (IS_RSP(fr))
364 if (IS_RSP(fr))
429 (unsigned char) fr->s_hdr.nr);
444 if (IS_UFRAME(fr))
445 p_flag_received = fr->u_hdr.u_pflag;
447 p_flag_received = fr->i_hdr.i_pflag;
448 if ((fr->pdu_hdr.ssap & 0x01) && (p_flag_received))
492 lp->vs = fr->i_hdr.nr;
495 if (IS_UFRAME(fr))
496 lp->f_flag = fr->u_hdr.u_pflag;
498 lp->f_flag = fr->i_hdr.i_pflag;
518 frameptr fr;
520 fr = (frameptr) skb->data;
522 if (IS_UFRAME(fr))
523 p_flag_received = fr->u_hdr.u_pflag;
525 p_flag_received = fr->i_hdr.i_pflag;
552 validation = llc_validate_seq_nos(lp, fr);