Home
last modified time | relevance | path

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

/linux-6.15/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
29 struct mlx5hws_context *ctx = fs_ctx->hws_ctx; in mlx5_fs_init_hws_actions_pool()
213 dests_xa = &fs_ctx->hws_pool.table_dests; in mlx5_fs_add_flow_table_dest_action()
228 dests_xa = &fs_ctx->hws_pool.table_dests; in mlx5_fs_del_flow_table_dest_action()
509 meters_xa = &fs_ctx->hws_pool.aso_meters; in mlx5_fs_get_action_aso_meter()
528 meters_xa = &fs_ctx->hws_pool.aso_meters; in mlx5_fs_put_action_aso_meter()
602 return fs_ctx->hws_pool.pop_vlan_action; in mlx5_fs_get_action_pop_vlan()
608 return fs_ctx->hws_pool.decapl2_action; in mlx5_fs_get_action_decap_tnl_l2_to_l2()
614 return fs_ctx->hws_pool.drop_action; in mlx5_fs_get_dest_action_drop()
620 return fs_ctx->hws_pool.tag_action; in mlx5_fs_get_action_tag()
[all …]
/linux-6.15/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.c3655 if (WARN_ON_ONCE(!mnt_ctx || !mnt_ctx->fs_ctx)) { in cifs_mount_get_session()
3659 ctx = mnt_ctx->fs_ctx; in cifs_mount_get_session()
3700 if (WARN_ON_ONCE(!mnt_ctx || !mnt_ctx->server || !mnt_ctx->ses || !mnt_ctx->fs_ctx || in cifs_mount_get_tcon()
3706 ctx = mnt_ctx->fs_ctx; in cifs_mount_get_tcon()
3859 struct smb3_fs_context *ctx = mnt_ctx->fs_ctx; in cifs_is_path_remote()
3898 struct cifs_mount_ctx mnt_ctx = { .cifs_sb = cifs_sb, .fs_ctx = ctx, }; in cifs_mount()
3938 struct cifs_mount_ctx mnt_ctx = { .cifs_sb = cifs_sb, .fs_ctx = ctx, }; in cifs_mount()
H A Dcifsglob.h1804 struct smb3_fs_context *fs_ctx; member