Lines Matching defs:active
17 (active) -> 0 when "ifconfig PVC down" or "link unreliable" or "PVC create"
21 (exist,new,active) = FULL STATUS if "link reliable"
24 active = open and "link reliable"
122 unsigned int active: 1;
334 pvc->state.active = netif_carrier_ok(pvc->frad);
336 pvc_carrier(pvc->state.active, pvc);
350 pvc->state.active = 0;
354 pvc->state.active = 0;
392 if (!pvc->state.active)
447 pvc->state.active ? "active" : "inactive");
515 if (pvc->open_count && !pvc->state.active &&
518 pvc->state.active = 1;
533 else if (pvc->state.active)
564 pvc->state.exist = pvc->state.active = 1;
573 pvc->state.exist = pvc->state.active = 0;
737 /* Tell DTE that new PVC is now active */
776 unsigned int active, new;
793 active = !!(skb->data[i + 2] & 0x02);
815 if (active != pvc->state.active ||
820 pvc->state.active = active;
822 pvc_carrier(active, pvc);
835 pvc->state.active = pvc->state.new = 0;