Searched refs:accel_tcp (Results 1 – 3 of 3) sorted by relevance
267 struct mlx5e_accel_fs_tcp *accel_tcp = mlx5e_fs_get_accel_tcp(fs); in accel_fs_tcp_create_table() local269 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() local331 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() local361 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() local381 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 …]
66 struct mlx5e_accel_fs_tcp *accel_tcp; member1567 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() argument1572 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);