Home
last modified time | relevance | path

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

/openbmc/linux/net/bluetooth/rfcomm/
H A Dcore.c81 #define __test_pf(b) (!!(b & 0x10)) macro
1770 if (__test_pf(hdr->ctrl)) in rfcomm_recv_frame()
1775 if (__test_pf(hdr->ctrl)) in rfcomm_recv_frame()
1780 if (__test_pf(hdr->ctrl)) in rfcomm_recv_frame()
1790 rfcomm_recv_data(s, dlci, __test_pf(hdr->ctrl), skb); in rfcomm_recv_frame()