Home
last modified time | relevance | path

Searched refs:msix_vec (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.4/drivers/virtio/
Dvirtio_pci_legacy.c119 u16 msix_vec) in setup_vq() argument
134 info->msix_vector = msix_vec; in setup_vq()
158 if (msix_vec != VIRTIO_MSI_NO_VECTOR) { in setup_vq()
159 iowrite16(msix_vec, vp_dev->ioaddr + VIRTIO_MSI_QUEUE_VECTOR); in setup_vq()
160 msix_vec = ioread16(vp_dev->ioaddr + VIRTIO_MSI_QUEUE_VECTOR); in setup_vq()
161 if (msix_vec == VIRTIO_MSI_NO_VECTOR) { in setup_vq()
Dvirtio_pci_common.c178 u16 msix_vec) in vp_setup_vq() argument
190 msix_vec); in vp_setup_vq()
286 u16 msix_vec; in vp_find_vqs_msix() local
318 msix_vec = VIRTIO_MSI_NO_VECTOR; in vp_find_vqs_msix()
320 msix_vec = allocated_vectors++; in vp_find_vqs_msix()
322 msix_vec = VP_MSIX_VQ_VECTOR; in vp_find_vqs_msix()
325 msix_vec); in vp_find_vqs_msix()
331 if (!vp_dev->per_vq_vectors || msix_vec == VIRTIO_MSI_NO_VECTOR) in vp_find_vqs_msix()
335 snprintf(vp_dev->msix_names[msix_vec], in vp_find_vqs_msix()
339 err = request_irq(pci_irq_vector(vp_dev->pci_dev, msix_vec), in vp_find_vqs_msix()
[all …]
Dvirtio_pci_modern.c312 u16 msix_vec) in setup_vq() argument
338 info->msix_vector = msix_vec; in setup_vq()
383 if (msix_vec != VIRTIO_MSI_NO_VECTOR) { in setup_vq()
384 vp_iowrite16(msix_vec, &cfg->queue_msix_vector); in setup_vq()
385 msix_vec = vp_ioread16(&cfg->queue_msix_vector); in setup_vq()
386 if (msix_vec == VIRTIO_MSI_NO_VECTOR) { in setup_vq()
Dvirtio_pci_common.h103 u16 msix_vec);
/Linux-v5.4/drivers/infiniband/hw/i40iw/
Di40iw_main.c266 struct i40iw_msix_vector *msix_vec, in i40iw_disable_irq() argument
270 i40iw_wr32(dev->hw, I40E_PFINT_DYN_CTLN(msix_vec->idx - 1), 0); in i40iw_disable_irq()
272 i40iw_wr32(dev->hw, I40E_VFINT_DYN_CTLN1(msix_vec->idx - 1), 0); in i40iw_disable_irq()
273 irq_set_affinity_hint(msix_vec->irq, NULL); in i40iw_disable_irq()
274 free_irq(msix_vec->irq, dev_id); in i40iw_disable_irq()
347 struct i40iw_msix_vector *msix_vec = iwdev->iw_msixtbl; in i40iw_dele_ceqs() local
350 i40iw_disable_irq(dev, msix_vec, (void *)iwdev); in i40iw_dele_ceqs()
356 for (msix_vec++; i < iwdev->ceqs_count; i++, msix_vec++, iwceq++) { in i40iw_dele_ceqs()
357 i40iw_disable_irq(dev, msix_vec, (void *)iwceq); in i40iw_dele_ceqs()
687 struct i40iw_msix_vector *msix_vec) in i40iw_configure_ceq_vector() argument
[all …]
/Linux-v5.4/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_cmn.c1663 int msix_vec = 0, i, rc; in bnx2x_enable_msix() local
1667 bp->msix_table[msix_vec].entry = msix_vec; in bnx2x_enable_msix()
1670 msix_vec++; in bnx2x_enable_msix()
1675 bp->msix_table[msix_vec].entry = msix_vec; in bnx2x_enable_msix()
1677 msix_vec, bp->msix_table[msix_vec].entry); in bnx2x_enable_msix()
1678 msix_vec++; in bnx2x_enable_msix()
1683 bp->msix_table[msix_vec].entry = msix_vec; in bnx2x_enable_msix()
1685 msix_vec, msix_vec, i); in bnx2x_enable_msix()
1686 msix_vec++; in bnx2x_enable_msix()
1690 msix_vec); in bnx2x_enable_msix()
[all …]
/Linux-v5.4/drivers/misc/habanalabs/goya/
DgoyaP.h224 u32 len, u64 cq_addr, u32 cq_val, u32 msix_vec);
Dgoya.c3948 u32 len, u64 cq_addr, u32 cq_val, u32 msix_vec) in goya_add_end_of_cb_packets() argument
3968 cq_pkt->value = cpu_to_le32(msix_vec & 0x7FF); in goya_add_end_of_cb_packets()