Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dmlx5hws_cmd.c189 u32 total_dest_sz; in mlx5hws_cmd_set_fte() local
200 total_dest_sz = dest_entry_sz * fte_attr->dests_num; in mlx5hws_cmd_set_fte()
201 inlen = align((MLX5_ST_SZ_BYTES(set_fte_in) + total_dest_sz), DW_SIZE); in mlx5hws_cmd_set_fte()