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
141 send_xoff = caifd->xoff; in caif_flow_cb()
142 caifd->xoff = 0; in caif_flow_cb()
183 if (unlikely(caifd->xoff)) in transmit()
201 if (caifd->xoff) { in transmit()
216 caifd->xoff = 1; in transmit()
404 caifd->xoff = 0; in caif_device_notify()
439 caifd->xoff = 0; in caif_device_notify()
/net/atm/
Dclip.c79 clip_vcc->xoff = 0; /* @@@ may overrun buffer by one packet */ in link_vcc()
102 if (clip_vcc->xoff) in unlink_clip_vcc()
258 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.h149 int xoff; member
Dlec.c311 vpriv->xoff = 1; in lec_start_xmit()
683 if (vpriv->xoff && atm_may_send(vcc, 0)) { in lec_pop()
684 vpriv->xoff = 0; in lec_pop()
706 vpriv->xoff = 0; in lec_vcc_attach()
1275 if (vpriv->xoff) in lec_arp_clear_vccs()
2169 vpriv->xoff = 0; in lec_mcast_make()