Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/
H A Dprofile.c130 min_t(unsigned, dev_cap->max_eqs, MAX_MSIX); in mlx4_make_profile()
223 MAX_MSIX)); in mlx4_make_profile()
H A Dmlx4.h858 DECLARE_BITMAP(pool_bm, MAX_MSIX);
H A Dmain.c2971 MAX_MSIX); in mlx4_enable_msi_x()
3653 bitmap_zero(priv->msix_ctl.pool_bm, MAX_MSIX); in mlx4_load_one()
/openbmc/linux/include/linux/mlx4/
H A Ddevice.h50 #define MAX_MSIX 128 macro