Lines Matching refs:typ
1110 enquiry_cr(struct layer2 *l2, u_char typ, u_char cr, u_char pf) in enquiry_cr() argument
1118 tmp[i++] = typ; in enquiry_cr()
1121 tmp[i++] = (l2->vr << 5) | typ | (pf ? 0x10 : 0); in enquiry_cr()
1197 int PollFlag, rsp, typ = RR; in l2_st7_got_super() local
1207 typ = RNR; in l2_st7_got_super()
1211 typ = REJ; in l2_st7_got_super()
1229 if (typ == REJ) { in l2_st7_got_super()
1236 } else if ((nr == l2->vs) && (typ == RR)) { in l2_st7_got_super()
1241 } else if ((l2->va != nr) || (typ == RNR)) { in l2_st7_got_super()
1243 if (typ != RR) in l2_st7_got_super()
1247 if (skb_queue_len(&l2->i_queue) && (typ == RR)) in l2_st7_got_super()