Searched refs:stuff_byte (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/net/irda/ |
D | wrapper.c | 58 static inline int stuff_byte(__u8 byte, __u8 *buf) in stuff_byte() function 142 n += stuff_byte(skb->data[i], tx_buff+n); in async_wrap_skb() 149 n += stuff_byte(fcs.bytes[0], tx_buff+n); in async_wrap_skb() 150 n += stuff_byte(fcs.bytes[1], tx_buff+n); in async_wrap_skb() 152 n += stuff_byte(fcs.bytes[1], tx_buff+n); in async_wrap_skb() 153 n += stuff_byte(fcs.bytes[0], tx_buff+n); in async_wrap_skb()
|
/linux-4.1.27/drivers/net/irda/ |
D | donauboe.c | 669 stuff_byte (__u8 byte, __u8 * buf) in stuff_byte() function 761 len += stuff_byte (i, buf + len); in toshoboe_maketestpacket() 765 len += stuff_byte (fcs.bytes[0] ^ badcrc, buf + len); in toshoboe_maketestpacket() 766 len += stuff_byte (fcs.bytes[1] ^ badcrc, buf + len); in toshoboe_maketestpacket()
|