Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mlxcx/
H A Dmlxcx.c945 fe = &ft->mlft_ent[i]; in mlxcx_teardown_flow_table()
973 kmem_free(ft->mlft_ent, ft->mlft_entsize); in mlxcx_teardown_flow_table()
974 ft->mlft_ent = NULL; in mlxcx_teardown_flow_table()
1911 ft->mlft_ent = kmem_zalloc(ft->mlft_entsize, KM_SLEEP); in mlxcx_setup_ports()
1916 ft->mlft_ent[j].mlfe_table = ft; in mlxcx_setup_ports()
1917 ft->mlft_ent[j].mlfe_index = j; in mlxcx_setup_ports()
2378 fe = &ft->mlft_ent[idx]; in mlxcx_setup_flow_group()
H A Dmlxcx_ring.c914 ft->mlft_ent = kmem_zalloc(ft->mlft_entsize, KM_SLEEP); in mlxcx_rx_group_setup()
919 ft->mlft_ent[j].mlfe_table = ft; in mlxcx_rx_group_setup()
920 ft->mlft_ent[j].mlfe_index = j; in mlxcx_rx_group_setup()
1100 ft->mlft_ent = kmem_zalloc(ft->mlft_entsize, KM_SLEEP); in mlxcx_rx_group_setup()
1105 fe = &ft->mlft_ent[j]; in mlxcx_rx_group_setup()
H A Dmlxcx.h858 mlxcx_flow_entry_t *mlft_ent; member