| /linux/drivers/infiniband/hw/bng_re/ |
| H A D | bng_fw.h | 200 int msix_vector, 203 int bng_re_rcfw_start_irq(struct bng_re_rcfw *rcfw, int msix_vector,
|
| H A D | bng_fw.c | 534 int bng_re_rcfw_start_irq(struct bng_re_rcfw *rcfw, int msix_vector, in bng_re_rcfw_start_irq() argument 547 creq->msix_vec = msix_vector; in bng_re_rcfw_start_irq() 672 int msix_vector, in bng_re_enable_fw_channel() argument 693 rc = bng_re_rcfw_start_irq(rcfw, msix_vector, true); in bng_re_enable_fw_channel()
|
| /linux/drivers/net/ethernet/amazon/ena/ |
| H A D | ena_com.h | 120 u32 msix_vector ____cacheline_aligned; 165 u32 msix_vector; member 407 u32 msix_vector; member
|
| H A D | ena_netdev.c | 1894 u32 msix_vector; in ena_create_io_tx_queue() local 1901 msix_vector = ENA_IO_IRQ_IDX(qid); in ena_create_io_tx_queue() 1909 ctx.msix_vector = msix_vector; in ena_create_io_tx_queue() 1962 u32 msix_vector; in ena_create_io_rx_queue() local 1969 msix_vector = ENA_IO_IRQ_IDX(qid); in ena_create_io_rx_queue() 1977 ctx.msix_vector = msix_vector; in ena_create_io_rx_queue()
|
| H A D | ena_admin_defs.h | 343 u32 msix_vector; member
|
| H A D | ena_com.c | 1349 create_cmd.msix_vector = io_cq->msix_vector; in ena_com_create_io_cq() 2074 io_cq->msix_vector = ctx->msix_vector; in ena_com_create_io_queue()
|
| /linux/drivers/infiniband/hw/bnxt_re/ |
| H A D | qplib_rcfw.c | 1029 int bnxt_qplib_rcfw_start_irq(struct bnxt_qplib_rcfw *rcfw, int msix_vector, in bnxt_qplib_rcfw_start_irq() argument 1042 creq->msix_vec = msix_vector; in bnxt_qplib_rcfw_start_irq() 1161 int msix_vector, in bnxt_qplib_enable_rcfw_channel() argument 1190 rc = bnxt_qplib_rcfw_start_irq(rcfw, msix_vector, true); in bnxt_qplib_enable_rcfw_channel()
|
| H A D | qplib_fp.h | 545 int msix_vector, bool need_init); 547 int nq_idx, int msix_vector, int bar_reg_offset,
|
| H A D | qplib_fp.c | 474 int msix_vector, bool need_init) in bnxt_qplib_nq_start_irq() argument 482 nq->msix_vec = msix_vector; in bnxt_qplib_nq_start_irq() 550 int nq_idx, int msix_vector, int bar_reg_offset, in bnxt_qplib_enable_nq() argument 570 rc = bnxt_qplib_nq_start_irq(nq, nq_idx, msix_vector, true); in bnxt_qplib_enable_nq()
|
| /linux/drivers/dma/amd/qdma/ |
| H A D | qdma.h | 227 u32 msix_vector; member
|
| /linux/drivers/virtio/ |
| H A D | virtio_pci_modern.c | 621 if (vp_dev->per_vq_vectors && info->msix_vector != VIRTIO_MSI_NO_VECTOR) in vp_modern_disable_vq_and_reset() 622 synchronize_irq(pci_irq_vector(vp_dev->pci_dev, info->msix_vector)); in vp_modern_disable_vq_and_reset() 649 err = vp_active_vq(vq, info->msix_vector); in vp_modern_enable_vq_after_reset() 715 info->msix_vector = msix_vec; in setup_vq()
|
| H A D | virtio_pci_legacy.c | 128 info->msix_vector = msix_vec; in setup_vq()
|
| /linux/drivers/net/ethernet/intel/ixgbevf/ |
| H A D | ixgbevf_main.c | 171 u8 queue, u8 msix_vector) in ixgbevf_set_ivar() argument 178 msix_vector |= IXGBE_IVAR_ALLOC_VAL; in ixgbevf_set_ivar() 181 ivar |= msix_vector; in ixgbevf_set_ivar() 185 msix_vector |= IXGBE_IVAR_ALLOC_VAL; in ixgbevf_set_ivar() 189 ivar |= (msix_vector << index); in ixgbevf_set_ivar()
|
| /linux/drivers/net/ethernet/qlogic/qlcnic/ |
| H A D | qlcnic_83xx_hw.c | 1327 u32 msix_vector; in qlcnic_83xx_create_tx_ctx() local 1344 msix_vector = adapter->drv_sds_rings + ring; in qlcnic_83xx_create_tx_ctx() 1346 msix_vector = adapter->drv_sds_rings - 1; in qlcnic_83xx_create_tx_ctx() 1347 msix_id = ahw->intr_tbl[msix_vector].id; in qlcnic_83xx_create_tx_ctx()
|
| /linux/drivers/net/ethernet/intel/ixgbe/ |
| H A D | ixgbe_main.c | 874 u8 queue, u8 msix_vector) in ixgbe_set_ivar() argument 880 msix_vector |= IXGBE_IVAR_ALLOC_VAL; in ixgbe_set_ivar() 886 ivar |= (msix_vector << (8 * (queue & 0x3))); in ixgbe_set_ivar() 897 msix_vector |= IXGBE_IVAR_ALLOC_VAL; in ixgbe_set_ivar() 901 ivar |= (msix_vector << index); in ixgbe_set_ivar() 906 msix_vector |= IXGBE_IVAR_ALLOC_VAL; in ixgbe_set_ivar() 910 ivar |= (msix_vector << index); in ixgbe_set_ivar()
|