Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
Dfs_tcp.c267 struct mlx5e_accel_fs_tcp *accel_tcp = mlx5e_fs_get_accel_tcp(fs); in accel_fs_tcp_create_table() local
269 struct mlx5e_flow_table *ft = &accel_tcp->tables[type]; in accel_fs_tcp_create_table()
324 struct mlx5e_accel_fs_tcp *accel_tcp = mlx5e_fs_get_accel_tcp(fs); in accel_fs_tcp_enable() local
331 dest.ft = accel_tcp->tables[i].t; in accel_fs_tcp_enable()
358 struct mlx5e_accel_fs_tcp *accel_tcp = mlx5e_fs_get_accel_tcp(fs); in mlx5e_accel_fs_tcp_destroy() local
361 if (!accel_tcp) in mlx5e_accel_fs_tcp_destroy()
369 kfree(accel_tcp); in mlx5e_accel_fs_tcp_destroy()
375 struct mlx5e_accel_fs_tcp *accel_tcp; in mlx5e_accel_fs_tcp_create() local
381 accel_tcp = kzalloc(sizeof(*accel_tcp), GFP_KERNEL); in mlx5e_accel_fs_tcp_create()
382 if (!accel_tcp) in mlx5e_accel_fs_tcp_create()
[all …]
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/
Den_fs.c66 struct mlx5e_accel_fs_tcp *accel_tcp; member
1567 return fs->accel_tcp; in mlx5e_fs_get_accel_tcp()
1570 void mlx5e_fs_set_accel_tcp(struct mlx5e_flow_steering *fs, struct mlx5e_accel_fs_tcp *accel_tcp) in mlx5e_fs_set_accel_tcp() argument
1572 fs->accel_tcp = accel_tcp; in mlx5e_fs_set_accel_tcp()
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/en/
Dfs.h175 void mlx5e_fs_set_accel_tcp(struct mlx5e_flow_steering *fs, struct mlx5e_accel_fs_tcp *accel_tcp);