Lines Matching refs:opcode
114 if (!flt->opcode) in is_filtered_packet()
118 flt->opcode != get_unaligned((__le16 *)(skb->data + 3))) in is_filtered_packet()
122 flt->opcode != get_unaligned((__le16 *)(skb->data + 4))) in is_filtered_packet()
224 __le16 opcode; in hci_send_to_monitor() local
233 opcode = cpu_to_le16(HCI_MON_COMMAND_PKT); in hci_send_to_monitor()
236 opcode = cpu_to_le16(HCI_MON_EVENT_PKT); in hci_send_to_monitor()
240 opcode = cpu_to_le16(HCI_MON_ACL_RX_PKT); in hci_send_to_monitor()
242 opcode = cpu_to_le16(HCI_MON_ACL_TX_PKT); in hci_send_to_monitor()
246 opcode = cpu_to_le16(HCI_MON_SCO_RX_PKT); in hci_send_to_monitor()
248 opcode = cpu_to_le16(HCI_MON_SCO_TX_PKT); in hci_send_to_monitor()
276 hdr->opcode = opcode; in hci_send_to_monitor()
327 __le16 opcode; in create_monitor_event() local
341 opcode = cpu_to_le16(HCI_MON_NEW_INDEX); in create_monitor_event()
349 opcode = cpu_to_le16(HCI_MON_DEL_INDEX); in create_monitor_event()
359 hdr->opcode = opcode; in create_monitor_event()
975 u16 opcode = get_unaligned_le16(skb->data); in hci_sock_sendmsg() local
976 u16 ogf = hci_opcode_ogf(opcode); in hci_sock_sendmsg()
977 u16 ocf = hci_opcode_ocf(opcode); in hci_sock_sendmsg()
1023 struct hci_ufilter uf = { .opcode = 0 }; in hci_sock_setsockopt()
1066 uf.opcode = f->opcode; in hci_sock_setsockopt()
1087 f->opcode = uf.opcode; in hci_sock_setsockopt()
1149 uf.opcode = f->opcode; in hci_sock_getsockopt()