Home
last modified time | relevance | path

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

/openbmc/linux/include/net/nfc/
H A Dnci.h23 #define NCI_MAX_NUM_RF_CONFIGS 10 macro
289 struct disc_config disc_configs[NCI_MAX_NUM_RF_CONFIGS];
/openbmc/linux/net/nfc/nci/
H A Dcore.c249 if ((cmd.num_disc_configs < NCI_MAX_NUM_RF_CONFIGS) && in nci_rf_discover_req()
260 if ((cmd.num_disc_configs < NCI_MAX_NUM_RF_CONFIGS) && in nci_rf_discover_req()
268 if ((cmd.num_disc_configs < NCI_MAX_NUM_RF_CONFIGS) && in nci_rf_discover_req()
277 if ((cmd.num_disc_configs < NCI_MAX_NUM_RF_CONFIGS) && in nci_rf_discover_req()
285 if ((cmd.num_disc_configs < NCI_MAX_NUM_RF_CONFIGS - 1) && in nci_rf_discover_req()