Searched refs:ntf (Results 1 – 5 of 5) sorted by relevance
33 struct nci_core_conn_credit_ntf *ntf = (void *) skb->data; in nci_core_conn_credits_ntf_packet() local37 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 …]
8 nci-objs := core.o data.o lib.o ntf.o rsp.o hci.o
1386 if (!op || !op->ntf) in nci_op_ntf_packet()1389 return op->ntf(ndev, skb); in nci_op_ntf_packet()
704 .ntf = fdp_nci_core_reset_ntf_packet,712 .ntf = fdp_nci_prop_patch_ntf_packet,
61 int (*ntf)(struct nci_dev *dev, struct sk_buff *skb); member