Searched refs:fs_ops (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/net/ethernet/freescale/fs_enet/ |
| H A D | fs_enet.h | 74 struct fs_ops { struct 130 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;
|
| H A D | mac-fec.c | 448 const struct fs_ops fs_fec_ops = {
|
| H A D | mac-scc.c | 456 const struct fs_ops fs_scc_ops = {
|
| H A D | mac-fcc.c | 559 const struct fs_ops fs_fcc_ops = {
|
| /linux/tools/testing/selftests/filesystems/fuse/ |
| H A D | fuse_acl_cache_test.c | 173 static const struct fuse_lowlevel_ops fs_ops = { variable 212 self->se = fuse_session_new(&args, &fs_ops, sizeof(fs_ops), NULL); in FIXTURE_SETUP()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
| H A D | tc_ct.c | 81 struct mlx5_ct_fs_ops *fs_ops; member 529 ct_priv->fs_ops->ct_rule_del(ct_priv->fs, zone_rule->rule); in mlx5_tc_ct_entry_del_rule() 854 zone_rule->rule = ct_priv->fs_ops->ct_rule_add(ct_priv->fs, spec, attr, flow_rule); in mlx5_tc_ct_entry_add_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() 2097 struct mlx5_ct_fs_ops *fs_ops = mlx5_ct_fs_dmfs_ops_get(); in mlx5_tc_ct_fs_init() local 2103 fs_ops = mlx5_ct_fs_hmfs_ops_get(); in mlx5_tc_ct_fs_init() 2106 fs_ops = mlx5_ct_fs_smfs_ops_get(); in mlx5_tc_ct_fs_init() 2109 if (!fs_ops) { in mlx5_tc_ct_fs_init() 2115 ct_priv->fs = kzalloc(sizeof(*ct_priv->fs) + fs_ops->priv_size, GFP_KERNEL); in mlx5_tc_ct_fs_init() 2121 ct_priv->fs_ops = fs_ops; in mlx5_tc_ct_fs_init() [all …]
|