Searched refs:rtc_attr (Results 1 – 6 of 6) sorted by relevance
| /drivers/net/ethernet/mellanox/mlx5/core/steering/hws/ |
| A D | action_ste_pool.c | 48 struct mlx5hws_cmd_rtc_create_attr rtc_attr = { 0 }; in hws_action_ste_table_create_single_rtc() local 51 rtc_attr.log_depth = 0; in hws_action_ste_table_create_single_rtc() 55 rtc_attr.is_frst_jumbo = false; in hws_action_ste_table_create_single_rtc() 56 rtc_attr.miss_ft_id = 0; in hws_action_ste_table_create_single_rtc() 57 rtc_attr.pd = ctx->pd_num; in hws_action_ste_table_create_single_rtc() 61 rtc_attr.table_type = FS_FT_FDB_TX; in hws_action_ste_table_create_single_rtc() 62 rtc_attr.ste_base = in hws_action_ste_table_create_single_rtc() 64 rtc_attr.stc_base = in hws_action_ste_table_create_single_rtc() 66 rtc_attr.log_size = in hws_action_ste_table_create_single_rtc() 70 rtc_attr.table_type = FS_FT_FDB_RX; in hws_action_ste_table_create_single_rtc() [all …]
|
| A D | matcher.c | 460 rtc_attr->log_size = 0; in hws_matcher_set_rtc_attr_sz() 461 rtc_attr->log_depth = 0; in hws_matcher_set_rtc_attr_sz() 482 rtc_attr.is_scnd_range = 0; in hws_matcher_create_rtc() 487 rtc_attr.update_index_mode = in hws_matcher_create_rtc() 493 rtc_attr.update_index_mode = in hws_matcher_create_rtc() 500 rtc_attr.access_index_mode = in hws_matcher_create_rtc() 502 rtc_attr.match_definer_0 = in hws_matcher_create_rtc() 509 rtc_attr.match_definer_0 = in hws_matcher_create_rtc() 514 rtc_attr.pd = ctx->pd_num; in hws_matcher_create_rtc() 522 rtc_attr.stc_base = obj_id; in hws_matcher_create_rtc() [all …]
|
| A D | cmd.c | 372 struct mlx5hws_cmd_rtc_create_attr *rtc_attr, in mlx5hws_cmd_rtc_create() argument 387 MLX5_SET(rtc, attr, ste_format_0, rtc_attr->is_frst_jumbo ? in mlx5hws_cmd_rtc_create() 391 if (rtc_attr->is_scnd_range) { in mlx5hws_cmd_rtc_create() 396 MLX5_SET(rtc, attr, pd, rtc_attr->pd); in mlx5hws_cmd_rtc_create() 397 MLX5_SET(rtc, attr, update_method, rtc_attr->fw_gen_wqe); in mlx5hws_cmd_rtc_create() 401 MLX5_SET(rtc, attr, log_depth, rtc_attr->log_depth); in mlx5hws_cmd_rtc_create() 402 MLX5_SET(rtc, attr, log_hash_size, rtc_attr->log_size); in mlx5hws_cmd_rtc_create() 403 MLX5_SET(rtc, attr, table_type, rtc_attr->table_type); in mlx5hws_cmd_rtc_create() 407 MLX5_SET(rtc, attr, stc_id, rtc_attr->stc_base); in mlx5hws_cmd_rtc_create() 408 MLX5_SET(rtc, attr, ste_table_base_id, rtc_attr->ste_base); in mlx5hws_cmd_rtc_create() [all …]
|
| A D | action.c | 1623 rtc_attr.log_size = 0; in hws_action_create_dest_match_range_table() 1624 rtc_attr.log_depth = 0; in hws_action_create_dest_match_range_table() 1625 rtc_attr.miss_ft_id = miss_ft_id; in hws_action_create_dest_match_range_table() 1626 rtc_attr.num_hash_definer = 1; in hws_action_create_dest_match_range_table() 1630 rtc_attr.fw_gen_wqe = true; in hws_action_create_dest_match_range_table() 1631 rtc_attr.is_scnd_range = true; in hws_action_create_dest_match_range_table() 1635 rtc_attr.pd = ctx->pd_num; in hws_action_create_dest_match_range_table() 1636 rtc_attr.ste_base = obj_id; in hws_action_create_dest_match_range_table() 1643 rtc_attr.stc_base = obj_id; in hws_action_create_dest_match_range_table() 1653 rtc_attr.ste_base = obj_id; in hws_action_create_dest_match_range_table() [all …]
|
| A D | cmd.h | 261 struct mlx5hws_cmd_rtc_create_attr *rtc_attr,
|
| /drivers/rtc/ |
| A D | sysfs.c | 301 __ATTRIBUTE_GROUPS(rtc_attr);
|
Completed in 779 milliseconds