Home
last modified time | relevance | path

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

/openbmc/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 …]
/openbmc/linux/drivers/scsi/bfa/
H A Dbfa_fcs.h52 #define __fcs_min_cfg(__fcs) ((__fcs)->min_cfg) argument
511 #define bfa_fcs_fcxp_alloc(__fcs, __req) \ argument
512 bfa_fcxp_req_rsp_alloc(NULL, (__fcs)->bfa, 0, 0, \