Home
last modified time | relevance | path

Searched refs:mlft_mtx (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/mlxcx/
H A Dmlxcx.c942 ASSERT(mutex_owned(&ft->mlft_mtx)); in mlxcx_teardown_flow_table()
975 mutex_exit(&ft->mlft_mtx); in mlxcx_teardown_flow_table()
976 mutex_destroy(&ft->mlft_mtx); in mlxcx_teardown_flow_table()
993 mutex_enter(&ft->mlft_mtx); in mlxcx_teardown_ports()
1899 mutex_init(&ft->mlft_mtx, NULL, MUTEX_DRIVER, in mlxcx_setup_ports()
1902 mutex_enter(&ft->mlft_mtx); in mlxcx_setup_ports()
1921 mutex_exit(&ft->mlft_mtx); in mlxcx_setup_ports()
1927 mutex_exit(&ft->mlft_mtx); in mlxcx_setup_ports()
1946 mutex_exit(&ft->mlft_mtx); in mlxcx_setup_ports()
1962 mutex_exit(&ft->mlft_mtx); in mlxcx_setup_ports()
[all …]
H A Dmlxcx_ring.c538 mutex_enter(&ft->mlft_mtx); in mlxcx_teardown_rx_group()
554 mutex_exit(&ft->mlft_mtx); in mlxcx_teardown_rx_group()
558 mutex_enter(&g->mlg_rx_vlan_ft->mlft_mtx); in mlxcx_teardown_rx_group()
584 mutex_enter(&g->mlg_rx_hash_ft->mlft_mtx); in mlxcx_teardown_rx_group()
898 mutex_init(&ft->mlft_mtx, NULL, MUTEX_DRIVER, in mlxcx_rx_group_setup()
905 mutex_enter(&ft->mlft_mtx); in mlxcx_rx_group_setup()
924 mutex_exit(&ft->mlft_mtx); in mlxcx_rx_group_setup()
935 mutex_exit(&ft->mlft_mtx); in mlxcx_rx_group_setup()
946 mutex_exit(&ft->mlft_mtx); in mlxcx_rx_group_setup()
957 mutex_exit(&ft->mlft_mtx); in mlxcx_rx_group_setup()
[all …]
H A Dmlxcx_gld.c645 mutex_enter(&ft->mlft_mtx); in mlxcx_mac_setpromisc()
657 mutex_exit(&ft->mlft_mtx); in mlxcx_mac_setpromisc()
678 mutex_enter(&ft->mlft_mtx); in mlxcx_mac_setpromisc()
692 mutex_exit(&ft->mlft_mtx); in mlxcx_mac_setpromisc()
H A Dmlxcx_cmd.c2895 ASSERT(mutex_owned(&mlft->mlft_mtx)); in mlxcx_cmd_create_flow_table()
2935 ASSERT(mutex_owned(&mlft->mlft_mtx)); in mlxcx_cmd_destroy_flow_table()
2973 ASSERT(mutex_owned(&mlft->mlft_mtx)); in mlxcx_cmd_set_flow_table_root()
3015 ASSERT(mutex_owned(&mlft->mlft_mtx)); in mlxcx_cmd_create_flow_group()
3127 ASSERT(mutex_owned(&mlft->mlft_mtx)); in mlxcx_cmd_destroy_flow_group()
3178 ASSERT(mutex_owned(&mlft->mlft_mtx)); in mlxcx_cmd_set_flow_table_entry()
3339 ASSERT(mutex_owned(&mlft->mlft_mtx)); in mlxcx_cmd_delete_flow_table_entry()
H A Dmlxcx.h846 kmutex_t mlft_mtx; member