Home
last modified time | relevance | path

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

/linux-6.1.9/net/nfc/nci/
Dntf.c760 __u16 ntf_opcode = nci_opcode(skb->data); in nci_ntf_packet() local
764 nci_opcode_gid(ntf_opcode), in nci_ntf_packet()
765 nci_opcode_oid(ntf_opcode), in nci_ntf_packet()
771 if (nci_opcode_gid(ntf_opcode) == NCI_GID_PROPRIETARY) { in nci_ntf_packet()
772 if (nci_prop_ntf_packet(ndev, ntf_opcode, skb) == -ENOTSUPP) { in nci_ntf_packet()
774 ntf_opcode); in nci_ntf_packet()
780 switch (ntf_opcode) { in nci_ntf_packet()
817 pr_err("unknown ntf opcode 0x%x\n", ntf_opcode); in nci_ntf_packet()
821 nci_core_ntf_packet(ndev, ntf_opcode, skb); in nci_ntf_packet()
Dcore.c1415 static int nci_op_ntf_packet(struct nci_dev *ndev, __u16 ntf_opcode, in nci_op_ntf_packet() argument
1421 op = ops_cmd_lookup(ops, n_ops, ntf_opcode); in nci_op_ntf_packet()