Lines Matching refs:__fcs
162 static inline u8 __fcs(u8 *data) in __fcs() function
912 *ptr = __fcs(buf); ptr++; in rfcomm_send_nsc()
954 *ptr = __fcs(buf); ptr++; in rfcomm_send_pn()
992 *ptr = __fcs(buf); ptr++; in rfcomm_send_rpn()
1019 *ptr = __fcs(buf); ptr++; in rfcomm_send_rls()
1046 *ptr = __fcs(buf); ptr++; in rfcomm_send_msc()
1068 *ptr = __fcs(buf); ptr++; in rfcomm_send_fcoff()
1090 *ptr = __fcs(buf); ptr++; in rfcomm_send_fcon()
1113 crc[0] = __fcs(hdr); in rfcomm_send_test()
1141 *ptr = __fcs(buf); ptr++; in rfcomm_send_credits()
1163 *crc = __fcs((void *) hdr); in rfcomm_make_uih()