Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/mellanox/mlx4/
Dprofile.c130 min_t(unsigned, dev_cap->max_eqs, MAX_MSIX); in mlx4_make_profile()
223 MAX_MSIX)); in mlx4_make_profile()
Dmlx4.h856 DECLARE_BITMAP(pool_bm, MAX_MSIX);
Dmain.c2946 MAX_MSIX); in mlx4_enable_msi_x()
3594 bitmap_zero(priv->msix_ctl.pool_bm, MAX_MSIX); in mlx4_load_one()
/linux-6.1.9/include/linux/mlx4/
Ddevice.h49 #define MAX_MSIX 128 macro