Searched refs:max_vectors (Results 1 – 7 of 7) sorted by relevance
11 * @max_vectors: maximum number of vectors that tracker can hold15 ice_init_irq_tracker(struct ice_pf *pf, unsigned int max_vectors, in ice_init_irq_tracker() argument 18 pf->irq_tracker.num_entries = max_vectors; in ice_init_irq_tracker()
507 vfres->max_vectors = vf->num_msix; in ice_vc_get_vf_res_msg()
63 u16 i, max_vectors; in mpi3mr_sync_irqs() local 65 max_vectors = mrioc->intr_info_count; in mpi3mr_sync_irqs() 67 for (i = 0; i < max_vectors; i++) in mpi3mr_sync_irqs() 794 static void mpi3mr_calc_poll_queues(struct mpi3mr_ioc *mrioc, u16 max_vectors) in mpi3mr_calc_poll_queues() argument 800 if (max_vectors > 2 && in mpi3mr_calc_poll_queues() 801 (mrioc->requested_poll_qcount < max_vectors - 2)) { in mpi3mr_calc_poll_queues() 804 mrioc->requested_poll_qcount, max_vectors); in mpi3mr_calc_poll_queues() 808 mrioc->requested_poll_qcount, max_vectors); in mpi3mr_calc_poll_queues() 825 int max_vectors, min_vec; in mpi3mr_setup_isr() local 836 max_vectors in mpi3mr_setup_isr() [all...]
439 hw->dev_caps.num_msix_vectors_vf = msg->max_vectors; in iavf_vf_parse_hw_config()
1654 (int)adapter->vf_res->max_vectors); in iavf_set_interrupt_capability()
285 u16 max_vectors; member
2200 vfres->max_vectors = pf->hw.func_caps.num_msix_vectors_vf; in i40e_vc_get_vf_resources_msg()