Searched refs:max_vectors (Results 1 – 6 of 6) sorted by relevance
15 ice_init_irq_tracker(struct ice_pf *pf, unsigned int max_vectors, in ice_init_irq_tracker() argument18 pf->irq_tracker.num_entries = max_vectors; in ice_init_irq_tracker()
67 u16 i, max_vectors; in mpi3mr_sync_irqs() local69 max_vectors = mrioc->intr_info_count; in mpi3mr_sync_irqs()71 for (i = 0; i < max_vectors; i++) in mpi3mr_sync_irqs()799 static void mpi3mr_calc_poll_queues(struct mpi3mr_ioc *mrioc, u16 max_vectors) in mpi3mr_calc_poll_queues() argument805 if (max_vectors > 2 && in mpi3mr_calc_poll_queues()806 (mrioc->requested_poll_qcount < max_vectors - 2)) { in mpi3mr_calc_poll_queues()809 mrioc->requested_poll_qcount, max_vectors); in mpi3mr_calc_poll_queues()813 mrioc->requested_poll_qcount, max_vectors); in mpi3mr_calc_poll_queues()830 int max_vectors, min_vec; in mpi3mr_setup_isr() local841 max_vectors = 1; in mpi3mr_setup_isr()[all …]
439 hw->dev_caps.num_msix_vectors_vf = msg->max_vectors; in iavf_vf_parse_hw_config()
1630 (int)adapter->vf_res->max_vectors); in iavf_set_interrupt_capability()
335 vfres->max_vectors = vf->num_msix; in ice_vc_get_vf_res_msg()
2218 vfres->max_vectors = pf->hw.func_caps.num_msix_vectors_vf; in i40e_vc_get_vf_resources_msg()