Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/en/
Dmod_hdr.c7 #define MLX5_MH_ACT_SZ MLX5_UN_SZ_BYTES(set_add_copy_action_in_auto)
Dtc_ct.c616 action_size = MLX5_UN_SZ_BYTES(set_add_copy_action_in_auto); in mlx5_tc_ct_entry_create_nat()
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/esw/acl/
Dingress_ofld.c65 u8 action[MLX5_UN_SZ_BYTES(set_add_copy_action_in_auto)] = {}; in esw_acl_ingress_mod_metadata_create()
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
Dipsec_fs.c55 u8 action[MLX5_UN_SZ_BYTES(set_add_copy_action_in_auto)] = {}; in rx_err_add_rule()
465 u8 action[MLX5_UN_SZ_BYTES(set_add_copy_action_in_auto)] = {}; in rx_add_rule()
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/
Dpci_irq.c125 MLX5_UN_SZ_BYTES(hca_cap_union)); in mlx5_set_msix_vec_count()
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.c876 actions_size = MLX5_UN_SZ_BYTES(set_add_copy_action_in_auto) * num_actions; in mlx5_cmd_modify_header_alloc()
Den_tc.c74 #define MLX5_MH_ACT_SZ MLX5_UN_SZ_BYTES(set_add_copy_action_in_auto)
2710 action_size = MLX5_UN_SZ_BYTES(set_add_copy_action_in_auto); in offload_pedit_fields()
2840 action_size = MLX5_UN_SZ_BYTES(set_add_copy_action_in_auto); in alloc_mod_hdr_actions()
Deswitch_offloads.c2021 u8 modact[MLX5_UN_SZ_BYTES(set_add_copy_action_in_auto)] = {}; in esw_create_restore_table()
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/lib/
Dfs_chains.c211 char modact[MLX5_UN_SZ_BYTES(set_add_copy_action_in_auto)]; in create_chain_restore()
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/steering/
Dfs_dr.c607 actions_sz = MLX5_UN_SZ_BYTES(set_add_copy_action_in_auto) * in mlx5_cmd_dr_modify_header_alloc()
/Linux-v5.15/drivers/infiniband/hw/mlx5/
Dfs.c2214 MLX5_UN_SZ_BYTES(set_add_copy_action_in_auto)); in UVERBS_HANDLER()
2442 UVERBS_ATTR_MIN_SIZE(MLX5_UN_SZ_BYTES(
/Linux-v5.15/include/linux/mlx5/
Ddevice.h67 #define MLX5_UN_SZ_BYTES(typ) (sizeof(union mlx5_ifc_##typ##_bits) / 8) macro