Home
last modified time | relevance | path

Searched defs:NCI_ERROR (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dnciutils.c168 #define NCI_ERROR(args) do { if (nci_log_level & NCI_LOG_LEVEL_ERROR) { printf args; } } while (0u) macro
174 #define NCI_ERROR(args) do { if (nci_log_level & NCI_LOG_LEVEL_ERROR) \ macro