Searched refs:intr_type (Results 1 - 14 of 14) sorted by relevance

/drivers/net/ethernet/brocade/bna/
H A Dbna_types.h302 enum bna_intr_type intr_type; member in struct:bna_intr_info
441 enum bna_intr_type intr_type; member in struct:bna_ib
474 enum bna_intr_type intr_type; member in struct:bna_tcb
675 enum bna_intr_type intr_type; member in struct:bna_ccb
H A Dbna_hw_defs.h251 if ((ib->intr_type == BNA_INTR_T_INTX)) { \
268 if (ib->intr_type == BNA_INTR_T_INTX) { \
H A Dbna_tx_rx.c1705 cfg_req->ib_cfg.msix = (rxp->cq.ib.intr_type == BNA_INTR_T_MSIX)
2311 res_info[BNA_RX_RES_T_INTR].res_u.intr_info.intr_type = BNA_INTR_T_MSIX;
2428 rxp->cq.ib.intr_type = intr_info->intr_type;
2429 if (intr_info->intr_type == BNA_INTR_T_MSIX)
2509 rxp->cq.ccb->intr_type = rxp->cq.ib.intr_type;
3187 cfg_req->ib_cfg.msix = (txq->ib.intr_type == BNA_INTR_T_MSIX)
3450 res_info[BNA_TX_RES_INTR_T_TXCMPL].res_u.intr_info.intr_type =
3554 txq->ib.intr_type
[all...]
H A Dbnad.c1274 intr_info->intr_type = BNA_INTR_T_MSIX;
1299 intr_info->intr_type = BNA_INTR_T_INTX;
1763 if (tx_info->tcb[0]->intr_type == BNA_INTR_T_MSIX)
1836 if (intr_info->intr_type == BNA_INTR_T_MSIX) {
1928 if (rx_info->rx_ctrl[0].ccb->intr_type == BNA_INTR_T_MSIX)
2008 if (intr_info->intr_type == BNA_INTR_T_MSIX) {
/drivers/net/ethernet/neterion/vxge/
H A Dvxge-main.c1365 if (vdev->config.intr_type == INTA)
1401 if (vdev->config.intr_type == INTA)
1583 if (vdev->config.intr_type == MSI_X) {
1600 if ((vdev->config.intr_type == INTA) && (i == 0))
2434 if (vdev->config.intr_type == MSI_X)
2445 if (vdev->config.intr_type == MSI_X) {
2449 if (vdev->config.intr_type == INTA) {
2462 if (vdev->config.intr_type == MSI_X)
2470 vdev->config.intr_type = INTA;
2473 if (vdev->config.intr_type
3865 vxge_device_config_init( struct vxge_hw_device_config *device_config, int *intr_type) argument
[all...]
H A Dvxge-main.h173 int intr_type; member in struct:vxge_config
/drivers/net/ethernet/neterion/
H A Ds2io.c39 * intr_type: This defines the type of interrupt. The values can be 0(INTA),
445 S2IO_PARM_INT(intr_type, 2);
1154 if (nic->config.intr_type == MSI_X) {
1701 if (nic->config.intr_type == MSI_X)
3618 if (sp->config.intr_type == INTA)
3642 if (sp->config.intr_type == INTA)
3952 if (sp->config.intr_type == MSI_X) {
4234 if (sp->config.intr_type == MSI_X)
6974 if (sp->config.intr_type == MSI_X)
6978 sp->config.intr_type
[all...]
H A Ds2io.h440 u8 intr_type; member in struct:config_param
/drivers/tty/serial/
H A Dioc4_serial.c998 int intr_type; local
1003 for (intr_type = 0; intr_type < IOC4_NUM_INTR_TYPES; intr_type++) {
1005 &soft->is_intr_type[intr_type].is_num_intrs);
1007 this_mir = this_ir = pending_intrs(soft, intr_type);
1013 intr_info = &soft->is_intr_type[intr_type].is_intr_info[xx];
1018 intr_type);
/drivers/scsi/lpfc/
H A Dlpfc_init.c495 if (phba->intr_type == MSIX) {
7828 phba->intr_type = MSIX;
7835 if (cfg_mode >= 1 && phba->intr_type == NONE) {
7839 phba->intr_type = MSI;
7845 if (phba->intr_type == NONE) {
7850 phba->intr_type = INTx;
7870 if (phba->intr_type == MSIX)
7872 else if (phba->intr_type == MSI)
7874 else if (phba->intr_type == INTx)
7878 phba->intr_type
[all...]
H A Dlpfc.h801 enum intr_type_t intr_type; member in struct:lpfc_hba
H A Dlpfc_sli.c301 if ((q->phba->intr_type == INTx) && (arm == LPFC_QUEUE_REARM))
10140 if (phba->intr_type == MSIX) {
10430 if (phba->intr_type == MSIX) {
11618 if (phba->intr_type == MSIX)
11701 if (phba->intr_type == MSIX)
/drivers/scsi/
H A Dipr.h1317 u16 intr_type; member in struct:ipr_chip_t
H A Dipr.c8855 if (ioa_cfg->ipr_chip->intr_type == IPR_USE_MSI && !pci_enable_msi(pdev)) {

Completed in 407 milliseconds