Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mlxcx/
H A Dmlxcx_ring.c913 ft->mlft_entsize = ft->mlft_nents * sizeof (mlxcx_flow_entry_t); in mlxcx_rx_group_setup()
914 ft->mlft_ent = kmem_zalloc(ft->mlft_entsize, KM_SLEEP); in mlxcx_rx_group_setup()
1099 ft->mlft_entsize = ft->mlft_nents * sizeof (mlxcx_flow_entry_t); in mlxcx_rx_group_setup()
1100 ft->mlft_ent = kmem_zalloc(ft->mlft_entsize, KM_SLEEP); in mlxcx_rx_group_setup()
H A Dmlxcx.c973 kmem_free(ft->mlft_ent, ft->mlft_entsize); in mlxcx_teardown_flow_table()
1910 ft->mlft_entsize = ft->mlft_nents * sizeof (mlxcx_flow_entry_t); in mlxcx_setup_ports()
1911 ft->mlft_ent = kmem_zalloc(ft->mlft_entsize, KM_SLEEP); in mlxcx_setup_ports()
H A Dmlxcx.h857 size_t mlft_entsize; member