Searched refs:tbl_type (Results 1 – 10 of 10) sorted by relevance
| /linux-6.15/drivers/net/wireless/intel/iwlegacy/ |
| H A D | 4965-rs.c | 798 struct il_scale_tbl_info tbl_type; in il4965_rs_tx_status() local 894 tbl_type.ant_type, tbl_type.is_SGI); in il4965_rs_tx_status() 939 &tbl_type, &rs_idx); in il4965_rs_tx_status() 947 (&tbl_type, other_tbl)) in il4965_rs_tx_status() 2352 struct il_scale_tbl_info tbl_type; in il4965_rs_fill_link_cmd() local 2369 if (is_legacy(tbl_type.lq_type)) { in il4965_rs_fill_link_cmd() 2384 tbl_type.ant_type; in il4965_rs_fill_link_cmd() 2406 &tbl_type)) in il4965_rs_fill_link_cmd() 2421 &tbl_type, &rate_idx); in il4965_rs_fill_link_cmd() 2426 if (is_mimo(tbl_type.lq_type)) in il4965_rs_fill_link_cmd() [all …]
|
| /linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/ |
| H 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()
|
| H A D | debug.c | 119 enum mlx5hws_table_type tbl_type = matcher->tbl->type; in hws_debug_dump_matcher() local 141 if (tbl_type == MLX5HWS_TABLE_TYPE_FDB) in hws_debug_dump_matcher() 155 if (tbl_type == MLX5HWS_TABLE_TYPE_FDB) in hws_debug_dump_matcher() 371 u32 tbl_type = MLX5HWS_TABLE_TYPE_BASE + MLX5HWS_TABLE_TYPE_FDB; in hws_debug_dump_context_stc_resource() local 376 tbl_type, in hws_debug_dump_context_stc_resource()
|
| H A D | action.h | 88 enum mlx5hws_table_type tbl_type; member 205 u8 tbl_type); 208 u8 tbl_type);
|
| H A D | action.c | 77 u8 tbl_type) in hws_action_get_shared_stc_nic() argument 118 ret = mlx5hws_action_alloc_single_stc(ctx, &stc_attr, tbl_type, in hws_action_get_shared_stc_nic() 169 enum mlx5hws_table_type tbl_type = MLX5HWS_TABLE_TYPE_FDB; in hws_action_put_shared_stc() local 186 mlx5hws_action_free_single_stc(ctx, tbl_type, &shared_stc->stc_chunk); in hws_action_put_shared_stc() 2032 ret = mlx5hws_action_alloc_single_stc(ctx, &stc_attr, tbl_type, in mlx5hws_action_get_default_stc() 2040 ret = mlx5hws_action_alloc_single_stc(ctx, &stc_attr, tbl_type, in mlx5hws_action_get_default_stc() 2048 ret = mlx5hws_action_alloc_single_stc(ctx, &stc_attr, tbl_type, in mlx5hws_action_get_default_stc() 2056 ret = mlx5hws_action_alloc_single_stc(ctx, &stc_attr, tbl_type, in mlx5hws_action_get_default_stc() 2066 ret = mlx5hws_action_alloc_single_stc(ctx, &stc_attr, tbl_type, in mlx5hws_action_get_default_stc() 2079 mlx5hws_action_free_single_stc(ctx, tbl_type, &default_stc->nop_dw7); in mlx5hws_action_get_default_stc() [all …]
|
| H A D | pool.c | 29 if (pool->tbl_type == MLX5HWS_TABLE_TYPE_FDB) { in hws_pool_resource_free() 86 fw_ft_type = mlx5hws_table_get_res_fw_ft_type(pool->tbl_type, false); in hws_pool_resource_alloc() 96 if (pool->tbl_type == MLX5HWS_TABLE_TYPE_FDB) { in hws_pool_resource_alloc() 99 fw_ft_type = mlx5hws_table_get_res_fw_ft_type(pool->tbl_type, true); in hws_pool_resource_alloc() 599 pool->tbl_type = pool_attr->table_type; in mlx5hws_pool_create()
|
| H A D | pool.h | 114 enum mlx5hws_table_type tbl_type; member
|
| H 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()
|
| H A D | rule.c | 278 apply->tbl_type = tbl->type; in hws_rule_create_init()
|
| /linux-6.15/drivers/net/wireless/intel/iwlwifi/dvm/ |
| H 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 …]
|