Lines Matching refs:__fcs
158 static inline u8 __fcs(u8 *data) in __fcs() function
909 *ptr = __fcs(buf); ptr++; in rfcomm_send_nsc()
951 *ptr = __fcs(buf); ptr++; in rfcomm_send_pn()
989 *ptr = __fcs(buf); ptr++; in rfcomm_send_rpn()
1016 *ptr = __fcs(buf); ptr++; in rfcomm_send_rls()
1043 *ptr = __fcs(buf); ptr++; in rfcomm_send_msc()
1065 *ptr = __fcs(buf); ptr++; in rfcomm_send_fcoff()
1087 *ptr = __fcs(buf); ptr++; in rfcomm_send_fcon()
1110 crc[0] = __fcs(hdr); in rfcomm_send_test()
1138 *ptr = __fcs(buf); ptr++; in rfcomm_send_credits()
1160 *crc = __fcs((void *) hdr); in rfcomm_make_uih()