Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dmod_hdr.c7 #define MLX5_MH_ACT_SZ MLX5_UN_SZ_BYTES(set_add_copy_action_in_auto)
H A Dtc_ct.c615 action_size = MLX5_UN_SZ_BYTES(set_add_copy_action_in_auto); in mlx5_tc_ct_entry_create_nat()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dipsec_fs.c55 u8 action[MLX5_UN_SZ_BYTES(set_add_copy_action_in_auto)] = {}; in rx_err_add_rule()
464 u8 action[MLX5_UN_SZ_BYTES(set_add_copy_action_in_auto)] = {}; in rx_add_rule()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/esw/acl/
H A Dingress_ofld.c65 u8 action[MLX5_UN_SZ_BYTES(set_add_copy_action_in_auto)] = {}; in esw_acl_ingress_mod_metadata_create()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/
H A Dmain.c391 MLX5_UN_SZ_BYTES(hca_cap_union)); in mlx5_core_get_caps_mode()
395 MLX5_UN_SZ_BYTES(hca_cap_union)); in mlx5_core_get_caps_mode()
H A Dfs_cmd.c803 actions_size = MLX5_UN_SZ_BYTES(set_add_copy_action_in_auto) * num_actions; in mlx5_cmd_modify_header_alloc()
H A Den_tc.c73 #define MLX5_MH_ACT_SZ MLX5_UN_SZ_BYTES(set_add_copy_action_in_auto)
2884 action_size = MLX5_UN_SZ_BYTES(set_add_copy_action_in_auto); in offload_pedit_fields()
3011 action_size = MLX5_UN_SZ_BYTES(set_add_copy_action_in_auto); in alloc_mod_hdr_actions()
H A Deswitch_offloads.c1647 u8 modact[MLX5_UN_SZ_BYTES(set_add_copy_action_in_auto)] = {}; in esw_create_restore_table()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Dfs_dr.c579 actions_sz = MLX5_UN_SZ_BYTES(set_add_copy_action_in_auto) * in mlx5_cmd_dr_modify_header_alloc()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dfs_chains.c295 u8 modact[MLX5_UN_SZ_BYTES(set_add_copy_action_in_auto)] = {}; in create_chain_restore()
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/mlx5/
H A Dfs.c2216 MLX5_UN_SZ_BYTES(set_add_copy_action_in_auto)); in UVERBS_HANDLER()
2439 UVERBS_ATTR_MIN_SIZE(MLX5_UN_SZ_BYTES(
/OK3568_Linux_fs/kernel/include/linux/mlx5/
H A Ddevice.h67 #define MLX5_UN_SZ_BYTES(typ) (sizeof(union mlx5_ifc_##typ##_bits) / 8) macro