Lines Matching refs:typ
1100 enquiry_cr(struct layer2 *l2, u_char typ, u_char cr, u_char pf) in enquiry_cr() argument
1108 tmp[i++] = typ; in enquiry_cr()
1111 tmp[i++] = (l2->vr << 5) | typ | (pf ? 0x10 : 0); in enquiry_cr()
1187 int PollFlag, rsp, typ = RR; in l2_st7_got_super() local
1197 typ = RNR; in l2_st7_got_super()
1201 typ = REJ; in l2_st7_got_super()
1219 if (typ == REJ) { in l2_st7_got_super()
1226 } else if ((nr == l2->vs) && (typ == RR)) { in l2_st7_got_super()
1231 } else if ((l2->va != nr) || (typ == RNR)) { in l2_st7_got_super()
1233 if (typ != RR) in l2_st7_got_super()
1237 if (skb_queue_len(&l2->i_queue) && (typ == RR)) in l2_st7_got_super()