Home
last modified time | relevance | path

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

/drivers/misc/vmw_vmci/
Dvmci_guest.c59 unsigned int intr_type; member
407 if (dev->intr_type == VMCI_INTR_TYPE_MSIX && dev->exclusive_vectors) { in vmci_interrupt()
492 vmci_dev->intr_type = VMCI_INTR_TYPE_INTX; in vmci_guest_probe_device()
590 vmci_dev->intr_type = VMCI_INTR_TYPE_MSIX; in vmci_guest_probe_device()
593 vmci_dev->intr_type = VMCI_INTR_TYPE_MSI; in vmci_guest_probe_device()
596 vmci_dev->intr_type = VMCI_INTR_TYPE_INTX; in vmci_guest_probe_device()
653 if (vmci_dev->intr_type == VMCI_INTR_TYPE_MSIX) in vmci_guest_probe_device()
655 else if (vmci_dev->intr_type == VMCI_INTR_TYPE_MSI) in vmci_guest_probe_device()
713 if (vmci_dev->intr_type == VMCI_INTR_TYPE_MSIX) { in vmci_guest_remove_device()
717 } else if (vmci_dev->intr_type == VMCI_INTR_TYPE_MSI) { in vmci_guest_remove_device()
/drivers/net/ethernet/brocade/bna/
Dbna_types.h294 enum bna_intr_type intr_type; member
417 enum bna_intr_type intr_type; member
445 enum bna_intr_type intr_type; member
640 enum bna_intr_type intr_type; member
Dbna_hw_defs.h244 if ((ib->intr_type == BNA_INTR_T_INTX)) { \
261 if (ib->intr_type == BNA_INTR_T_INTX) { \
Dbna_tx_rx.c1724 cfg_req->ib_cfg.msix = (rxp->cq.ib.intr_type == BNA_INTR_T_MSIX) in bna_bfi_rx_enet_start()
2351 res_info[BNA_RX_RES_T_INTR].res_u.intr_info.intr_type = BNA_INTR_T_MSIX; in bna_rx_res_req()
2468 rxp->cq.ib.intr_type = intr_info->intr_type; in bna_rx_create()
2469 if (intr_info->intr_type == BNA_INTR_T_MSIX) in bna_rx_create()
2543 rxp->cq.ccb->intr_type = rxp->cq.ib.intr_type; in bna_rx_create()
3217 cfg_req->ib_cfg.msix = (txq->ib.intr_type == BNA_INTR_T_MSIX) in bna_bfi_tx_enet_start()
3490 res_info[BNA_TX_RES_INTR_T_TXCMPL].res_u.intr_info.intr_type = in bna_tx_res_req()
3590 txq->ib.intr_type = intr_info->intr_type; in bna_tx_create()
3594 if (intr_info->intr_type == BNA_INTR_T_INTX) in bna_tx_create()
3608 txq->tcb->intr_type = txq->ib.intr_type; in bna_tx_create()
Dbnad.c1369 intr_info->intr_type = BNA_INTR_T_MSIX; in bnad_txrx_irq_alloc()
1394 intr_info->intr_type = BNA_INTR_T_INTX; in bnad_txrx_irq_alloc()
1838 if (tx_info->tcb[0]->intr_type == BNA_INTR_T_MSIX) in bnad_destroy_tx()
1910 if (intr_info->intr_type == BNA_INTR_T_MSIX) { in bnad_setup_tx()
2002 if (rx_info->rx_ctrl[0].ccb->intr_type == BNA_INTR_T_MSIX) in bnad_destroy_rx()
2086 if (intr_info->intr_type == BNA_INTR_T_MSIX) { in bnad_setup_rx()
/drivers/net/ethernet/neterion/vxge/
Dvxge-main.c1365 if (vdev->config.intr_type == INTA) in vxge_vpath_intr_enable()
1401 if (vdev->config.intr_type == INTA) in vxge_vpath_intr_disable()
1583 if (vdev->config.intr_type == MSI_X) { in vxge_config_ci_for_tti_rti()
1600 if ((vdev->config.intr_type == INTA) && (i == 0)) in vxge_config_ci_for_tti_rti()
2433 if (vdev->config.intr_type == MSI_X) in vxge_rem_msix_isr()
2444 if (vdev->config.intr_type == MSI_X) { in vxge_rem_isr()
2448 if (vdev->config.intr_type == INTA) { in vxge_rem_isr()
2461 if (vdev->config.intr_type == MSI_X) in vxge_add_isr()
2469 vdev->config.intr_type = INTA; in vxge_add_isr()
2472 if (vdev->config.intr_type == MSI_X) { in vxge_add_isr()
[all …]
Dvxge-main.h173 int intr_type; member
/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()
1018 intr_type); in ioc4_intr()
/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.c501 if (phba->intr_type == MSIX) { in lpfc_config_port_post()
8295 phba->intr_type = MSIX; in lpfc_sli_enable_intr()
8302 if (cfg_mode >= 1 && phba->intr_type == NONE) { in lpfc_sli_enable_intr()
8306 phba->intr_type = MSI; in lpfc_sli_enable_intr()
8312 if (phba->intr_type == NONE) { in lpfc_sli_enable_intr()
8317 phba->intr_type = INTx; in lpfc_sli_enable_intr()
8337 if (phba->intr_type == MSIX) in lpfc_sli_disable_intr()
8339 else if (phba->intr_type == MSI) in lpfc_sli_disable_intr()
8341 else if (phba->intr_type == INTx) in lpfc_sli_disable_intr()
8345 phba->intr_type = NONE; in lpfc_sli_disable_intr()
[all …]
Dlpfc.h840 enum intr_type_t intr_type; member
Dlpfc_sli.c337 if ((q->phba->intr_type == INTx) && (arm == LPFC_QUEUE_REARM)) in lpfc_sli4_eq_release()
10496 if (phba->intr_type == MSIX) { in lpfc_sli_sp_intr_handler()
10786 if (phba->intr_type == MSIX) { in lpfc_sli_fp_intr_handler()
12028 if (phba->intr_type == MSIX) in lpfc_sli4_hba_intr_handler()
Dlpfc_attr.c3821 (phba->intr_type != MSIX)) in lpfc_fcp_cpu_map_show()
/drivers/net/ethernet/neterion/
Ds2io.c446 S2IO_PARM_INT(intr_type, 2);
1155 if (nic->config.intr_type == MSI_X) { in init_tti()
1702 if (nic->config.intr_type == MSI_X) in init_nic()
3620 if (sp->config.intr_type == INTA) in s2io_set_swapper()
3644 if (sp->config.intr_type == INTA) in s2io_set_swapper()
3952 if (sp->config.intr_type == MSI_X) { in s2io_open()
4234 if (sp->config.intr_type == MSI_X) in s2io_xmit()
6974 if (sp->config.intr_type == MSI_X) in s2io_add_isr()
6978 sp->config.intr_type = INTA; in s2io_add_isr()
6988 if (sp->config.intr_type == MSI_X) { in s2io_add_isr()
[all …]
Ds2io.h440 u8 intr_type; member
/drivers/usb/host/
Dxhci.c4136 int intr_type; in xhci_calculate_intel_u1_timeout() local
4147 intr_type = usb_endpoint_interrupt_type(desc); in xhci_calculate_intel_u1_timeout()
4148 if (intr_type == USB_ENDPOINT_INTR_NOTIFICATION) { in xhci_calculate_intel_u1_timeout()
/drivers/scsi/
Dipr.h1362 u16 intr_type; member
Dipr.c9497 if (ioa_cfg->ipr_chip->intr_type == IPR_USE_MSI && in ipr_probe_ioa()
9500 else if (ioa_cfg->ipr_chip->intr_type == IPR_USE_MSI && in ipr_probe_ioa()