Searched refs:tbl_type (Results 1 – 10 of 10) sorted by relevance
| /drivers/net/wireless/intel/iwlegacy/ |
| A D | 4965-rs.c | 799 struct il_scale_tbl_info tbl_type; in il4965_rs_tx_status() local 895 tbl_type.ant_type, tbl_type.is_SGI); in il4965_rs_tx_status() 940 &tbl_type, &rs_idx); in il4965_rs_tx_status() 948 (&tbl_type, other_tbl)) in il4965_rs_tx_status() 2353 struct il_scale_tbl_info tbl_type; in il4965_rs_fill_link_cmd() local 2370 if (is_legacy(tbl_type.lq_type)) { in il4965_rs_fill_link_cmd() 2385 tbl_type.ant_type; in il4965_rs_fill_link_cmd() 2407 &tbl_type)) in il4965_rs_fill_link_cmd() 2422 &tbl_type, &rate_idx); in il4965_rs_fill_link_cmd() 2427 if (is_mimo(tbl_type.lq_type)) in il4965_rs_fill_link_cmd() [all …]
|
| /drivers/net/ethernet/mellanox/mlx5/core/steering/hws/ |
| A D | pool.c | 28 if (pool->tbl_type == MLX5HWS_TABLE_TYPE_FDB) { in hws_pool_resource_free() 82 fw_ft_type = mlx5hws_table_get_res_fw_ft_type(pool->tbl_type, false); in hws_pool_resource_alloc() 93 if (pool->tbl_type == MLX5HWS_TABLE_TYPE_FDB) { in hws_pool_resource_alloc() 96 fw_ft_type = mlx5hws_table_get_res_fw_ft_type(pool->tbl_type, true); in hws_pool_resource_alloc() 357 pool->tbl_type = pool_attr->table_type; in mlx5hws_pool_create()
|
| A D | table.h | 39 u32 mlx5hws_table_get_res_fw_ft_type(enum mlx5hws_table_type tbl_type, in mlx5hws_table_get_res_fw_ft_type() argument 42 if (tbl_type == MLX5HWS_TABLE_TYPE_FDB) in mlx5hws_table_get_res_fw_ft_type()
|
| A D | action.c | 82 u8 tbl_type) in hws_action_get_shared_stc_nic() argument 123 ret = mlx5hws_action_alloc_single_stc(ctx, &stc_attr, tbl_type, in hws_action_get_shared_stc_nic() 174 enum mlx5hws_table_type tbl_type = MLX5HWS_TABLE_TYPE_FDB; in hws_action_put_shared_stc() local 191 mlx5hws_action_free_single_stc(ctx, tbl_type, &shared_stc->stc_chunk); in hws_action_put_shared_stc() 2029 ret = mlx5hws_action_alloc_single_stc(ctx, &stc_attr, tbl_type, in mlx5hws_action_get_default_stc() 2037 ret = mlx5hws_action_alloc_single_stc(ctx, &stc_attr, tbl_type, in mlx5hws_action_get_default_stc() 2045 ret = mlx5hws_action_alloc_single_stc(ctx, &stc_attr, tbl_type, in mlx5hws_action_get_default_stc() 2053 ret = mlx5hws_action_alloc_single_stc(ctx, &stc_attr, tbl_type, in mlx5hws_action_get_default_stc() 2063 ret = mlx5hws_action_alloc_single_stc(ctx, &stc_attr, tbl_type, in mlx5hws_action_get_default_stc() 2076 mlx5hws_action_free_single_stc(ctx, tbl_type, &default_stc->nop_dw7); in mlx5hws_action_get_default_stc() [all …]
|
| A D | action.h | 88 enum mlx5hws_table_type tbl_type; member 211 u8 tbl_type); 214 u8 tbl_type);
|
| A D | debug.c | 121 enum mlx5hws_table_type tbl_type = matcher->tbl->type; in hws_debug_dump_matcher() local 138 if (tbl_type == MLX5HWS_TABLE_TYPE_FDB) in hws_debug_dump_matcher() 351 u32 tbl_type = MLX5HWS_TABLE_TYPE_BASE + MLX5HWS_TABLE_TYPE_FDB; in hws_debug_dump_context_stc_resource() local 356 tbl_type, in hws_debug_dump_context_stc_resource()
|
| A D | pool.h | 76 enum mlx5hws_table_type tbl_type; member
|
| A D | table.c | 47 u8 tbl_type = tbl->type; in hws_table_up_default_fdb_miss_tbl() local 70 mlx5hws_err(ctx, "Failed to default miss table type: 0x%x\n", tbl_type); in hws_table_up_default_fdb_miss_tbl()
|
| A D | rule.c | 257 apply->tbl_type = tbl->type; in hws_rule_create_init()
|
| /drivers/net/wireless/intel/iwlwifi/dvm/ |
| A D | rs.c | 939 if (table_type_matches(&tbl_type, in rs_tx_status() 956 tbl_type.lq_type, tbl_type.ant_type, tbl_type.is_SGI); in rs_tx_status() 1000 &tbl_type, &rs_index); in rs_tx_status() 2857 &tbl_type, &rate_idx); in rs_fill_link_cmd() 2861 tbl_type.ant_type = in rs_fill_link_cmd() 2882 tbl_type.ant_type; in rs_fill_link_cmd() 2885 tbl_type.ant_type; in rs_fill_link_cmd() 2908 &new_rate, &tbl_type)) in rs_fill_link_cmd() 2927 tbl_type.ant_type = in rs_fill_link_cmd() 2934 if (is_mimo(tbl_type.lq_type)) in rs_fill_link_cmd() [all …]
|
Completed in 28 milliseconds