Home
last modified time | relevance | path

Searched refs:NCI_MAX_NUM_CONN (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/net/nfc/
H A Dnci.h24 #define NCI_MAX_NUM_CONN 10 macro
383 struct conn_credit_entry conn_entries[NCI_MAX_NUM_CONN];
/kernel/linux/linux-6.6/include/net/nfc/
H A Dnci.h24 #define NCI_MAX_NUM_CONN 10 macro
417 struct conn_credit_entry conn_entries[NCI_MAX_NUM_CONN];
/kernel/linux/linux-5.10/net/nfc/nci/
H A 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()
/kernel/linux/linux-6.6/net/nfc/nci/
H A 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()

Completed in 5 milliseconds