Home
last modified time | relevance | path

Searched refs:MAX_MSIX (Results 1 – 5 of 5) sorted by relevance

/NextBSD/sys/dev/ifmlx4/
HDprofile.c112 min_t(unsigned, dev_cap->max_eqs, MAX_MSIX); in mlx4_make_profile()
203 MAX_MSIX)); in mlx4_make_profile()
HDmain.c2873 + MSIX_LEGACY_SZ, MAX_MSIX); in mlx4_enable_msi_x()
/NextBSD/sys/ofed/drivers/net/mlx4/
HDprofile.c112 min_t(unsigned, dev_cap->max_eqs, MAX_MSIX); in mlx4_make_profile()
203 MAX_MSIX)); in mlx4_make_profile()
HDmain.c2908 + MSIX_LEGACY_SZ, MAX_MSIX); in mlx4_enable_msi_x()
/NextBSD/sys/ofed/include/linux/mlx4/
HDdevice.h47 #define MAX_MSIX 64 macro