Home
last modified time | relevance | path

Searched refs:num_vecs (Results 1 – 17 of 17) sorted by relevance

/linux/drivers/net/ethernet/intel/idpf/
H A Didpf_dev.c73 int num_vecs = vport->num_q_vectors; in idpf_intr_reg_init() local
86 if (num_regs < num_vecs) { in idpf_intr_reg_init()
91 for (i = 0; i < num_vecs; i++) { in idpf_intr_reg_init()
H A Didpf_vf_dev.c73 int num_vecs = vport->num_q_vectors; in idpf_vf_intr_reg_init() local
86 if (num_regs < num_vecs) { in idpf_vf_intr_reg_init()
91 for (i = 0; i < num_vecs; i++) { in idpf_vf_intr_reg_init()
/linux/drivers/infiniband/hw/efa/
H A Defa_main.c484 int max_vecs, num_vecs; in efa_enable_msix() local
496 num_vecs = pci_alloc_irq_vectors(dev->pdev, 1, in efa_enable_msix()
499 if (num_vecs < 0) { in efa_enable_msix()
501 num_vecs); in efa_enable_msix()
505 dev_dbg(&dev->pdev->dev, "Allocated %d MSI-X vectors\n", num_vecs); in efa_enable_msix()
507 dev->num_irq_vectors = num_vecs; in efa_enable_msix()
/linux/drivers/scsi/bfa/
H A Dbfa_hw_ct.c92 u32 *num_vecs, u32 *max_vec_bit) in bfa_hwct_msix_getvecs() argument
96 *num_vecs = BFI_MSIX_CT_MAX; in bfa_hwct_msix_getvecs()
H A Dbfa_hw_cb.c70 u32 *num_vecs, u32 *max_vec_bit) in bfa_hwcb_msix_getvecs() argument
91 *num_vecs = __HFN_NUMINTS; in bfa_hwcb_msix_getvecs()
/linux/drivers/crypto/cavium/nitrox/
H A Dnitrox_isr.c268 for (i = 0; i < ndev->num_vecs; i++) { in nitrox_unregister_interrupts()
321 ndev->num_vecs = nr_vecs; in nitrox_register_interrupts()
387 for (i = 0; i < ndev->num_vecs; i++) { in nitrox_sriov_unregister_interrupts()
435 ndev->num_vecs = NR_NON_RING_VECTORS; in nitrox_sriov_register_interupts()
H A Dnitrox_dev.h259 int num_vecs; member
/linux/drivers/xen/xenbus/
H A Dxenbus_xs.c290 req->num_vecs = 1; in xenbus_dev_request_and_reply()
305 unsigned int num_vecs, in xs_talkv() argument
319 req->num_vecs = num_vecs; in xs_talkv()
327 for (i = 0; i < num_vecs; i++) in xs_talkv()
H A Dxenbus.h85 int num_vecs; member
H A Dxenbus_comms.c356 while (state.idx < state.req->num_vecs) { in process_writes()
/linux/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_ethtool.c935 static unsigned int nfp_vnic_get_hw_stats_count(unsigned int num_vecs) in nfp_vnic_get_hw_stats_count() argument
937 return NN_ET_GLOBAL_STATS_LEN + num_vecs * 4; in nfp_vnic_get_hw_stats_count()
941 nfp_vnic_get_hw_stats_strings(u8 *data, unsigned int num_vecs, bool repr) in nfp_vnic_get_hw_stats_strings() argument
961 for (i = 0; i < num_vecs; i++) { in nfp_vnic_get_hw_stats_strings()
972 nfp_vnic_get_hw_stats(u64 *data, u8 __iomem *mem, unsigned int num_vecs) in nfp_vnic_get_hw_stats() argument
979 for (i = 0; i < num_vecs; i++) { in nfp_vnic_get_hw_stats()
/linux/drivers/hv/
H A Dchannel.c1033 int num_vecs = ((bufferlen != 0) ? 3 : 1); in vmbus_sendpacket_getid() local
1051 return hv_ringbuffer_write(channel, bufferlist, num_vecs, requestid, trans_id); in vmbus_sendpacket_getid()
/linux/drivers/net/ethernet/brocade/bna/
H A Dbna_types.h576 u32 num_vecs; member
H A Dbna_tx_rx.c2389 q0->num_vecs = rx_cfg->q0_num_vecs; in bna_rx_create()
2415 q1->num_vecs = 1; in bna_rx_create()
/linux/drivers/nvme/host/
H A Dpci.c129 unsigned int num_vecs; member
433 if (dev->num_vecs > 1) in queue_irq_offset()
1663 vector = dev->num_vecs == 1 ? 0 : qid; in nvme_create_queue()
2381 dev->num_vecs = result; in nvme_setup_io_queues()
/linux/drivers/edac/
H A Damd64_edac.c2604 static int decode_syndrome(u16 syndrome, const u16 *vectors, unsigned num_vecs, in decode_syndrome() argument
2609 for (err_sym = 0; err_sym < num_vecs / v_dim; err_sym++) { in decode_syndrome()
/linux/crypto/
H A Dtestmgr.c1921 unsigned int num_vecs, const char *driver, in __alg_test_hash() argument
1987 for (i = 0; i < num_vecs; i++) { in __alg_test_hash()