Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_fs_cmd.c339 max_actions = MLX5_CAP_ESW_FLOWTABLE_FDB(dev, max_modify_header_actions); in mlx5_cmd_modify_header_alloc()
344 max_actions = MLX5_CAP_FLOWTABLE_NIC_RX(dev, max_modify_header_actions); in mlx5_cmd_modify_header_alloc()
348 max_actions = MLX5_CAP_ESW_INGRESS_ACL(dev, max_modify_header_actions); in mlx5_cmd_modify_header_alloc()
/freebsd/sys/dev/mlx5/
H A Dmlx5_ifc.h482 u8 max_modify_header_actions[0x8]; member