Home
last modified time | relevance | path

Searched refs:__fcs (Results 1 – 1 of 1) sorted by relevance

/linux/net/bluetooth/rfcomm/
H A Dcore.c160 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()
[all …]