Home
last modified time | relevance | path

Searched refs:fs_ctx (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dfs_hws.c24 struct mlx5_fs_hws_context *fs_ctx) in mlx5_fs_init_hws_actions_pool() argument
27 struct mlx5_fs_hws_actions_pool *hws_pool = &fs_ctx->hws_pool; in mlx5_fs_init_hws_actions_pool()
29 struct mlx5hws_context *ctx = fs_ctx->hws_ctx; in mlx5_fs_init_hws_actions_pool()
90 static void mlx5_fs_cleanup_hws_actions_pool(struct mlx5_fs_hws_context *fs_ctx) in mlx5_fs_cleanup_hws_actions_pool() argument
92 struct mlx5_fs_hws_actions_pool *hws_pool = &fs_ctx->hws_pool; in mlx5_fs_cleanup_hws_actions_pool()
201 struct mlx5_fs_hws_context *fs_ctx = &ns->fs_hws_context; in mlx5_fs_add_flow_table_dest_action() local
206 dest_ft_action = mlx5hws_action_create_dest_table_num(fs_ctx->hws_ctx, in mlx5_fs_add_flow_table_dest_action()
213 dests_xa = &fs_ctx->hws_pool.table_dests; in mlx5_fs_add_flow_table_dest_action()
223 struct mlx5_fs_hws_context *fs_ctx = &ns->fs_hws_context; in mlx5_fs_del_flow_table_dest_action() local
228 dests_xa = &fs_ctx->hws_pool.table_dests; in mlx5_fs_del_flow_table_dest_action()
[all …]
/linux/fs/smb/client/
H A Ddfs.c60 struct smb3_fs_context *ctx = mnt_ctx->fs_ctx; in get_session()
77 struct smb3_fs_context *ctx = mnt_ctx->fs_ctx; in set_root_smb_session()
104 struct smb3_fs_context *ctx = rw->mnt_ctx->fs_ctx; in setup_dfs_ref()
135 struct smb3_fs_context *ctx = rw->mnt_ctx->fs_ctx; in __dfs_referral_walk()
204 struct smb3_fs_context *ctx = mnt_ctx->fs_ctx; in __dfs_mount_share()
267 struct smb3_fs_context *ctx = mnt_ctx->fs_ctx; in dfs_mount_share()
H A Ddfs.h167 struct smb3_fs_context *ctx = mnt_ctx->fs_ctx; in dfs_get_referral()
H A Dconnect.c3656 if (WARN_ON_ONCE(!mnt_ctx || !mnt_ctx->fs_ctx)) { in cifs_mount_get_session()
3660 ctx = mnt_ctx->fs_ctx; in cifs_mount_get_session()
3701 if (WARN_ON_ONCE(!mnt_ctx || !mnt_ctx->server || !mnt_ctx->ses || !mnt_ctx->fs_ctx || in cifs_mount_get_tcon()
3707 ctx = mnt_ctx->fs_ctx; in cifs_mount_get_tcon()
3866 struct smb3_fs_context *ctx = mnt_ctx->fs_ctx; in cifs_is_path_remote()
3905 struct cifs_mount_ctx mnt_ctx = { .cifs_sb = cifs_sb, .fs_ctx = ctx, }; in cifs_mount()
3947 struct cifs_mount_ctx mnt_ctx = { .cifs_sb = cifs_sb, .fs_ctx = ctx, }; in cifs_mount()
H A Dcifsglob.h1792 struct smb3_fs_context *fs_ctx; member