Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Dmain.c430 MLX5_UN_SZ_BYTES(hca_cap_union)); in mlx5_core_get_caps_mode()
434 MLX5_UN_SZ_BYTES(hca_cap_union)); in mlx5_core_get_caps_mode()
Dfs_cmd.c683 actions_size = MLX5_UN_SZ_BYTES(set_action_in_add_action_in_auto) * num_actions; in mlx5_modify_header_alloc()
Den_tc.c154 #define MLX5_MH_ACT_SZ MLX5_UN_SZ_BYTES(set_action_in_add_action_in_auto)
1768 action_size = MLX5_UN_SZ_BYTES(set_action_in_add_action_in_auto); in offload_pedit_fields()
1862 action_size = MLX5_UN_SZ_BYTES(set_action_in_add_action_in_auto); in alloc_mod_hdr_actions()
/Linux-v4.19/include/linux/mlx5/
Ddevice.h67 #define MLX5_UN_SZ_BYTES(typ) (sizeof(union mlx5_ifc_##typ##_bits) / 8) macro