Searched refs:fs_fte (Results 1 – 7 of 7) sorted by relevance
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/ |
D | fs_cmd.h | 62 struct fs_fte *fte); 68 struct fs_fte *fte); 72 struct fs_fte *fte);
|
D | fs_cmd.c | 94 struct fs_fte *fte) in mlx5_cmd_stub_create_fte() 103 struct fs_fte *fte) in mlx5_cmd_stub_update_fte() 110 struct fs_fte *fte) in mlx5_cmd_stub_delete_fte() 457 struct fs_fte *fte, bool *extended_dest) in mlx5_set_extended_dest() 496 mlx5_cmd_set_fte_flow_meter(struct fs_fte *fte, void *in_flow_context) in mlx5_cmd_set_fte_flow_meter() 522 struct fs_fte *fte) in mlx5_cmd_set_fte() 752 struct fs_fte *fte) in mlx5_cmd_create_fte() 764 struct fs_fte *fte) in mlx5_cmd_update_fte() 780 struct fs_fte *fte) in mlx5_cmd_delete_fte()
|
D | fs_core.c | 337 .key_len = sizeof_field(struct fs_fte, val), 338 .key_offset = offsetof(struct fs_fte, val), 339 .head_offset = offsetof(struct fs_fte, hash), 369 find_flow_rule(struct fs_fte *fte, 595 static void modify_fte(struct fs_fte *fte) in modify_fte() 619 struct fs_fte *fte; in del_sw_hw_rule() 667 struct fs_fte *fte; in del_hw_fte() 692 struct fs_fte *fte; in del_sw_fte() 747 static int insert_fte(struct mlx5_flow_group *fg, struct fs_fte *fte) in insert_fte() 772 static struct fs_fte *alloc_fte(struct mlx5_flow_table *ft, in alloc_fte() [all …]
|
D | fs_core.h | 232 struct fs_fte { struct
|
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/diag/ |
D | fs_tracepoint.h | 181 TP_PROTO(const struct fs_fte *fte, int new_fte), 184 __field(const struct fs_fte *, fte) 258 TP_PROTO(const struct fs_fte *fte), 261 __field(const struct fs_fte *, fte) 278 __field(const struct fs_fte *, fte) 308 __field(const struct fs_fte *, fte)
|
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
D | fs_dr.h | 11 struct fs_fte;
|
D | fs_dr.c | 256 struct fs_fte *fte) in mlx5_cmd_dr_create_fte() 730 struct fs_fte *fte) in mlx5_cmd_dr_delete_fte() 756 struct fs_fte *fte) in mlx5_cmd_dr_update_fte() 758 struct fs_fte fte_tmp = {}; in mlx5_cmd_dr_update_fte()
|