Searched refs:accel_tcp (Results 1 – 3 of 3) sorted by relevance
266 struct mlx5e_accel_fs_tcp *accel_tcp = mlx5e_fs_get_accel_tcp(fs); in accel_fs_tcp_create_table() local268 struct mlx5e_flow_table *ft = &accel_tcp->tables[type]; in accel_fs_tcp_create_table()323 struct mlx5e_accel_fs_tcp *accel_tcp = mlx5e_fs_get_accel_tcp(fs); in accel_fs_tcp_enable() local330 dest.ft = accel_tcp->tables[i].t; in accel_fs_tcp_enable()360 if (!accel_tcp) in mlx5e_accel_fs_tcp_destroy()368 kfree(accel_tcp); in mlx5e_accel_fs_tcp_destroy()374 struct mlx5e_accel_fs_tcp *accel_tcp; in mlx5e_accel_fs_tcp_create() local380 accel_tcp = kzalloc(sizeof(*accel_tcp), GFP_KERNEL); in mlx5e_accel_fs_tcp_create()381 if (!accel_tcp) in mlx5e_accel_fs_tcp_create()383 mlx5e_fs_set_accel_tcp(fs, accel_tcp); in mlx5e_accel_fs_tcp_create()[all …]
66 struct mlx5e_accel_fs_tcp *accel_tcp; member1566 return fs->accel_tcp; in mlx5e_fs_get_accel_tcp()1569 void mlx5e_fs_set_accel_tcp(struct mlx5e_flow_steering *fs, struct mlx5e_accel_fs_tcp *accel_tcp) in mlx5e_fs_set_accel_tcp() argument1571 fs->accel_tcp = accel_tcp; in mlx5e_fs_set_accel_tcp()
175 void mlx5e_fs_set_accel_tcp(struct mlx5e_flow_steering *fs, struct mlx5e_accel_fs_tcp *accel_tcp);
Completed in 8 milliseconds