msix_max          583 drivers/ntb/hw/amd/ntb_hw_amd.c 			 int msix_min, int msix_max)
msix_max          595 drivers/ntb/hw/amd/ntb_hw_amd.c 	ndev->vec = kcalloc_node(msix_max, sizeof(*ndev->vec),
msix_max          600 drivers/ntb/hw/amd/ntb_hw_amd.c 	ndev->msix = kcalloc_node(msix_max, sizeof(*ndev->msix),
msix_max          605 drivers/ntb/hw/amd/ntb_hw_amd.c 	for (i = 0; i < msix_max; ++i)
msix_max          609 drivers/ntb/hw/amd/ntb_hw_amd.c 					   msix_min, msix_max);
msix_max          632 drivers/ntb/hw/amd/ntb_hw_amd.c 	ndev->msix_vec_count = msix_max;
msix_max          363 drivers/ntb/hw/intel/ntb_hw_gen1.c 			 int msix_min, int msix_max,
msix_max          381 drivers/ntb/hw/intel/ntb_hw_gen1.c 	ndev->vec = kcalloc_node(msix_max, sizeof(*ndev->vec),
msix_max          386 drivers/ntb/hw/intel/ntb_hw_gen1.c 	ndev->msix = kcalloc_node(msix_max, sizeof(*ndev->msix),
msix_max          391 drivers/ntb/hw/intel/ntb_hw_gen1.c 	for (i = 0; i < msix_max; ++i)
msix_max          395 drivers/ntb/hw/intel/ntb_hw_gen1.c 					   msix_min, msix_max);
msix_max          147 drivers/ntb/hw/intel/ntb_hw_gen1.h int ndev_init_isr(struct intel_ntb_dev *ndev, int msix_min, int msix_max,