Searched refs:nci_pbf_set (Results 1 – 3 of 3) sorted by relevance
90 nci_pbf_set((__u8 *)hdr, pbf); in nci_push_data_hdr()
1157 nci_pbf_set((__u8 *)hdr, NCI_PBF_LAST); in nci_send_cmd()
183 #define nci_pbf_set(hdr, pbf) ((hdr)[0] |= (__u8)(((pbf)&0x01)<<4)) macro