Home
last modified time | relevance | path

Searched refs:ntf (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/net/nfc/nci/
Dntf.c33 struct nci_core_conn_credit_ntf *ntf = (void *) skb->data; in nci_core_conn_credits_ntf_packet() local
37 pr_debug("num_entries %d\n", ntf->num_entries); in nci_core_conn_credits_ntf_packet()
39 if (ntf->num_entries > NCI_MAX_NUM_CONN) in nci_core_conn_credits_ntf_packet()
40 ntf->num_entries = NCI_MAX_NUM_CONN; in nci_core_conn_credits_ntf_packet()
43 for (i = 0; i < ntf->num_entries; i++) { in nci_core_conn_credits_ntf_packet()
44 ntf->conn_entries[i].conn_id = in nci_core_conn_credits_ntf_packet()
45 nci_conn_id(&ntf->conn_entries[i].conn_id); in nci_core_conn_credits_ntf_packet()
48 i, ntf->conn_entries[i].conn_id, in nci_core_conn_credits_ntf_packet()
49 ntf->conn_entries[i].credits); in nci_core_conn_credits_ntf_packet()
52 ntf->conn_entries[i].conn_id); in nci_core_conn_credits_ntf_packet()
[all …]
DMakefile8 nci-objs := core.o data.o lib.o ntf.o rsp.o hci.o
Dcore.c1386 if (!op || !op->ntf) in nci_op_ntf_packet()
1389 return op->ntf(ndev, skb); in nci_op_ntf_packet()
/Linux-v5.4/drivers/nfc/fdp/
Dfdp.c704 .ntf = fdp_nci_core_reset_ntf_packet,
712 .ntf = fdp_nci_prop_patch_ntf_packet,
/Linux-v5.4/include/net/nfc/
Dnci_core.h61 int (*ntf)(struct nci_dev *dev, struct sk_buff *skb); member