Home
last modified time | relevance | path

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

/linux-4.4.14/include/net/nfc/
Dnci.h35 #define NCI_MAX_NUM_RF_CONFIGS 10 macro
291 struct disc_config disc_configs[NCI_MAX_NUM_RF_CONFIGS];
/linux-4.4.14/net/nfc/nci/
Dcore.c246 if ((cmd.num_disc_configs < NCI_MAX_NUM_RF_CONFIGS) && in nci_rf_discover_req()
257 if ((cmd.num_disc_configs < NCI_MAX_NUM_RF_CONFIGS) && in nci_rf_discover_req()
265 if ((cmd.num_disc_configs < NCI_MAX_NUM_RF_CONFIGS) && in nci_rf_discover_req()
274 if ((cmd.num_disc_configs < NCI_MAX_NUM_RF_CONFIGS) && in nci_rf_discover_req()
282 if ((cmd.num_disc_configs < NCI_MAX_NUM_RF_CONFIGS - 1) && in nci_rf_discover_req()