Searched refs:MLX5_UN_SZ_BYTES (Results 1 – 7 of 7) sorted by relevance
406 MLX5_UN_SZ_BYTES(set_action_in_add_action_in_auto)); in UVERBS_HANDLER()622 UVERBS_ATTR_MIN_SIZE(MLX5_UN_SZ_BYTES(
491 actions_sz = MLX5_UN_SZ_BYTES(set_action_in_add_action_in_auto) * in mlx5_cmd_dr_modify_header_alloc()
381 MLX5_UN_SZ_BYTES(hca_cap_union)); in mlx5_core_get_caps_mode()385 MLX5_UN_SZ_BYTES(hca_cap_union)); in mlx5_core_get_caps_mode()
806 actions_size = MLX5_UN_SZ_BYTES(set_action_in_add_action_in_auto) * num_actions; in mlx5_cmd_modify_header_alloc()
211 #define MLX5_MH_ACT_SZ MLX5_UN_SZ_BYTES(set_action_in_add_action_in_auto)2354 action_size = MLX5_UN_SZ_BYTES(set_action_in_add_action_in_auto); in offload_pedit_fields()2484 action_size = MLX5_UN_SZ_BYTES(set_action_in_add_action_in_auto); in alloc_mod_hdr_actions()
1808 u8 action[MLX5_UN_SZ_BYTES(set_action_in_add_action_in_auto)] = {}; in esw_vport_add_ingress_acl_modify_metadata()
67 #define MLX5_UN_SZ_BYTES(typ) (sizeof(union mlx5_ifc_##typ##_bits) / 8) macro