Searched refs:msix_vec_count (Results 1 – 7 of 7) sorted by relevance
210 int mlx5_core_sriov_set_msix_vec_count(struct pci_dev *vf, int msix_vec_count) in mlx5_core_sriov_set_msix_vec_count() argument222 if (!msix_vec_count) in mlx5_core_sriov_set_msix_vec_count()223 msix_vec_count = in mlx5_core_sriov_set_msix_vec_count()231 return mlx5_set_msix_vec_count(dev, id + 1, msix_vec_count); in mlx5_core_sriov_set_msix_vec_count()
74 int msix_vec_count) in mlx5_set_msix_vec_count() argument92 if (msix_vec_count < min_msix) in mlx5_set_msix_vec_count()95 if (msix_vec_count > max_msix) in mlx5_set_msix_vec_count()112 MLX5_SET(cmd_hca_cap, cap, dynamic_msix_table_size, msix_vec_count); in mlx5_set_msix_vec_count()
22 int msix_vec_count);
198 int mlx5_core_sriov_set_msix_vec_count(struct pci_dev *vf, int msix_vec_count);
684 if (vec > (AMD_DB_CNT - 1) || (ndev->msix_vec_count == 1)) in ndev_interrupt()759 ndev->msix_vec_count = msix_max; in ndev_init_isr()786 ndev->msix_vec_count = 1; in ndev_init_isr()803 ndev->msix_vec_count = 1; in ndev_init_isr()823 i = ndev->msix_vec_count; in ndev_deinit_isr()890 "MSIX Vector Count -\t%u\n", ndev->msix_vec_count); in ndev_debugfs_read()
192 unsigned char msix_vec_count; member
924 int (*sriov_set_msix_vec_count)(struct pci_dev *vf, int msix_vec_count); /* On PF */
Completed in 24 milliseconds