Searched refs:host_interrupt_operation_mode (Results 1 – 11 of 11) sorted by relevance
/freebsd/sys/dev/iwm/ |
H A D | if_iwm_7000.c | 98 .host_interrupt_operation_mode = 1, 105 .host_interrupt_operation_mode = 1, 112 .host_interrupt_operation_mode = 0, 119 .host_interrupt_operation_mode = 0, 127 .host_interrupt_operation_mode = 0, 134 .host_interrupt_operation_mode = 0,
|
H A D | if_iwm_8000.c | 93 .host_interrupt_operation_mode = 0, 100 .host_interrupt_operation_mode = 0,
|
H A D | if_iwm_9260.c | 92 .host_interrupt_operation_mode = 0,
|
H A D | if_iwm_9000.c | 92 .host_interrupt_operation_mode = 0,
|
H A D | if_iwm_config.h | 136 int host_interrupt_operation_mode; member
|
H A D | if_iwm_pcie_trans.c | 531 if (sc->cfg->host_interrupt_operation_mode) { in iwm_apm_init()
|
H A D | if_iwm.c | 1535 if (sc->cfg->host_interrupt_operation_mode) in iwm_nic_rx_legacy_init()
|
/freebsd/sys/contrib/dev/iwlwifi/cfg/ |
H A D | 7000.c | 126 .host_interrupt_operation_mode = true, 138 .host_interrupt_operation_mode = true, 150 .host_interrupt_operation_mode = true, 161 .host_interrupt_operation_mode = true, 172 .host_interrupt_operation_mode = true, 182 .host_interrupt_operation_mode = true, 192 .host_interrupt_operation_mode = true,
|
/freebsd/sys/contrib/dev/iwlwifi/ |
H A D | iwl-config.h | 363 * @host_interrupt_operation_mode: device needs host interrupt operation 420 host_interrupt_operation_mode:1, 426 host_interrupt_operation_mode:1, global() member
|
/freebsd/sys/contrib/dev/iwlwifi/pcie/ |
H A D | rx.c | 903 if (trans->cfg->host_interrupt_operation_mode)
|
H A D | trans.c | 354 if (trans->cfg->host_interrupt_operation_mode) { in iwl_pcie_apm_init() 357 * only check host_interrupt_operation_mode even if this is in iwl_pcie_apm_init() 358 * not related to host_interrupt_operation_mode. in iwl_pcie_apm_init()
|