Lines Matching refs:__fcs
160 static inline u8 __fcs(u8 *data) in __fcs() function
949 *ptr = __fcs(buf); ptr++; in rfcomm_send_nsc()
991 *ptr = __fcs(buf); ptr++; in rfcomm_send_pn()
1029 *ptr = __fcs(buf); ptr++; in rfcomm_send_rpn()
1056 *ptr = __fcs(buf); ptr++; in rfcomm_send_rls()
1083 *ptr = __fcs(buf); ptr++; in rfcomm_send_msc()
1105 *ptr = __fcs(buf); ptr++; in rfcomm_send_fcoff()
1127 *ptr = __fcs(buf); ptr++; in rfcomm_send_fcon()
1150 crc[0] = __fcs(hdr); in rfcomm_send_test()
1178 *ptr = __fcs(buf); ptr++; in rfcomm_send_credits()
1200 *crc = __fcs((void *) hdr); in rfcomm_make_uih()