Searched refs:IS_ENABLED (Results 1 – 11 of 11) sorted by relevance
64 #if IS_ENABLED(CONFIG_IWLMEI)
260 if (IS_ENABLED(CONFIG_X86_32)) in kfpu_save_fxsr()377 if (IS_ENABLED(CONFIG_X86_32)) { in kfpu_restore_fxsr()
534 #if IS_ENABLED(CONFIG_IWLDVM)578 #if IS_ENABLED(CONFIG_IWLMVM)
13 #if IS_ENABLED(CONFIG_IWLDVM)755 #if IS_ENABLED(CONFIG_IWLDVM)
52 #if IS_ENABLED(CONFIG_IPV6) in iwl_mvm_send_proto_offload()
388 #if IS_ENABLED(CONFIG_IPV6)1973 #if IS_ENABLED(CONFIG_IWLMEI)
47 #if IS_ENABLED(CONFIG_INET) in iwl_mvm_tx_csum_pre_bz()67 #if IS_ENABLED(CONFIG_IPV6) in iwl_mvm_tx_csum_pre_bz()
3317 #if IS_ENABLED(CONFIG_IWLMEI) in iwl_mvm_mei_host_associated()5643 if (!IS_ENABLED(CONFIG_INET)) in iwl_mvm_can_hw_csum()5742 #if IS_ENABLED(CONFIG_IPV6)
40 #if IS_ENABLED(CONFIG_IPV6)
37 #if IS_ENABLED(CONFIG_IWLDVM)226 #if IS_ENABLED(CONFIG_IWLMVM)527 #if IS_ENABLED(CONFIG_IWLMVM)1559 #if IS_ENABLED(CONFIG_IWLMVM) in iwl_pci_probe()
732 #define IS_ENABLED(_x) (IS_BUILTIN(_x) || IS_MODULE(_x)) macro