Home
last modified time | relevance | path

Searched refs:intr_type (Results 1 – 21 of 21) sorted by relevance

/linux/drivers/thermal/intel/
H A Dintel_soc_dts_iosf.h39 enum intel_soc_dts_interrupt_type intr_type; member
45 intel_soc_dts_iosf_init(enum intel_soc_dts_interrupt_type intr_type,
H A Dintel_soc_dts_iosf.c56 if (sensors->intr_type == INTEL_SOC_DTS_INTERRUPT_MSI) in update_trip_temp()
307 intel_soc_dts_iosf_init(enum intel_soc_dts_interrupt_type intr_type, in intel_soc_dts_iosf_init() argument
329 sensors->intr_type = intr_type; in intel_soc_dts_iosf_init()
/linux/drivers/pci/hotplug/
H A Doctep_hp.c39 enum octep_hp_intr_type intr_type; member
203 octep_hp_cmd_name(hp_cmd->intr_type), in octep_hp_cmd_handler()
206 switch (hp_cmd->intr_type) { in octep_hp_cmd_handler()
279 hp_cmd->intr_type = type; in octep_hp_intr_handler()
/linux/drivers/net/ethernet/brocade/bna/
H A Dbna_types.h281 enum bna_intr_type intr_type; member
407 enum bna_intr_type intr_type; member
435 enum bna_intr_type intr_type; member
635 enum bna_intr_type intr_type; member
H A Dbna_hw_defs.h237 if ((ib->intr_type == BNA_INTR_T_INTX)) { \
254 if (ib->intr_type == BNA_INTR_T_INTX) { \
H A Dbna_tx_rx.c1679 cfg_req->ib_cfg.msix = (rxp->cq.ib.intr_type == BNA_INTR_T_MSIX) in bna_bfi_rx_enet_start()
2245 res_info[BNA_RX_RES_T_INTR].res_u.intr_info.intr_type = BNA_INTR_T_MSIX; in bna_rx_res_req()
2366 rxp->cq.ib.intr_type = intr_info->intr_type; in bna_rx_create()
2367 if (intr_info->intr_type == BNA_INTR_T_MSIX) in bna_rx_create()
2455 rxp->cq.ccb->intr_type = rxp->cq.ib.intr_type; in bna_rx_create()
3116 cfg_req->ib_cfg.msix = (txq->ib.intr_type == BNA_INTR_T_MSIX) in bna_bfi_tx_enet_start()
3357 res_info[BNA_TX_RES_INTR_T_TXCMPL].res_u.intr_info.intr_type = in bna_tx_res_req()
3454 txq->ib.intr_type = intr_info->intr_type; in bna_tx_create()
3458 if (intr_info->intr_type == BNA_INTR_T_INTX) in bna_tx_create()
3472 txq->tcb->intr_type = txq->ib.intr_type; in bna_tx_create()
H A Dbnad.c1459 intr_info->intr_type = BNA_INTR_T_MSIX; in bnad_txrx_irq_alloc()
1483 intr_info->intr_type = BNA_INTR_T_INTX; in bnad_txrx_irq_alloc()
1927 if (tx_info->tcb[0]->intr_type == BNA_INTR_T_MSIX) in bnad_destroy_tx()
2000 if (intr_info->intr_type == BNA_INTR_T_MSIX) { in bnad_setup_tx()
2173 if (rx_info->rx_ctrl[0].ccb->intr_type == BNA_INTR_T_MSIX) in bnad_destroy_rx()
2262 if (intr_info->intr_type == BNA_INTR_T_MSIX) { in bnad_setup_rx()
/linux/arch/powerpc/platforms/ps3/
H A Dplatform.h112 enum ps3_interrupt_type *intr_type, unsigned int *interrupt_id);
142 enum ps3_interrupt_type intr_type, unsigned int *interrupt_id);
/linux/drivers/net/ethernet/freescale/fman/
H A Dfman.c1496 enum fman_intr_type intr_type) in get_module_event() argument
1502 if (intr_type == FMAN_INTR_TYPE_ERR) in get_module_event()
1508 if (intr_type == FMAN_INTR_TYPE_ERR) in get_module_event()
2050 u8 mod_id, enum fman_intr_type intr_type, in fman_register_intr() argument
2055 event = get_module_event(module, mod_id, intr_type); in fman_register_intr()
2076 u8 mod_id, enum fman_intr_type intr_type) in fman_unregister_intr() argument
2080 event = get_module_event(module, mod_id, intr_type); in fman_unregister_intr()
/linux/drivers/media/dvb-frontends/
H A Dmxl5xx_defs.h663 u32 intr_type; member
/linux/drivers/net/ethernet/huawei/hinic/
H A Dhinic_hw_dev.h479 u8 intr_type; member
H A Dhinic_hw_dev.c40 enum intr_type { enum
57 if (!HINIC_IS_VF(hwdev->hwif) && dev_cap->intr_type != INTR_MSIX_TYPE) in parse_capability()
/linux/drivers/net/wwan/t7xx/
H A Dt7xx_dpmaif.c214 enum dpmaif_hw_intr_type intr_type, unsigned int intr_queue) in t7xx_dpmaif_set_intr_para() argument
216 para->intr_types[para->intr_cnt] = intr_type; in t7xx_dpmaif_set_intr_para()
/linux/drivers/scsi/lpfc/
H A Dlpfc_init.c550 if (phba->intr_type == MSIX) { in lpfc_config_port_post()
12215 phba->intr_type = MSIX; in lpfc_sli_enable_intr()
12221 if (cfg_mode >= 1 && phba->intr_type == NONE) { in lpfc_sli_enable_intr()
12225 phba->intr_type = MSI; in lpfc_sli_enable_intr()
12231 if (phba->intr_type == NONE) { in lpfc_sli_enable_intr()
12236 phba->intr_type = INTx; in lpfc_sli_enable_intr()
12257 if (phba->intr_type == MSIX) in lpfc_sli_disable_intr()
12267 phba->intr_type = NONE; in lpfc_sli_disable_intr()
13201 phba->intr_type = MSIX; in lpfc_sli4_enable_intr()
13208 if (cfg_mode >= 1 && phba->intr_type == NONE) { in lpfc_sli4_enable_intr()
[all …]
H A Dlpfc.h1305 enum intr_type_t intr_type; member
H A Dlpfc_sli.c538 if ((q->phba->intr_type == INTx) && (arm == LPFC_QUEUE_REARM)) in lpfc_sli4_write_eq_db()
571 if ((q->phba->intr_type == INTx) && (arm == LPFC_QUEUE_REARM)) in lpfc_sli4_if6_write_eq_db()
8006 phba->intr_type != MSIX) in lpfc_init_idle_stat_hb()
8012 if (!phba->nvmet_support && phba->intr_type == MSIX) in lpfc_init_idle_stat_hb()
13717 if (phba->intr_type == MSIX) { in lpfc_sli_sp_intr_handler()
14018 if (phba->intr_type == MSIX) { in lpfc_sli_fp_intr_handler()
15662 if (phba->intr_type == MSIX) in lpfc_sli4_hba_intr_handler()
16306 if (phba->intr_type == MSIX) in lpfc_sli4_hba_intr_handler_th()
H A Dlpfc_attr.c5163 (phba->intr_type != MSIX)) in lpfc_fcp_cpu_map_show()
/linux/arch/x86/kvm/vmx/
H A Dnested.c3013 u32 intr_type = intr_info & INTR_INFO_INTR_TYPE_MASK; in nested_check_vm_entry_controls() local
3020 if (CC(intr_type == INTR_TYPE_RESERVED) || in nested_check_vm_entry_controls()
3021 CC(intr_type == INTR_TYPE_OTHER_EVENT && in nested_check_vm_entry_controls()
3026 if (CC(intr_type == INTR_TYPE_NMI_INTR && vector != NMI_VECTOR) || in nested_check_vm_entry_controls()
3027 CC(intr_type == INTR_TYPE_HARD_EXCEPTION && vector > 31) || in nested_check_vm_entry_controls()
3028 CC(intr_type == INTR_TYPE_OTHER_EVENT && vector != 0)) in nested_check_vm_entry_controls()
3037 if (!prot_mode || intr_type != INTR_TYPE_HARD_EXCEPTION) { in nested_check_vm_entry_controls()
3055 switch (intr_type) { in nested_check_vm_entry_controls()
/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dgf100.c1996 enum nvkm_intr_type intr_type = NVKM_INTR_SUBDEV; in gf100_gr_oneinit() local
2000 intr = gr->func->oneinit_intr(gr, &intr_type); in gf100_gr_oneinit()
2002 ret = nvkm_inth_add(intr, intr_type, NVKM_INTR_PRIO_NORMAL, &gr->base.engine.subdev, in gf100_gr_oneinit()
/linux/drivers/usb/host/
H A Dxhci.c4848 int intr_type; in xhci_calculate_intel_u1_timeout() local
4859 intr_type = usb_endpoint_interrupt_type(desc); in xhci_calculate_intel_u1_timeout()
4860 if (intr_type == USB_ENDPOINT_INTR_NOTIFICATION) { in xhci_calculate_intel_u1_timeout()
/linux/drivers/accel/habanalabs/gaudi2/
H A Dgaudi2.c9957 u32 intr_type, engine_id; in hl_arc_event_handle() local
9960 intr_type = le32_to_cpu(data->intr_type); in hl_arc_event_handle()
9964 switch (intr_type) { in hl_arc_event_handle()
9970 GAUDI2_ENG_ID_TO_STR(engine_id), intr_type, q->queue_index); in hl_arc_event_handle()