Searched refs:fs_ops (Results 1 – 6 of 6) sorted by relevance
74 struct fs_ops { struct130 const struct fs_ops *ops;228 extern const struct fs_ops fs_fec_ops;229 extern const struct fs_ops fs_fcc_ops;230 extern const struct fs_ops fs_scc_ops;
448 const struct fs_ops fs_fec_ops = {
456 const struct fs_ops fs_scc_ops = {
559 const struct fs_ops fs_fcc_ops = {
859 const struct fs_ops *ops; in fs_enet_probe()
81 struct mlx5_ct_fs_ops *fs_ops; member529 ct_priv->fs_ops->ct_rule_del(ct_priv->fs, zone_rule->rule); in mlx5_tc_ct_entry_del_rule()911 err = ct_priv->fs_ops->ct_rule_update(ct_priv->fs, zone_rule->rule, spec, attr); in mlx5_tc_ct_entry_update_rule()2094 struct mlx5_ct_fs_ops *fs_ops = mlx5_ct_fs_dmfs_ops_get(); in mlx5_tc_ct_fs_init() local2100 fs_ops = mlx5_ct_fs_hmfs_ops_get(); in mlx5_tc_ct_fs_init()2103 fs_ops = mlx5_ct_fs_smfs_ops_get(); in mlx5_tc_ct_fs_init()2106 if (!fs_ops) { in mlx5_tc_ct_fs_init()2112 ct_priv->fs = kzalloc(sizeof(*ct_priv->fs) + fs_ops->priv_size, GFP_KERNEL); in mlx5_tc_ct_fs_init()2118 ct_priv->fs_ops = fs_ops; in mlx5_tc_ct_fs_init()2120 err = ct_priv->fs_ops->init(ct_priv->fs, ct_priv->ct, ct_priv->ct_nat, post_ct); in mlx5_tc_ct_fs_init()[all …]