Lines Matching refs:fcs
92 } fcs; in async_wrap_skb() local
95 fcs.value = INIT_FCS; in async_wrap_skb()
143 fcs.value = irda_fcs(fcs.value, skb->data[i]); in async_wrap_skb()
147 fcs.value = ~fcs.value; 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()
310 rx_buff->fcs = INIT_FCS; in async_unwrap_bof()
350 rx_buff->fcs = irda_fcs(rx_buff->fcs, in async_unwrap_eof()
355 if (rx_buff->fcs == GOOD_FCS) { in async_unwrap_eof()
420 rx_buff->fcs = irda_fcs(rx_buff->fcs, byte); in async_unwrap_other()
438 rx_buff->fcs = irda_fcs(rx_buff->fcs, byte); in async_unwrap_other()
458 rx_buff->fcs = irda_fcs(rx_buff->fcs, byte); in async_unwrap_other()