Home
last modified time | relevance | path

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

/Linux-v5.10/include/net/nfc/
Dnci.h24 #define NCI_MAX_NUM_CONN 10 macro
383 struct conn_credit_entry conn_entries[NCI_MAX_NUM_CONN];
/Linux-v5.10/net/nfc/nci/
Dntf.c39 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()