Searched refs:tbl_type (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/net/wireless/intel/iwlegacy/ |
H A D | 4965-rs.c | 799 struct il_scale_tbl_info tbl_type; in il4965_rs_tx_status() local 832 il4965_rs_get_tbl_info_from_mcs(tx_rate, il->band, &tbl_type, &rs_idx); in il4965_rs_tx_status() 851 tbl_type.is_SGI != !!(mac_flags & IEEE80211_TX_RC_SHORT_GI) || in il4965_rs_tx_status() 852 tbl_type.is_ht40 != !!(mac_flags & IEEE80211_TX_RC_40_MHZ_WIDTH) || in il4965_rs_tx_status() 853 tbl_type.is_dup != !!(mac_flags & IEEE80211_TX_RC_DUP_DATA) || in il4965_rs_tx_status() 854 tbl_type.ant_type != info->status.antenna || in il4965_rs_tx_status() 878 (&tbl_type, &(lq_sta->lq_info[lq_sta->active_tbl]))) { in il4965_rs_tx_status() 883 (&tbl_type, &lq_sta->lq_info[1 - lq_sta->active_tbl])) { in il4965_rs_tx_status() 894 D_RATE("actual- lq:%x, ant:%x, SGI:%d\n", tbl_type.lq_type, in il4965_rs_tx_status() 895 tbl_type.ant_type, tbl_type.is_SGI); in il4965_rs_tx_status() [all …]
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/ |
H 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() 358 pool->tbl_type = pool_attr->table_type; in mlx5hws_pool_create()
|
H A D | table.h | 40 u32 mlx5hws_table_get_res_fw_ft_type(enum mlx5hws_table_type tbl_type, in mlx5hws_table_get_res_fw_ft_type() argument 43 if (tbl_type == MLX5HWS_TABLE_TYPE_FDB) in mlx5hws_table_get_res_fw_ft_type()
|
H 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() 2010 int mlx5hws_action_get_default_stc(struct mlx5hws_context *ctx, u8 tbl_type) in mlx5hws_action_get_default_stc() argument 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() [all …]
|
H 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()
|
H A D | table.c | 50 u8 tbl_type = tbl->type; in hws_table_up_default_fdb_miss_tbl() local 73 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 | 257 apply->tbl_type = tbl->type; in hws_rule_create_init()
|
/linux/drivers/net/wireless/intel/iwlwifi/dvm/ |
H A D | rs.c | 860 struct iwl_scale_tbl_info tbl_type; in rs_tx_status() local 895 rs_get_tbl_info_from_mcs(tx_rate, priv->band, &tbl_type, &rs_index); in rs_tx_status() 914 (tbl_type.is_SGI != !!(mac_flags & IEEE80211_TX_RC_SHORT_GI)) || in rs_tx_status() 915 (tbl_type.is_ht40 != !!(mac_flags & IEEE80211_TX_RC_40_MHZ_WIDTH)) || in rs_tx_status() 916 (tbl_type.is_dup != !!(mac_flags & IEEE80211_TX_RC_DUP_DATA)) || in rs_tx_status() 917 (tbl_type.ant_type != info->status.antenna) || in rs_tx_status() 939 if (table_type_matches(&tbl_type, in rs_tx_status() 943 } else 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() 974 rs_get_tbl_info_from_mcs(tx_rate, priv->band, &tbl_type, in rs_tx_status() [all …]
|