Home
last modified time | relevance | path

Searched refs:NCI_MAX_DISCOVERED_TARGETS (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/include/net/nfc/
Dnci_core.h94 #define NCI_MAX_DISCOVERED_TARGETS 10 macro
239 struct nfc_target targets[NCI_MAX_DISCOVERED_TARGETS];
/linux-6.1.9/net/nfc/nci/
Dntf.c305 if (ndev->n_targets == NCI_MAX_DISCOVERED_TARGETS) { in nci_add_new_target()
327 (sizeof(struct nfc_target)*NCI_MAX_DISCOVERED_TARGETS)); in nci_clear_target_list()