Home
last modified time | relevance | path

Searched refs:xhead (Results 1 – 5 of 5) sorted by relevance

/drivers/net/hamradio/
A D6pack.c91 unsigned char *xhead; /* next byte to XMIT */ member
148 sp->xhead += actual; in sp_xmit_on_air()
215 sp->xhead = sp->xbuff + actual; in sp_encaps()
220 sp->xhead = sp->xbuff; in sp_encaps()
407 actual = tty->ops->write(tty, sp->xhead, sp->xleft); in sixpack_write_wakeup()
409 sp->xhead += actual; in sixpack_write_wakeup()
860 sp->xhead += actual; in decode_prio_command()
A Dmkiss.c51 unsigned char *xhead; /* pointer to next byte to XMIT */ member
396 memcpy(ax->xbuff, ax->xhead, ax->xleft); in ax_changedmtu()
403 ax->xhead = ax->xbuff; in ax_changedmtu()
516 ax->xhead = ax->xbuff + actual; in ax_encaps()
930 actual = tty->ops->write(tty, ax->xhead, ax->xleft); in mkiss_write_wakeup()
932 ax->xhead += actual; in mkiss_write_wakeup()
/drivers/net/can/slcan/
A Dslcan-core.c102 unsigned char *xhead; /* pointer to next XMIT byte */ member
553 sl->xhead = sl->xbuff + actual; in slcan_encaps()
589 actual = sl->tty->ops->write(sl->tty, sl->xhead, sl->xleft); in slcan_transmit()
591 sl->xhead += actual; in slcan_transmit()
654 sl->xhead = sl->xbuff + actual; in slcan_transmit_cmd()
/drivers/net/slip/
A Dslip.h70 unsigned char *xhead; /* pointer to next byte to XMIT */ member
A Dslip.c271 memcpy(sl->xbuff, sl->xhead, sl->xleft);
277 sl->xhead = sl->xbuff;
414 sl->xhead = sl->xbuff + actual;
444 actual = sl->tty->ops->write(sl->tty, sl->xhead, sl->xleft);
446 sl->xhead += actual;

Completed in 18 milliseconds