Home
last modified time | relevance | path

Searched refs:MLX5_UN_SZ_BYTES (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.4/drivers/infiniband/hw/mlx5/
Dflow.c406 MLX5_UN_SZ_BYTES(set_action_in_add_action_in_auto)); in UVERBS_HANDLER()
622 UVERBS_ATTR_MIN_SIZE(MLX5_UN_SZ_BYTES(
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/steering/
Dfs_dr.c491 actions_sz = MLX5_UN_SZ_BYTES(set_action_in_add_action_in_auto) * in mlx5_cmd_dr_modify_header_alloc()
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/
Dmain.c381 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()
Dfs_cmd.c806 actions_size = MLX5_UN_SZ_BYTES(set_action_in_add_action_in_auto) * num_actions; in mlx5_cmd_modify_header_alloc()
Den_tc.c211 #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()
Deswitch_offloads.c1808 u8 action[MLX5_UN_SZ_BYTES(set_action_in_add_action_in_auto)] = {}; in esw_vport_add_ingress_acl_modify_metadata()
/Linux-v5.4/include/linux/mlx5/
Ddevice.h67 #define MLX5_UN_SZ_BYTES(typ) (sizeof(union mlx5_ifc_##typ##_bits) / 8) macro