Home
last modified time | relevance | path

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

/linux-6.6.21/include/net/nfc/
Dnci.h24 #define NCI_MAX_NUM_CONN 10 macro
417 struct conn_credit_entry conn_entries[NCI_MAX_NUM_CONN];
/linux-6.6.21/net/nfc/nci/
Dntf.c56 if (ntf->num_entries > NCI_MAX_NUM_CONN) in nci_core_conn_credits_ntf_packet()
57 ntf->num_entries = NCI_MAX_NUM_CONN; in nci_core_conn_credits_ntf_packet()