Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mlxcx/
H A Dmlxcx.h1225 size_t mlx_rx_groups_size; member
H A Dmlxcx.c2946 mlxp->mlx_rx_groups_size = mlxp->mlx_rx_ngroups * in mlxcx_attach()
2948 mlxp->mlx_rx_groups = kmem_zalloc(mlxp->mlx_rx_groups_size, KM_SLEEP); in mlxcx_attach()
H A Dmlxcx_ring.c725 kmem_free(mlxp->mlx_rx_groups, mlxp->mlx_rx_groups_size); in mlxcx_teardown_groups()