Home
last modified time | relevance | path

Searched refs:xbofs (Results 1 – 3 of 3) sorted by relevance

/drivers/net/irda/
Dirda-usb.c166 self->new_xbofs = self->xbofs ; in irda_usb_build_header()
231 self->xbofs = self->new_xbofs; in irda_usb_build_header()
235 switch (self->xbofs) { in irda_usb_build_header()
391 s16 xbofs; in irda_usb_hard_xmit() local
410 xbofs = irda_get_next_xbofs(skb); in irda_usb_hard_xmit()
411 if ((xbofs != self->xbofs) && (xbofs != -1)) { in irda_usb_hard_xmit()
412 self->new_xbofs = xbofs; in irda_usb_hard_xmit()
598 (self->new_xbofs != self->xbofs)) { in write_bulk_callback()
685 self->new_xbofs = self->xbofs; in irda_usb_net_timeout()
1195 self->xbofs = -1; in irda_usb_net_open()
Ddonauboe.c633 int xbofs; in toshoboe_makemttpacket() local
635 xbofs = ((int) (mtt/100)) * (int) (self->speed); in toshoboe_makemttpacket()
636 xbofs=xbofs/80000; /*Eight bits per byte, and mtt is in us*/ in toshoboe_makemttpacket()
637 xbofs++; in toshoboe_makemttpacket()
641 , xbofs,mtt,self->speed); in toshoboe_makemttpacket()
643 if (xbofs > TX_LEN) in toshoboe_makemttpacket()
646 xbofs, TX_LEN); in toshoboe_makemttpacket()
647 xbofs = TX_LEN; in toshoboe_makemttpacket()
651 memset (buf, XBOF, xbofs); in toshoboe_makemttpacket()
653 return xbofs; in toshoboe_makemttpacket()
Dirda-usb.h165 __u16 xbofs; /* Current xbofs setting */ member