Home
last modified time | relevance | path

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

/net/bluetooth/rfcomm/
Dcore.c162 static inline u8 __fcs(u8 *data) in __fcs() function
948 *ptr = __fcs(buf); ptr++; in rfcomm_send_nsc()
990 *ptr = __fcs(buf); ptr++; in rfcomm_send_pn()
1028 *ptr = __fcs(buf); ptr++; in rfcomm_send_rpn()
1055 *ptr = __fcs(buf); ptr++; in rfcomm_send_rls()
1082 *ptr = __fcs(buf); ptr++; in rfcomm_send_msc()
1104 *ptr = __fcs(buf); ptr++; in rfcomm_send_fcoff()
1126 *ptr = __fcs(buf); ptr++; in rfcomm_send_fcon()
1149 crc[0] = __fcs(hdr); in rfcomm_send_test()
1177 *ptr = __fcs(buf); ptr++; in rfcomm_send_credits()
[all …]