Searched refs:msix_vec_count (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | sriov.c | 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() argument 243 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()
|
H A D | pci_irq.c | 82 * @msix_vec_count: Number of MSI-X vectors to set 85 int msix_vec_count) in mlx5_set_msix_vec_count() 105 if (msix_vec_count < min_msix) in mlx5_set_msix_vec_count() 108 if (msix_vec_count > max_msix) in mlx5_set_msix_vec_count() 127 MLX5_SET(cmd_hca_cap, cap, dynamic_msix_table_size, msix_vec_count); in mlx5_set_msix_vec_count() 84 mlx5_set_msix_vec_count(struct mlx5_core_dev *dev, int function_id, int msix_vec_count) mlx5_set_msix_vec_count() argument
|
H A D | mlx5_irq.h | 24 int msix_vec_count);
|
H A D | mlx5_core.h | 205 int mlx5_core_sriov_set_msix_vec_count(struct pci_dev *vf, int msix_vec_count);
|
/kernel/linux/linux-5.10/drivers/ntb/hw/amd/ |
H A D | ntb_hw_amd.c | 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()
|
H A D | ntb_hw_amd.h | 192 unsigned char msix_vec_count; member
|
/kernel/linux/linux-6.6/drivers/ntb/hw/amd/ |
H A D | ntb_hw_amd.c | 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()
|
H A D | ntb_hw_amd.h | 192 unsigned char msix_vec_count; member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | pci.h | 928 int (*sriov_set_msix_vec_count)(struct pci_dev *vf, int msix_vec_count); /* On PF */
|
Completed in 12 milliseconds