Lines Matching refs:__fcs
162 static inline u8 __fcs(u8 *data) in __fcs() function
915 *ptr = __fcs(buf); ptr++; in rfcomm_send_nsc()
957 *ptr = __fcs(buf); ptr++; in rfcomm_send_pn()
995 *ptr = __fcs(buf); ptr++; in rfcomm_send_rpn()
1022 *ptr = __fcs(buf); ptr++; in rfcomm_send_rls()
1049 *ptr = __fcs(buf); ptr++; in rfcomm_send_msc()
1071 *ptr = __fcs(buf); ptr++; in rfcomm_send_fcoff()
1093 *ptr = __fcs(buf); ptr++; in rfcomm_send_fcon()
1116 crc[0] = __fcs(hdr); in rfcomm_send_test()
1144 *ptr = __fcs(buf); ptr++; in rfcomm_send_credits()
1166 *crc = __fcs((void *) hdr); in rfcomm_make_uih()