Home
last modified time | relevance | path

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

12345

/OK3568_Linux_fs/kernel/drivers/crypto/ccp/
H A Dsp-pci.c31 struct msix_entry msix_entry[MSIX_VECTORS]; member
42 for (v = 0; v < ARRAY_SIZE(sp_pci->msix_entry); v++) in sp_get_msix_irqs()
43 sp_pci->msix_entry[v].entry = v; in sp_get_msix_irqs()
45 ret = pci_enable_msix_range(pdev, sp_pci->msix_entry, 1, v); in sp_get_msix_irqs()
52 sp->psp_irq = sp_pci->msix_entry[0].vector; in sp_get_msix_irqs()
53 sp->ccp_irq = (sp_pci->msix_count > 1) ? sp_pci->msix_entry[1].vector in sp_get_msix_irqs()
54 : sp_pci->msix_entry[0].vector; in sp_get_msix_irqs()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/huawei/hinic/
H A Dhinic_hw_eqs.c393 hinic_msix_attr_cnt_clear(aeq->hwif, aeq->msix_entry.entry); in aeq_interrupt()
414 hinic_msix_attr_cnt_clear(ceq->hwif, ceq->msix_entry.entry); in ceq_interrupt()
423 struct msix_entry *msix_entry = &eq->msix_entry; in get_ctrl0_val() local
438 ctrl0 = HINIC_AEQ_CTRL_0_SET(msix_entry->entry, INT_IDX) | in get_ctrl0_val()
457 ctrl0 = HINIC_CEQ_CTRL_0_SET(msix_entry->entry, INTR_IDX) | in get_ctrl0_val()
724 struct msix_entry entry) in init_eq()
754 eq->msix_entry = entry; in init_eq()
789 hinic_msix_attr_set(eq->hwif, eq->msix_entry.entry, in init_eq()
824 hinic_set_msix_state(eq->hwif, eq->msix_entry.entry, in remove_eq()
826 free_irq(eq->msix_entry.vector, eq); in remove_eq()
[all …]
H A Dhinic_hw_io.h111 struct msix_entry *sq_msix_entries,
112 struct msix_entry *rq_msix_entries);
119 struct msix_entry *ceq_msix_entries);
H A Dhinic_hw_qp.h87 u16 msix_entry; member
107 u16 msix_entry; member
139 struct hinic_wq *wq, struct msix_entry *entry, void *ci_addr,
145 struct hinic_wq *wq, struct msix_entry *entry);
H A Dhinic_hw_eqs.h188 struct msix_entry msix_entry; member
248 struct msix_entry *msix_entries);
254 struct msix_entry *msix_entries);
H A Dhinic_rx.c475 rq->msix_entry, in rx_poll()
505 rq->msix_entry, in rx_irq()
509 hinic_hwdev_msix_cnt_set(nic_dev->hwdev, rq->msix_entry); in rx_irq()
529 hinic_hwdev_msix_set(hwdev, rq->msix_entry, in rx_request_irq()
535 interrupt_info.msix_index = rq->msix_entry; in rx_request_irq()
H A Dhinic_hw_io.c273 struct msix_entry *sq_msix_entry, in init_qp()
274 struct msix_entry *rq_msix_entry) in init_qp()
373 struct msix_entry *sq_msix_entries, in hinic_io_create_qps()
374 struct msix_entry *rq_msix_entries) in hinic_io_create_qps()
531 struct msix_entry *ceq_msix_entries) in hinic_io_init()
H A Dhinic_hw_qp.c181 HINIC_RQ_CTXT_PI_SET(rq->msix_entry, INTR); in hinic_rq_prepare_ctxt()
282 struct hinic_wq *wq, struct msix_entry *entry, in hinic_init_sq()
291 sq->msix_entry = entry->entry; in hinic_init_sq()
385 struct hinic_wq *wq, struct msix_entry *entry) in hinic_init_rq()
396 rq->msix_entry = entry->entry; in hinic_init_rq()
H A Dhinic_tx.c766 sq->msix_entry, in free_tx_poll()
785 txq->sq->msix_entry, in tx_irq()
788 hinic_hwdev_msix_cnt_set(nic_dev->hwdev, txq->sq->msix_entry); in tx_irq()
810 hinic_hwdev_msix_set(nic_dev->hwdev, sq->msix_entry, in tx_request_irq()
816 interrupt_info.msix_index = sq->msix_entry; in tx_request_irq()
H A Dhinic_debugfs.c37 return sq->msix_entry; in hinic_dbg_get_sq_info()
67 return rq->msix_entry; in hinic_dbg_get_rq_info()
H A Dhinic_hw_dev.c450 struct msix_entry *ceq_msix_entries; in hinic_hwdev_ifup()
451 struct msix_entry *sq_msix_entries; in hinic_hwdev_ifup()
452 struct msix_entry *rq_msix_entries; in hinic_hwdev_ifup()
1166 hw_ci.msix_entry_idx = sq->msix_entry; in hinic_hwdev_hw_ci_addr_set()
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/
H A Diwl-devtrace-io.h155 TP_PROTO(const struct device *dev, struct msix_entry *msix_entry,
157 TP_ARGS(dev, msix_entry, defirq, inta_fh, inta_hw),
167 __entry->entry = msix_entry->entry;
/OK3568_Linux_fs/kernel/drivers/crypto/qat/qat_common/
H A Dadf_isr.c124 struct msix_entry *msixe = pci_dev_info->msix_entries.entries; in adf_request_irqs()
172 struct msix_entry *msixe = pci_dev_info->msix_entries.entries; in adf_free_irqs()
190 struct msix_entry *entries; in adf_isr_alloc_msix_entry_table()
/OK3568_Linux_fs/external/dpdk/pcie/igb_uio/
H A Digb_uio.c228 struct msix_entry msix_entry; in igbuio_pci_enable_interrupts() local
235 msix_entry.entry = 0; in igbuio_pci_enable_interrupts()
236 if (pci_enable_msix(udev->pdev, &msix_entry, 1) == 0) { in igbuio_pci_enable_interrupts()
239 udev->info.irq = msix_entry.vector; in igbuio_pci_enable_interrupts()
/OK3568_Linux_fs/kernel/drivers/edac/
H A Dthunderx_edac.c186 struct msix_entry msix_ent;
1059 struct msix_entry msix_ent[OCX_INTS];
1077 struct msix_entry *msix = irq_id; in thunderx_ocx_com_isr()
1106 struct msix_entry *msix = irq_id; in thunderx_ocx_com_threaded_isr()
1170 struct msix_entry *msix = irq_id; in thunderx_ocx_lnk_isr()
1189 struct msix_entry *msix = irq_id; in thunderx_ocx_lnk_threaded_isr()
1753 struct msix_entry msix_ent;
1762 struct msix_entry *msix = irq_id; in thunderx_l2c_tad_isr()
1794 struct msix_entry *msix = irq_id; in thunderx_l2c_cbc_isr()
1823 struct msix_entry *msix = irq_id; in thunderx_l2c_mci_isr()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/cisco/enic/
H A Denic.h155 struct msix_entry msix_entry[ENIC_INTR_MAX]; member
H A Denic_main.c153 err = irq_set_affinity_hint(enic->msix_entry[i].vector, in enic_set_affinity_hint()
176 irq_set_affinity_hint(enic->msix_entry[i].vector, NULL); in enic_unset_affinity_hint()
1581 enic->msix_entry[i].vector); in enic_set_rx_cpu_rmap()
1715 free_irq(enic->msix_entry[i].vector, in enic_free_intr()
1784 err = request_irq(enic->msix_entry[i].vector, in enic_request_intr()
1815 synchronize_irq(enic->msix_entry[i].vector); in enic_synchronize_irqs()
2081 enic_isr_msix(enic->msix_entry[intr].vector, in enic_poll_controller()
2087 enic_isr_msix(enic->msix_entry[intr].vector, in enic_poll_controller()
2378 BUG_ON(ARRAY_SIZE(enic->msix_entry) < n + m + 2); in enic_set_intr_mode()
2380 enic->msix_entry[i].entry = i; in enic_set_intr_mode()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/
H A Dmoal_pcie.h147 struct msix_entry msix_entries[PCIE_NUM_MSIX_VECTORS];
/OK3568_Linux_fs/kernel/drivers/pci/
H A Dmsi.c719 struct msix_entry *entries, int nvec, in msix_setup_entries()
771 static void msix_update_entries(struct pci_dev *dev, struct msix_entry *entries) in msix_update_entries()
806 static int msix_capability_init(struct pci_dev *dev, struct msix_entry *entries, in msix_capability_init()
1014 static int __pci_enable_msix(struct pci_dev *dev, struct msix_entry *entries, in __pci_enable_msix()
1159 struct msix_entry *entries, int minvec, in __pci_enable_msix_range()
1206 int pci_enable_msix_range(struct pci_dev *dev, struct msix_entry *entries, in pci_enable_msix_range()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net.h631 struct msix_entry irq_entries[NFP_NET_MAX_IRQS];
949 nfp_net_irqs_alloc(struct pci_dev *pdev, struct msix_entry *irq_entries,
953 nfp_net_irqs_assign(struct nfp_net *nn, struct msix_entry *irq_entries,
H A Dnfp_main.h108 struct msix_entry *irq_entries;
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/iavf/
H A Diavf_client.h103 struct msix_entry *msix_entries;
/OK3568_Linux_fs/kernel/drivers/ntb/hw/intel/
H A Dntb_hw_intel.h167 struct msix_entry *msix;
/OK3568_Linux_fs/kernel/drivers/ntb/hw/amd/
H A Dntb_hw_amd.h199 struct msix_entry *msix;
/OK3568_Linux_fs/kernel/drivers/net/ethernet/rocker/
H A Drocker.h60 struct msix_entry *msix_entries;

12345