Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/net/nfc/
Dnci.h23 #define NCI_MAX_NUM_RF_CONFIGS 10 macro
279 struct disc_config disc_configs[NCI_MAX_NUM_RF_CONFIGS];
/kernel/linux/linux-5.10/net/nfc/nci/
Dcore.c244 if ((cmd.num_disc_configs < NCI_MAX_NUM_RF_CONFIGS) && in nci_rf_discover_req()
255 if ((cmd.num_disc_configs < NCI_MAX_NUM_RF_CONFIGS) && in nci_rf_discover_req()
263 if ((cmd.num_disc_configs < NCI_MAX_NUM_RF_CONFIGS) && in nci_rf_discover_req()
272 if ((cmd.num_disc_configs < NCI_MAX_NUM_RF_CONFIGS) && in nci_rf_discover_req()
280 if ((cmd.num_disc_configs < NCI_MAX_NUM_RF_CONFIGS - 1) && in nci_rf_discover_req()