Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mlxcx/
H A Dmlxcx.c2646 if (!get_bit32(c->mlc_nic_flow_cur.mhc_flow.mlcap_flow_nic_rx. in mlxcx_init_caps()
2651 if (!get_bit32(c->mlc_nic_flow_cur.mhc_flow.mlcap_flow_nic_rx. in mlxcx_init_caps()
2658 c->mlc_max_rx_ft_shift = c->mlc_nic_flow_cur.mhc_flow.mlcap_flow_nic_rx. in mlxcx_init_caps()
2660 c->mlc_max_rx_flows = (1 << c->mlc_nic_flow_cur.mhc_flow. in mlxcx_init_caps()
2662 c->mlc_max_rx_ft = (1 << c->mlc_nic_flow_cur.mhc_flow. in mlxcx_init_caps()
2664 c->mlc_max_rx_fe_dest = (1 << c->mlc_nic_flow_cur.mhc_flow. in mlxcx_init_caps()
H A Dmlxcx.h994 mlxcx_hca_cap_flow_caps_t mhc_flow; member