/linux/drivers/net/ethernet/intel/idpf/ |
H A D | idpf_dev.c | 73 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 D | idpf_vf_dev.c | 73 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 D | efa_main.c | 484 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 D | bfa_hw_ct.c | 92 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 D | bfa_hw_cb.c | 70 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 D | nitrox_isr.c | 268 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 D | nitrox_dev.h | 259 int num_vecs; member
|
/linux/drivers/xen/xenbus/ |
H A D | xenbus_xs.c | 290 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 D | xenbus.h | 85 int num_vecs; member
|
H A D | xenbus_comms.c | 356 while (state.idx < state.req->num_vecs) { in process_writes()
|
/linux/drivers/net/ethernet/netronome/nfp/ |
H A D | nfp_net_ethtool.c | 935 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 D | channel.c | 1033 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 D | bna_types.h | 576 u32 num_vecs; member
|
H A D | bna_tx_rx.c | 2389 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 D | pci.c | 129 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 D | amd64_edac.c | 2604 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 D | testmgr.c | 1921 unsigned int num_vecs, const char *driver, in __alg_test_hash() argument 1987 for (i = 0; i < num_vecs; i++) { in __alg_test_hash()
|