Searched refs:msix_vec_count (Results 1 – 6 of 6) sorted by relevance
231 int mlx5_core_sriov_set_msix_vec_count(struct pci_dev *vf, int msix_vec_count) in mlx5_core_sriov_set_msix_vec_count() argument243 if (!msix_vec_count) in mlx5_core_sriov_set_msix_vec_count()244 msix_vec_count = in mlx5_core_sriov_set_msix_vec_count()252 return mlx5_set_msix_vec_count(dev, id + 1, msix_vec_count); in mlx5_core_sriov_set_msix_vec_count()
87 int msix_vec_count) in mlx5_set_msix_vec_count() argument107 if (msix_vec_count < min_msix) in mlx5_set_msix_vec_count()110 if (msix_vec_count > max_msix) in mlx5_set_msix_vec_count()129 MLX5_SET(cmd_hca_cap, cap, dynamic_msix_table_size, msix_vec_count); in mlx5_set_msix_vec_count()
27 int msix_vec_count);
693 if (vec > (AMD_DB_CNT - 1) || (ndev->msix_vec_count == 1)) in ndev_interrupt()768 ndev->msix_vec_count = msix_max; in ndev_init_isr()795 ndev->msix_vec_count = 1; in ndev_init_isr()812 ndev->msix_vec_count = 1; in ndev_init_isr()832 i = ndev->msix_vec_count; in ndev_deinit_isr()899 "MSIX Vector Count -\t%u\n", ndev->msix_vec_count); in ndev_debugfs_read()
193 unsigned char msix_vec_count; member
1010 int (*sriov_set_msix_vec_count)(struct pci_dev *vf, int msix_vec_count); /* On PF */