Lines Matching refs:__fcs
162 static inline u8 __fcs(u8 *data) in __fcs() function
911 *ptr = __fcs(buf); ptr++; in rfcomm_send_nsc()
953 *ptr = __fcs(buf); ptr++; in rfcomm_send_pn()
991 *ptr = __fcs(buf); ptr++; in rfcomm_send_rpn()
1018 *ptr = __fcs(buf); ptr++; in rfcomm_send_rls()
1045 *ptr = __fcs(buf); ptr++; in rfcomm_send_msc()
1067 *ptr = __fcs(buf); ptr++; in rfcomm_send_fcoff()
1089 *ptr = __fcs(buf); ptr++; in rfcomm_send_fcon()
1112 crc[0] = __fcs(hdr); in rfcomm_send_test()
1140 *ptr = __fcs(buf); ptr++; in rfcomm_send_credits()
1162 *crc = __fcs((void *) hdr); in rfcomm_make_uih()