Searched refs:ntf_opcode (Results  1 – 2 of 2) sorted by relevance
| /Linux-v5.4/net/nfc/nci/ | 
| D | ntf.c | 738 	__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()
  | 
| D | core.c | 1379 static int nci_op_ntf_packet(struct nci_dev *ndev, __u16 ntf_opcode,  in nci_op_ntf_packet()  argument 1385 	op = ops_cmd_lookup(ops, n_ops, ntf_opcode);  in nci_op_ntf_packet()
  |