Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/bluetooth/rfcomm/
Dcore.c117 static inline u8 __fcs(u8 *data) in __fcs() function
720 *ptr = __fcs(buf); ptr++; in rfcomm_send_nsc()
759 *ptr = __fcs(buf); ptr++; in rfcomm_send_pn()
797 *ptr = __fcs(buf); ptr++; in rfcomm_send_rpn()
824 *ptr = __fcs(buf); ptr++; in rfcomm_send_rls()
851 *ptr = __fcs(buf); ptr++; in rfcomm_send_msc()
873 *ptr = __fcs(buf); ptr++; in rfcomm_send_fcoff()
895 *ptr = __fcs(buf); ptr++; in rfcomm_send_fcon()
918 crc[0] = __fcs(hdr); in rfcomm_send_test()
947 *ptr = __fcs(buf); ptr++; in rfcomm_send_credits()
[all …]