Lines Matching refs:reliable
139 int reliable; member
509 if (state(hdlc)->reliable && !pvc->state.exist) { in fr_lmi_send()
550 static void fr_set_link_state(int reliable, struct net_device *dev) in fr_set_link_state() argument
555 state(hdlc)->reliable = reliable; in fr_set_link_state()
556 if (reliable) { in fr_set_link_state()
587 int i, cnt = 0, reliable; in fr_timer() local
591 reliable = state(hdlc)->request && in fr_timer()
598 if (state(hdlc)->reliable) in fr_timer()
607 reliable = (cnt < state(hdlc)->settings.n392); in fr_timer()
610 if (state(hdlc)->reliable != reliable) { in fr_timer()
611 netdev_info(dev, "Link %sreliable\n", reliable ? "" : "un"); in fr_timer()
612 fr_set_link_state(reliable, dev); in fr_timer()
720 if (!state(hdlc)->reliable) in fr_lmi_recv()
1003 state(hdlc)->reliable = 0; in fr_start()