Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/misc/vmw_vmci/
Dvmci_guest.c58 unsigned int intr_type; member
409 if (dev->intr_type == VMCI_INTR_TYPE_MSIX && dev->exclusive_vectors) { in vmci_interrupt()
494 vmci_dev->intr_type = VMCI_INTR_TYPE_INTX; in vmci_guest_probe_device()
596 vmci_dev->intr_type = VMCI_INTR_TYPE_MSIX; in vmci_guest_probe_device()
599 vmci_dev->intr_type = VMCI_INTR_TYPE_MSI; in vmci_guest_probe_device()
602 vmci_dev->intr_type = VMCI_INTR_TYPE_INTX; in vmci_guest_probe_device()
659 if (vmci_dev->intr_type == VMCI_INTR_TYPE_MSIX) in vmci_guest_probe_device()
661 else if (vmci_dev->intr_type == VMCI_INTR_TYPE_MSI) in vmci_guest_probe_device()
723 if (vmci_dev->intr_type == VMCI_INTR_TYPE_MSIX) { in vmci_guest_remove_device()
727 } else if (vmci_dev->intr_type == VMCI_INTR_TYPE_MSI) { in vmci_guest_remove_device()
/linux-4.4.14/drivers/mailbox/
Domap-mailbox.c123 u32 intr_type; member
218 if (mbox->intr_type) in omap_mbox_save_ctx()
240 if (mbox->intr_type) in omap_mbox_restore_ctx()
276 if (!mbox->intr_type) in _omap_mbox_disable_irq()
707 u32 intr_type, info_count; in omap_mbox_probe() local
722 intr_type = (u32)match->data; in omap_mbox_probe()
740 intr_type = pdata->intr_type; in omap_mbox_probe()
822 fifo->irqenable = MAILBOX_IRQENABLE(intr_type, finfo->tx_usr); in omap_mbox_probe()
823 fifo->irqstatus = MAILBOX_IRQSTATUS(intr_type, finfo->tx_usr); in omap_mbox_probe()
824 fifo->irqdisable = MAILBOX_IRQDISABLE(intr_type, finfo->tx_usr); in omap_mbox_probe()
[all …]
/linux-4.4.14/drivers/thermal/
Dintel_soc_dts_iosf.h50 enum intel_soc_dts_interrupt_type intr_type; member
55 enum intel_soc_dts_interrupt_type intr_type, int trip_count,
Dintel_soc_dts_iosf.c122 if (sensors->intr_type == INTEL_SOC_DTS_INTERRUPT_MSI) in update_trip_temp()
403 enum intel_soc_dts_interrupt_type intr_type, int trip_count, in intel_soc_dts_iosf_init() argument
427 sensors->intr_type = intr_type; in intel_soc_dts_iosf_init()
429 if (intr_type == INTEL_SOC_DTS_INTERRUPT_NONE) in intel_soc_dts_iosf_init()
/linux-4.4.14/include/linux/platform_data/
Dmailbox-omap.h51 u32 intr_type; member
/linux-4.4.14/arch/powerpc/platforms/ps3/
Drepository.c256 enum ps3_interrupt_type *intr_type, unsigned int *interrupt_id) in ps3_repository_read_dev_intr() argument
268 *intr_type = v1; in ps3_repository_read_dev_intr()
507 enum ps3_interrupt_type intr_type, unsigned int *interrupt_id) in ps3_repository_find_interrupt() argument
512 pr_devel("%s:%d: find intr_type %u\n", __func__, __LINE__, intr_type); in ps3_repository_find_interrupt()
529 if (t == intr_type) { in ps3_repository_find_interrupt()
539 __func__, __LINE__, intr_type, res_index); in ps3_repository_find_interrupt()
1214 enum ps3_interrupt_type intr_type; in ps3_repository_dump_resource_info() local
1218 repo->dev_index, res_index, &intr_type, &interrupt_id); in ps3_repository_dump_resource_info()
1230 intr_type, interrupt_id); in ps3_repository_dump_resource_info()
Dplatform.h124 enum ps3_interrupt_type *intr_type, unsigned int *interrupt_id);
154 enum ps3_interrupt_type intr_type, unsigned int *interrupt_id);
/linux-4.4.14/drivers/net/ethernet/brocade/bna/
Dbna_types.h289 enum bna_intr_type intr_type; member
409 enum bna_intr_type intr_type; member
437 enum bna_intr_type intr_type; member
634 enum bna_intr_type intr_type; member
Dbna_hw_defs.h245 if ((ib->intr_type == BNA_INTR_T_INTX)) { \
262 if (ib->intr_type == BNA_INTR_T_INTX) { \
Dbna_tx_rx.c1687 cfg_req->ib_cfg.msix = (rxp->cq.ib.intr_type == BNA_INTR_T_MSIX) in bna_bfi_rx_enet_start()
2253 res_info[BNA_RX_RES_T_INTR].res_u.intr_info.intr_type = BNA_INTR_T_MSIX; in bna_rx_res_req()
2374 rxp->cq.ib.intr_type = intr_info->intr_type; in bna_rx_create()
2375 if (intr_info->intr_type == BNA_INTR_T_MSIX) in bna_rx_create()
2463 rxp->cq.ccb->intr_type = rxp->cq.ib.intr_type; in bna_rx_create()
3124 cfg_req->ib_cfg.msix = (txq->ib.intr_type == BNA_INTR_T_MSIX) in bna_bfi_tx_enet_start()
3365 res_info[BNA_TX_RES_INTR_T_TXCMPL].res_u.intr_info.intr_type = in bna_tx_res_req()
3462 txq->ib.intr_type = intr_info->intr_type; in bna_tx_create()
3466 if (intr_info->intr_type == BNA_INTR_T_INTX) in bna_tx_create()
3480 txq->tcb->intr_type = txq->ib.intr_type; in bna_tx_create()
Dbnad.c1475 intr_info->intr_type = BNA_INTR_T_MSIX; in bnad_txrx_irq_alloc()
1500 intr_info->intr_type = BNA_INTR_T_INTX; in bnad_txrx_irq_alloc()
1943 if (tx_info->tcb[0]->intr_type == BNA_INTR_T_MSIX) in bnad_destroy_tx()
2017 if (intr_info->intr_type == BNA_INTR_T_MSIX) { in bnad_setup_tx()
2190 if (rx_info->rx_ctrl[0].ccb->intr_type == BNA_INTR_T_MSIX) in bnad_destroy_rx()
2280 if (intr_info->intr_type == BNA_INTR_T_MSIX) { in bnad_setup_rx()
/linux-4.4.14/drivers/net/ethernet/neterion/vxge/
Dvxge-main.c1367 if (vdev->config.intr_type == INTA) in vxge_vpath_intr_enable()
1403 if (vdev->config.intr_type == INTA) in vxge_vpath_intr_disable()
1585 if (vdev->config.intr_type == MSI_X) { in vxge_config_ci_for_tti_rti()
1602 if ((vdev->config.intr_type == INTA) && (i == 0)) in vxge_config_ci_for_tti_rti()
2442 if (vdev->config.intr_type == MSI_X) in vxge_rem_msix_isr()
2450 if (vdev->config.intr_type == MSI_X) { in vxge_rem_isr()
2454 if (vdev->config.intr_type == INTA) { in vxge_rem_isr()
2467 if (vdev->config.intr_type == MSI_X) in vxge_add_isr()
2475 vdev->config.intr_type = INTA; in vxge_add_isr()
2478 if (vdev->config.intr_type == MSI_X) { in vxge_add_isr()
[all …]
Dvxge-main.h173 int intr_type; member
/linux-4.4.14/drivers/scsi/lpfc/
Dlpfc_debugfs.h401 if (phba->intr_type == MSIX) { in lpfc_debug_dump_fcp_cq()
437 if (phba->intr_type == MSIX) { in lpfc_debug_dump_hba_eq()
Dlpfc_init.c515 if (phba->intr_type == MSIX) { in lpfc_config_port_post()
8568 phba->intr_type = MSIX; in lpfc_sli_enable_intr()
8575 if (cfg_mode >= 1 && phba->intr_type == NONE) { in lpfc_sli_enable_intr()
8579 phba->intr_type = MSI; in lpfc_sli_enable_intr()
8585 if (phba->intr_type == NONE) { in lpfc_sli_enable_intr()
8590 phba->intr_type = INTx; in lpfc_sli_enable_intr()
8610 if (phba->intr_type == MSIX) in lpfc_sli_disable_intr()
8612 else if (phba->intr_type == MSI) in lpfc_sli_disable_intr()
8614 else if (phba->intr_type == INTx) in lpfc_sli_disable_intr()
8618 phba->intr_type = NONE; in lpfc_sli_disable_intr()
[all …]
Dlpfc.h862 enum intr_type_t intr_type; member
Dlpfc_sli.c347 if ((q->phba->intr_type == INTx) && (arm == LPFC_QUEUE_REARM)) in lpfc_sli4_eq_release()
10922 if (phba->intr_type == MSIX) { in lpfc_sli_sp_intr_handler()
11212 if (phba->intr_type == MSIX) { in lpfc_sli_fp_intr_handler()
12537 if (phba->intr_type == MSIX) in lpfc_sli4_fof_intr_handler()
12656 if (phba->intr_type == MSIX) in lpfc_sli4_hba_intr_handler()
Dlpfc_attr.c4312 (phba->intr_type != MSIX)) in lpfc_fcp_cpu_map_show()
/linux-4.4.14/drivers/tty/serial/
Dioc4_serial.c998 int intr_type; in ioc4_intr() local
1003 for (intr_type = 0; intr_type < IOC4_NUM_INTR_TYPES; intr_type++) { in ioc4_intr()
1005 &soft->is_intr_type[intr_type].is_num_intrs); in ioc4_intr()
1007 this_mir = this_ir = pending_intrs(soft, intr_type); in ioc4_intr()
1013 intr_info = &soft->is_intr_type[intr_type].is_intr_info[xx]; in ioc4_intr()
1019 intr_type); in ioc4_intr()
/linux-4.4.14/drivers/net/ethernet/neterion/
Ds2io.c446 S2IO_PARM_INT(intr_type, 2);
1146 if (nic->config.intr_type == MSI_X) { in init_tti()
1693 if (nic->config.intr_type == MSI_X) in init_nic()
3614 if (sp->config.intr_type == INTA) in s2io_set_swapper()
3638 if (sp->config.intr_type == INTA) in s2io_set_swapper()
3947 if (sp->config.intr_type == MSI_X) { in s2io_open()
4229 if (sp->config.intr_type == MSI_X) in s2io_xmit()
6969 if (sp->config.intr_type == MSI_X) in s2io_add_isr()
6973 sp->config.intr_type = INTA; in s2io_add_isr()
6983 if (sp->config.intr_type == MSI_X) { in s2io_add_isr()
[all …]
Ds2io.h440 u8 intr_type; member
/linux-4.4.14/Documentation/networking/
Ds2io.txt82 e. intr_type
/linux-4.4.14/drivers/usb/host/
Dxhci.c4346 int intr_type; in xhci_calculate_intel_u1_timeout() local
4357 intr_type = usb_endpoint_interrupt_type(desc); in xhci_calculate_intel_u1_timeout()
4358 if (intr_type == USB_ENDPOINT_INTR_NOTIFICATION) { in xhci_calculate_intel_u1_timeout()
/linux-4.4.14/drivers/scsi/
Dipr.h1411 u16 intr_type; member
Dipr.c10090 if (ioa_cfg->ipr_chip->intr_type == IPR_USE_MSI && in ipr_probe_ioa()
10093 else if (ioa_cfg->ipr_chip->intr_type == IPR_USE_MSI && in ipr_probe_ioa()