Home
last modified time | relevance | path

Searched refs:IS_ENABLED (Results 1 – 11 of 11) sorted by relevance

/freebsd-13.1/sys/contrib/dev/iwlwifi/mei/
H A Diwl-mei.h64 #if IS_ENABLED(CONFIG_IWLMEI)
/freebsd-13.1/sys/contrib/openzfs/include/os/linux/kernel/linux/
H A Dsimd_x86.h260 if (IS_ENABLED(CONFIG_X86_32)) in kfpu_save_fxsr()
377 if (IS_ENABLED(CONFIG_X86_32)) { in kfpu_restore_fxsr()
/freebsd-13.1/sys/contrib/dev/iwlwifi/
H A Diwl-config.h534 #if IS_ENABLED(CONFIG_IWLDVM)
578 #if IS_ENABLED(CONFIG_IWLMVM)
H A Diwl-eeprom-parse.c13 #if IS_ENABLED(CONFIG_IWLDVM)
755 #if IS_ENABLED(CONFIG_IWLDVM)
/freebsd-13.1/sys/contrib/dev/iwlwifi/mvm/
H A Doffloading.c52 #if IS_ENABLED(CONFIG_IPV6) in iwl_mvm_send_proto_offload()
H A Dmvm.h388 #if IS_ENABLED(CONFIG_IPV6)
1973 #if IS_ENABLED(CONFIG_IWLMEI)
H A Dtx.c47 #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()
H A Dmac80211.c3317 #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)
H A Dd3.c40 #if IS_ENABLED(CONFIG_IPV6)
/freebsd-13.1/sys/contrib/dev/iwlwifi/pcie/
H A Ddrv.c37 #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()
/freebsd-13.1/sys/compat/linuxkpi/common/include/linux/
H A Dkernel.h732 #define IS_ENABLED(_x) (IS_BUILTIN(_x) || IS_MODULE(_x)) macro