Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mlxcx/
H A Dmlxcx_cmd.c2884 mlxcx_cmd_create_flow_table(mlxcx_t *mlxp, mlxcx_flow_table_t *mlft) in mlxcx_cmd_create_flow_table() argument
2895 ASSERT(mutex_owned(&mlft->mlft_mtx)); in mlxcx_cmd_create_flow_table()
2896 VERIFY0(mlft->mlft_state & MLXCX_FLOW_TABLE_CREATED); in mlxcx_cmd_create_flow_table()
2903 to_be16(mlft->mlft_port->mlp_num); in mlxcx_cmd_create_flow_table()
2904 in.mlxi_create_flow_table_table_type = mlft->mlft_type; in mlxcx_cmd_create_flow_table()
2906 ctx->mlftc_log_size = mlft->mlft_entshift; in mlxcx_cmd_create_flow_table()
2907 ctx->mlftc_level = mlft->mlft_level; in mlxcx_cmd_create_flow_table()
2917 mlft->mlft_num = from_be24(out.mlxo_create_flow_table_table_id); in mlxcx_cmd_create_flow_table()
2918 mlft->mlft_state |= MLXCX_FLOW_TABLE_CREATED; in mlxcx_cmd_create_flow_table()
2925 mlxcx_cmd_destroy_flow_table(mlxcx_t *mlxp, mlxcx_flow_table_t *mlft) in mlxcx_cmd_destroy_flow_table() argument
[all …]