Searched refs:dst_field (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/ |
| H A D | pat_arg.c | 59 field = MLX5_GET(copy_action_in, &actions[i], dst_field); in mlx5hws_pat_require_reparse() 488 u16 *src_field, u16 *dst_field) in hws_action_modify_get_target_fields() argument 494 *dst_field = MLX5_GET(set_action_in, pattern, field); in hws_action_modify_get_target_fields() 498 *dst_field = MLX5_GET(copy_action_in, pattern, dst_field); in hws_action_modify_get_target_fields() 542 u16 dst_field = INVALID_FIELD; in mlx5hws_pat_calc_nop() local 549 &src_field, &dst_field); in mlx5hws_pat_calc_nop() 557 (dst_field != INVALID_FIELD || in mlx5hws_pat_calc_nop() 560 (dst_field == prev_src_field || in mlx5hws_pat_calc_nop() 563 dst_field == prev_dst_field); in mlx5hws_pat_calc_nop() 578 prev_dst_field = dst_field; in mlx5hws_pat_calc_nop()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
| H A D | psp.c | 154 MLX5_SET(copy_action_in, action, dst_field, MLX5_ACTION_IN_FIELD_METADATA_REG_B); in accel_psp_fs_rx_err_add_rule()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | eswitch_offloads.c | 2311 MLX5_SET(copy_action_in, modact, dst_field, in esw_create_restore_table()
|
| /linux/include/linux/mlx5/ |
| H A D | mlx5_ifc.h | 7275 u8 dst_field[0xc]; member
|