Searched refs:ntf (Results 1 – 5 of 5) sorted by relevance
45 struct nci_core_conn_credit_ntf *ntf = (void *) skb->data; in nci_core_conn_credits_ntf_packet() local49 pr_debug("num_entries %d\n", ntf->num_entries); in nci_core_conn_credits_ntf_packet()51 if (ntf->num_entries > NCI_MAX_NUM_CONN) in nci_core_conn_credits_ntf_packet()52 ntf->num_entries = NCI_MAX_NUM_CONN; in nci_core_conn_credits_ntf_packet()55 for (i = 0; i < ntf->num_entries; i++) { in nci_core_conn_credits_ntf_packet()56 ntf->conn_entries[i].conn_id = in nci_core_conn_credits_ntf_packet()57 nci_conn_id(&ntf->conn_entries[i].conn_id); in nci_core_conn_credits_ntf_packet()60 i, ntf->conn_entries[i].conn_id, in nci_core_conn_credits_ntf_packet()61 ntf->conn_entries[i].credits); in nci_core_conn_credits_ntf_packet()64 ntf->conn_entries[i].conn_id); in nci_core_conn_credits_ntf_packet()[all …]
7 nci-objs := core.o data.o lib.o ntf.o rsp.o hci.o
1313 if (!op || !op->ntf) in nci_op_ntf_packet()1316 return op->ntf(ndev, skb); in nci_op_ntf_packet()
712 .ntf = fdp_nci_core_reset_ntf_packet,720 .ntf = fdp_nci_prop_patch_ntf_packet,
73 int (*ntf)(struct nci_dev *dev, struct sk_buff *skb); member