Home
last modified time | relevance | path

Searched refs:MLXCX_TIRS_PER_GROUP (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/mlxcx/
H A Dmlxcx.h891 MLXCX_TIRS_PER_GROUP enumerator
919 mlxcx_tir_t mlg_tir[MLXCX_TIRS_PER_GROUP];
H A Dmlxcx_ring.c608 for (i = 0; i < MLXCX_TIRS_PER_GROUP; ++i) { in mlxcx_teardown_rx_group()
826 for (i = 0; i < MLXCX_TIRS_PER_GROUP; ++i) { in mlxcx_rx_group_setup()
912 ASSERT3U(ft->mlft_nents, >=, MLXCX_TIRS_PER_GROUP); in mlxcx_rx_group_setup()
H A Dmlxcx.c450 CTASSERT((1 << MLXCX_RX_HASH_FT_SIZE_SHIFT) >= MLXCX_TIRS_PER_GROUP);
2707 tirlim = mlxp->mlx_caps->mlc_max_tir / MLXCX_TIRS_PER_GROUP; in mlxcx_calc_rx_ngroups()