Searched refs:msix_max (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/ntb/hw/amd/ |
H A D | ntb_hw_amd.c | 710 int msix_min, int msix_max) in ndev_init_isr() argument 722 ndev->vec = kcalloc_node(msix_max, sizeof(*ndev->vec), in ndev_init_isr() 727 ndev->msix = kcalloc_node(msix_max, sizeof(*ndev->msix), in ndev_init_isr() 732 for (i = 0; i < msix_max; ++i) in ndev_init_isr() 736 msix_min, msix_max); in ndev_init_isr() 759 ndev->msix_vec_count = msix_max; in ndev_init_isr()
|
/openbmc/linux/drivers/ntb/hw/intel/ |
H A D | ntb_hw_gen1.h | 149 int ndev_init_isr(struct intel_ntb_dev *ndev, int msix_min, int msix_max,
|
H A D | ntb_hw_gen1.c | 364 int msix_min, int msix_max, in ndev_init_isr() argument 382 ndev->vec = kcalloc_node(msix_max, sizeof(*ndev->vec), in ndev_init_isr() 387 ndev->msix = kcalloc_node(msix_max, sizeof(*ndev->msix), in ndev_init_isr() 392 for (i = 0; i < msix_max; ++i) in ndev_init_isr() 396 msix_min, msix_max); in ndev_init_isr()
|