Home
last modified time | relevance | path

Searched refs:xoff (Results 1 – 4 of 4) sorted by relevance

/net/caif/
Dcaif_dev.c41 bool xoff; member
143 send_xoff = caifd->xoff; in caif_flow_cb()
144 caifd->xoff = 0; in caif_flow_cb()
185 if (unlikely(caifd->xoff)) in transmit()
207 if (caifd->xoff) { in transmit()
222 caifd->xoff = 1; in transmit()
409 caifd->xoff = 0; in caif_device_notify()
444 caifd->xoff = 0; in caif_device_notify()
/net/atm/
Dclip.c80 clip_vcc->xoff = 0; /* @@@ may overrun buffer by one packet */ in link_vcc()
103 if (clip_vcc->xoff) in unlink_clip_vcc()
259 old = xchg(&clip_vcc->xoff, 0); in clip_pop()
388 old = xchg(&entry->vccs->xoff, 1); /* assume XOFF ... */ in clip_start_xmit()
397 entry->vccs->xoff = 0; in clip_start_xmit()
403 if (!entry->vccs->xoff) in clip_start_xmit()
429 clip_vcc->xoff = 0; in clip_mkip()
Dlec.h150 int xoff; member
Dlec.c314 vpriv->xoff = 1; in lec_start_xmit()
676 if (vpriv->xoff && atm_may_send(vcc, 0)) { in lec_pop()
677 vpriv->xoff = 0; in lec_pop()
701 vpriv->xoff = 0; in lec_vcc_attach()
1263 if (vpriv->xoff) in lec_arp_clear_vccs()
2156 vpriv->xoff = 0; in lec_mcast_make()