Home
last modified time | relevance | path

Searched refs:mlc_max_rx_ft_shift (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/mlxcx/
H A Dmlxcx.c1907 if (ft->mlft_entshift > mlxp->mlx_caps->mlc_max_rx_ft_shift) in mlxcx_setup_ports()
1908 ft->mlft_entshift = mlxp->mlx_caps->mlc_max_rx_ft_shift; in mlxcx_setup_ports()
2658 c->mlc_max_rx_ft_shift = c->mlc_nic_flow_cur.mhc_flow.mlcap_flow_nic_rx. in mlxcx_init_caps()
2714 flowlim = (1 << mlxp->mlx_caps->mlc_max_rx_ft_shift) - 2; in mlxcx_calc_rx_ngroups()
H A Dmlxcx.h1008 size_t mlc_max_rx_ft_shift; member