Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mlxcx/
H A Dmlxcx.c987 for (i = 0; i < mlxp->mlx_nports; ++i) { in mlxcx_teardown_ports()
1849 VERIFY3U(mlxp->mlx_nports, >, 0); in mlxcx_setup_ports()
1850 mlxp->mlx_ports_size = mlxp->mlx_nports * sizeof (mlxcx_port_t); in mlxcx_setup_ports()
1853 for (i = 0; i < mlxp->mlx_nports; ++i) { in mlxcx_setup_ports()
1894 for (i = 0; i < mlxp->mlx_nports; ++i) { in mlxcx_setup_ports()
2618 mlxp->mlx_nports = gen->mlcap_general_num_ports; in mlxcx_init_caps()
2727 flowlim = (mlxp->mlx_caps->mlc_max_rx_ft - mlxp->mlx_nports) / 2; in mlxcx_calc_rx_ngroups()
H A Dmlxcx.h1204 uint_t mlx_nports; member
H A Dmlxcx_intr.c824 if (portn >= mlxp->mlx_nports) in mlxcx_intr_async()
H A Dmlxcx_gld.c1612 VERIFY3U(mlxp->mlx_nports, ==, 1); in mlxcx_register_mac()