Searched refs:diagnostics_hdr (Results 1 – 2 of 2) sorted by relevance
892 const char diagnostics_hdr[] = { 0x87, 0x80, 0x03 }; in btintel_pcie_recv_event() local951 if (len >= sizeof(diagnostics_hdr) && in btintel_pcie_recv_event()952 memcmp(&skb->data[2], diagnostics_hdr, in btintel_pcie_recv_event()953 sizeof(diagnostics_hdr)) == 0) { in btintel_pcie_recv_event()
3724 const char diagnostics_hdr[] = { 0x87, 0x80, 0x03 }; in btintel_recv_event() local3756 if (len >= sizeof(diagnostics_hdr) && in btintel_recv_event()3757 memcmp(&skb->data[2], diagnostics_hdr, in btintel_recv_event()3758 sizeof(diagnostics_hdr)) == 0) { in btintel_recv_event()