Home
last modified time | relevance | path

Searched defs:fcs (Results 1 – 4 of 4) sorted by relevance

/net/caif/
Dcfcnfg.c458 bool fcs, int head_room) in cfcnfg_add_phy_layer()
/net/bluetooth/rfcomm/
Dcore.c174 static inline int __check_fcs(u8 *data, int type, u8 fcs) in __check_fcs()
1741 u8 type, dlci, fcs; in rfcomm_recv_frame() local
/net/bluetooth/
Dl2cap_core.c1104 u16 fcs = crc16(0, (u8 *)skb->data, skb->len); in l2cap_create_sframe_pdu() local
1935 u16 fcs = crc16(0, (u8 *) skb->data, skb->len); in l2cap_streaming_send() local
1984 u16 fcs = crc16(0, (u8 *) skb->data, skb->len); in l2cap_ertm_send() local
2085 u16 fcs = crc16(0, (u8 *) tx_skb->data, in l2cap_ertm_resend() local
/net/phonet/
Dpep.c468 static u8 pipe_negotiate_fc(const u8 *fcs, unsigned int n) in pipe_negotiate_fc()