Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mlxcx/
H A Dmlxcx_ring.c502 for (i = 0; i < g->mlg_nwqs; ++i) { in mlxcx_quiesce_rx_cqs()
593 for (i = 0; i < g->mlg_nwqs; ++i) { in mlxcx_teardown_rx_group()
638 for (i = 0; i < g->mlg_nwqs; ++i) { in mlxcx_teardown_rx_group()
668 for (i = 0; i < g->mlg_nwqs; ++i) { in mlxcx_teardown_tx_group()
773 while (g->mlg_rqt->mlrqt_max < g->mlg_nwqs) in mlxcx_rx_group_setup()
780 for (i = 0; i < g->mlg_nwqs; ++i) { in mlxcx_rx_group_setup()
801 g->mlg_nwqs = i; in mlxcx_rx_group_setup()
809 g->mlg_nwqs = i; in mlxcx_rx_group_setup()
816 if (g->mlg_nwqs == 0) { in mlxcx_rx_group_setup()
1339 g->mlg_nwqs = mlxp->mlx_props.mldp_tx_nrings_per_group; in mlxcx_tx_group_setup()
[all …]
H A Dmlxcx_gld.c978 ASSERT3S(ring_index, <, g->mlg_nwqs); in mlxcx_mac_fill_tx_ring()
1071 ASSERT3S(ring_index, <, g->mlg_nwqs); in mlxcx_mac_fill_rx_ring()
1119 infop->mgi_count = g->mlg_nwqs; in mlxcx_mac_fill_rx_group()
1139 cap_rings->mr_rnum = mlxp->mlx_tx_groups[0].mlg_nwqs; in mlxcx_mac_getcapab()
1148 n += mlxp->mlx_rx_groups[i].mlg_nwqs; in mlxcx_mac_getcapab()
H A Dmlxcx.h923 size_t mlg_nwqs; member