Searched refs:MSIX_LEGACY_SZ (Results 1 – 2 of 2) sorted by relevance
2491 int nreq = dev->caps.num_ports * num_online_cpus() + MSIX_LEGACY_SZ; in mlx4_enable_msi_x()2509 } else if (nreq < MSIX_LEGACY_SZ + in mlx4_enable_msi_x()2515 dev->caps.comp_pool = nreq - MSIX_LEGACY_SZ; in mlx4_enable_msi_x()2516 dev->caps.num_comp_vectors = MSIX_LEGACY_SZ - 1; in mlx4_enable_msi_x()
49 #define MSIX_LEGACY_SZ 4 macro