Searched refs:xleft (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/net/slip/
H A Dslip.h71 int xleft; /* bytes left in XMIT queue */ member in struct:slip
H A Dslip.c180 sl->xleft = 0;
269 if (sl->xleft) {
270 if (sl->xleft <= len) {
271 memcpy(sl->xbuff, sl->xhead, sl->xleft);
273 sl->xleft = 0;
413 sl->xleft = count - actual;
434 if (sl->xleft <= 0) {
444 actual = sl->tty->ops->write(sl->tty, sl->xhead, sl->xleft);
445 sl->xleft -= actual;
485 (tty_chars_in_buffer(sl->tty) || sl->xleft)
[all...]
/linux-master/drivers/net/can/slcan/
H A Dslcan-core.c94 int xleft; /* bytes left in XMIT queue */ member in struct:slcan
538 sl->xleft = (pos - sl->xbuff) - actual;
556 if (sl->xleft <= 0) {
575 actual = sl->tty->ops->write(sl->tty, sl->xhead, sl->xleft);
576 sl->xleft -= actual;
639 sl->xleft = n - actual;
676 sl->xleft = 0;
824 sl->xleft = 0;
/linux-master/drivers/net/hamradio/
H A Dmkiss.c52 int xleft; /* bytes left in XMIT queue */ member in struct:mkiss
394 if (ax->xleft) {
395 if (ax->xleft <= len) {
396 memcpy(ax->xbuff, ax->xhead, ax->xleft);
398 ax->xleft = 0;
515 ax->xleft = count - actual;
543 (tty_chars_in_buffer(ax->tty) || ax->xleft) ?
546 ax->xleft = 0;
603 ax->xleft = 0;
920 if (ax->xleft <
[all...]
H A D6pack.c95 int xleft; /* bytes left in XMIT queue */ member in struct:sixpack
153 sp->xleft -= actual;
220 sp->xleft = count - actual;
225 sp->xleft = count;
402 if (sp->xleft <= 0) {
413 actual = tty->ops->write(tty, sp->xhead, sp->xleft);
414 sp->xleft -= actual;
597 sp->xleft = 0;
879 sp->xleft -= actual;

Completed in 294 milliseconds