Home
last modified time | relevance | path

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

/linux/net/nfc/nci/
H A Dntf.c790 __u16 ntf_opcode = nci_opcode(skb->data); in nci_ntf_packet() local
794 nci_opcode_gid(ntf_opcode), in nci_ntf_packet()
795 nci_opcode_oid(ntf_opcode), in nci_ntf_packet()
801 if (nci_opcode_gid(ntf_opcode) == NCI_GID_PROPRIETARY) { in nci_ntf_packet()
802 if (nci_prop_ntf_packet(ndev, ntf_opcode, skb) == -ENOTSUPP) { in nci_ntf_packet()
804 ntf_opcode); in nci_ntf_packet()
810 switch (ntf_opcode) { in nci_ntf_packet()
847 pr_err("unknown ntf opcode 0x%x\n", ntf_opcode); in nci_ntf_packet()
851 nci_core_ntf_packet(ndev, ntf_opcode, skb); in nci_ntf_packet()
H A Dcore.c1436 static int nci_op_ntf_packet(struct nci_dev *ndev, __u16 ntf_opcode, in nci_op_ntf_packet() argument
1442 op = ops_cmd_lookup(ops, n_ops, ntf_opcode); in nci_op_ntf_packet()