Home
last modified time | relevance | path

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

/Linux-v5.10/net/nfc/nci/
Dntf.c738 __u16 ntf_opcode = nci_opcode(skb->data); in nci_ntf_packet() local
742 nci_opcode_gid(ntf_opcode), in nci_ntf_packet()
743 nci_opcode_oid(ntf_opcode), in nci_ntf_packet()
749 if (nci_opcode_gid(ntf_opcode) == NCI_GID_PROPRIETARY) { in nci_ntf_packet()
750 if (nci_prop_ntf_packet(ndev, ntf_opcode, skb) == -ENOTSUPP) { in nci_ntf_packet()
752 ntf_opcode); in nci_ntf_packet()
758 switch (ntf_opcode) { in nci_ntf_packet()
792 pr_err("unknown ntf opcode 0x%x\n", ntf_opcode); in nci_ntf_packet()
796 nci_core_ntf_packet(ndev, ntf_opcode, skb); in nci_ntf_packet()
Dcore.c1382 static int nci_op_ntf_packet(struct nci_dev *ndev, __u16 ntf_opcode, in nci_op_ntf_packet() argument
1388 op = ops_cmd_lookup(ops, n_ops, ntf_opcode); in nci_op_ntf_packet()