Searched defs:fs_ops (Results 1 – 2 of 2) sorted by relevance
74 struct fs_ops { struct75 int (*setup_data)(struct net_device *dev);76 int (*allocate_bd)(struct net_device *dev);77 void (*free_bd)(struct net_device *dev);78 void (*cleanup_data)(struct net_device *dev);79 void (*set_multicast_list)(struct net_device *dev);80 void (*adjust_link)(struct net_device *dev);81 void (*restart)(struct net_device *dev);82 void (*stop)(struct net_device *dev);83 void (*napi_clear_event)(struct net_device *dev);[all …]
79 struct mlx5_ct_fs_ops *fs_ops; member2047 struct mlx5_ct_fs_ops *fs_ops = mlx5_ct_fs_dmfs_ops_get(); in mlx5_tc_ct_fs_init() local