NCI_MAX_NUM_CONN  383 include/net/nfc/nci.h 	struct conn_credit_entry	conn_entries[NCI_MAX_NUM_CONN];
NCI_MAX_NUM_CONN   39 net/nfc/nci/ntf.c 	if (ntf->num_entries > NCI_MAX_NUM_CONN)
NCI_MAX_NUM_CONN   40 net/nfc/nci/ntf.c 		ntf->num_entries = NCI_MAX_NUM_CONN;