Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mlxcx/
H A Dmlxcx_gld.c673 g = &mlxp->mlx_rx_groups[idx]; in mlxcx_mac_setpromisc()
705 mlxcx_ring_group_t *g = &mlxp->mlx_rx_groups[0]; in mlxcx_mac_multicast()
1066 g = &mlxp->mlx_rx_groups[group_index]; in mlxcx_mac_fill_rx_ring()
1106 g = &mlxp->mlx_rx_groups[index]; in mlxcx_mac_fill_rx_group()
1148 n += mlxp->mlx_rx_groups[i].mlg_nwqs; in mlxcx_mac_getcapab()
H A Dmlxcx_ring.c536 if (g == &mlxp->mlx_rx_groups[0]) { in mlxcx_teardown_rx_group()
711 g = &mlxp->mlx_rx_groups[i]; in mlxcx_teardown_groups()
719 g = &mlxp->mlx_rx_groups[i]; in mlxcx_teardown_groups()
725 kmem_free(mlxp->mlx_rx_groups, mlxp->mlx_rx_groups_size); in mlxcx_teardown_groups()
726 mlxp->mlx_rx_groups = NULL; in mlxcx_teardown_groups()
763 i = g - &mlxp->mlx_rx_groups[0]; in mlxcx_rx_group_setup()
1169 fe->mlfe_dest[0].mlfed_flow = mlxp->mlx_rx_groups[0].mlg_rx_hash_ft; in mlxcx_rx_group_setup()
1270 g - &mlxp->mlx_rx_groups[0]); in mlxcx_rx_group_start()
1285 if (g == &mlxp->mlx_rx_groups[0]) { in mlxcx_rx_group_start()
H A Dmlxcx.h1226 mlxcx_ring_group_t *mlx_rx_groups; member
H A Dmlxcx.c2948 mlxp->mlx_rx_groups = kmem_zalloc(mlxp->mlx_rx_groups_size, KM_SLEEP); in mlxcx_attach()
2976 if (!mlxcx_rx_group_setup(mlxp, &mlxp->mlx_rx_groups[i])) in mlxcx_attach()