Lines Matching refs:active
128 unsigned int active: 1; member
354 pvc->state.active = netif_carrier_ok(pvc->frad); in pvc_open()
356 pvc_carrier(pvc->state.active, pvc); in pvc_open()
371 pvc->state.active = 0; in pvc_close()
375 pvc->state.active = 0; in pvc_close()
415 if (pvc->state.active) { in pvc_xmit()
457 pvc->state.active ? "active" : "inactive"); in fr_log_dlci_active()
531 if (pvc->open_count && !pvc->state.active && in fr_lmi_send()
534 pvc->state.active = 1; in fr_lmi_send()
549 else if (pvc->state.active) in fr_lmi_send()
581 pvc->state.exist = pvc->state.active = 1; in fr_set_link_state()
590 pvc->state.exist = pvc->state.active = 0; in fr_set_link_state()
795 unsigned int active, new; in fr_lmi_recv() local
812 active = !! (skb->data[i + 2] & 0x02); in fr_lmi_recv()
834 if (active != pvc->state.active || in fr_lmi_recv()
839 pvc->state.active = active; in fr_lmi_recv()
841 pvc_carrier(active, pvc); in fr_lmi_recv()
854 pvc->state.active = pvc->state.new = 0; in fr_lmi_recv()