Searched refs:ntf_opcode (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/net/nfc/nci/ |
D | ntf.c | 750 __u16 ntf_opcode = nci_opcode(skb->data); in nci_ntf_packet() local 754 nci_opcode_gid(ntf_opcode), in nci_ntf_packet() 755 nci_opcode_oid(ntf_opcode), in nci_ntf_packet() 761 if (nci_opcode_gid(ntf_opcode) == NCI_GID_PROPRIETARY) { in nci_ntf_packet() 762 if (nci_prop_ntf_packet(ndev, ntf_opcode, skb) == -ENOTSUPP) { in nci_ntf_packet() 764 ntf_opcode); in nci_ntf_packet() 770 switch (ntf_opcode) { in nci_ntf_packet() 804 pr_err("unknown ntf opcode 0x%x\n", ntf_opcode); in nci_ntf_packet() 808 nci_core_ntf_packet(ndev, ntf_opcode, skb); in nci_ntf_packet()
|
D | core.c | 1391 static int nci_op_ntf_packet(struct nci_dev *ndev, __u16 ntf_opcode, in nci_op_ntf_packet() argument 1397 op = ops_cmd_lookup(ops, n_ops, ntf_opcode); in nci_op_ntf_packet()
|