Home
last modified time | relevance | path

Searched defs:fs (Results 1 – 25 of 165) sorted by relevance

1234567

/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_fs.c109 struct dentry *mlx5e_fs_get_debugfs_root(struct mlx5e_flow_steering *fs) in mlx5e_fs_get_debugfs_root()
170 static int mlx5e_vport_context_update_vlans(struct mlx5e_flow_steering *fs) in mlx5e_vport_context_update_vlans()
219 static int __mlx5e_add_vlan_rule(struct mlx5e_flow_steering *fs, in __mlx5e_add_vlan_rule()
292 static int mlx5e_add_vlan_rule(struct mlx5e_flow_steering *fs, in mlx5e_add_vlan_rule()
312 static void mlx5e_fs_del_vlan_rule(struct mlx5e_flow_steering *fs, in mlx5e_fs_del_vlan_rule()
350 static void mlx5e_fs_del_any_vid_rules(struct mlx5e_flow_steering *fs) in mlx5e_fs_del_any_vid_rules()
356 static int mlx5e_fs_add_any_vid_rules(struct mlx5e_flow_steering *fs) in mlx5e_fs_add_any_vid_rules()
388 int mlx5e_add_vlan_trap(struct mlx5e_flow_steering *fs, int trap_id, int tir_num) in mlx5e_add_vlan_trap()
405 void mlx5e_remove_vlan_trap(struct mlx5e_flow_steering *fs) in mlx5e_remove_vlan_trap()
413 int mlx5e_add_mac_trap(struct mlx5e_flow_steering *fs, int trap_id, int tir_num) in mlx5e_add_mac_trap()
[all …]
H A Den_fs_ethtool.c82 struct ethtool_rx_flow_spec *fs, in get_flow_table()
233 parse_tcp4(void *headers_c, void *headers_v, struct ethtool_rx_flow_spec *fs) in parse_tcp4()
246 parse_udp4(void *headers_c, void *headers_v, struct ethtool_rx_flow_spec *fs) in parse_udp4()
259 parse_ip4(void *headers_c, void *headers_v, struct ethtool_rx_flow_spec *fs) in parse_ip4()
274 parse_ip6(void *headers_c, void *headers_v, struct ethtool_rx_flow_spec *fs) in parse_ip6()
289 parse_tcp6(void *headers_c, void *headers_v, struct ethtool_rx_flow_spec *fs) in parse_tcp6()
302 parse_udp6(void *headers_c, void *headers_v, struct ethtool_rx_flow_spec *fs) in parse_udp6()
315 parse_ether(void *headers_c, void *headers_v, struct ethtool_rx_flow_spec *fs) in parse_ether()
347 struct ethtool_rx_flow_spec *fs) in set_flow_attrs()
424 struct ethtool_rx_flow_spec *fs, in flow_get_tirn()
[all …]
H A Den_arfs.c122 static int arfs_disable(struct mlx5e_flow_steering *fs) in arfs_disable()
142 int mlx5e_arfs_disable(struct mlx5e_flow_steering *fs) in mlx5e_arfs_disable()
159 int mlx5e_arfs_enable(struct mlx5e_flow_steering *fs) in mlx5e_arfs_enable()
189 static void _mlx5e_cleanup_tables(struct mlx5e_flow_steering *fs) in _mlx5e_cleanup_tables()
202 void mlx5e_arfs_destroy_tables(struct mlx5e_flow_steering *fs, bool ntuple) in mlx5e_arfs_destroy_tables()
214 static int arfs_add_default_rule(struct mlx5e_flow_steering *fs, in arfs_add_default_rule()
348 static int arfs_create_table(struct mlx5e_flow_steering *fs, in arfs_create_table()
385 int mlx5e_arfs_create_tables(struct mlx5e_flow_steering *fs, in mlx5e_arfs_create_tables()
456 static void arfs_del_rules(struct mlx5e_flow_steering *fs) in arfs_del_rules()
/linux/include/math-emu/
H A Dop-common.h36 #define _FP_UNPACK_CANONICAL(fs, wc, X) \ argument
89 #define _FP_PACK_CANONICAL(fs, wc, X) \ argument
209 #define _FP_ISSIGNAN(fs, wc, X) \ argument
229 #define _FP_ADD_INTERNAL(fs, wc, R, X, Y, OP) \ argument
369 #define _FP_ADD(fs, wc, R, X, Y) _FP_ADD_INTERNAL(fs, wc, R, X, Y, '+') argument
370 #define _FP_SUB(fs, wc, R, X, Y) \ argument
382 #define _FP_NEG(fs, wc, R, X) \ argument
395 #define _FP_MUL(fs, wc, R, X, Y) \ argument
460 #define _FP_DIV(fs, wc, R, X, Y) \ argument
531 #define _FP_CMP(fs, wc, ret, X, Y, un) \ argument
[all …]
H A Dop-1.h60 #define _FP_FRAC_OVERP_1(fs,X) (X##_f & _FP_OVERFLOW_##fs) argument
61 #define _FP_FRAC_CLEAR_OVERP_1(fs,X) (X##_f &= ~_FP_OVERFLOW_##fs) argument
75 #define _FP_UNPACK_RAW_1(fs, X, val) \ argument
84 #define _FP_UNPACK_RAW_1_P(fs, X, val) \ argument
98 #define _FP_PACK_RAW_1(fs, val, X) \ argument
109 #define _FP_PACK_RAW_1_P(fs, val, X) \ argument
189 #define _FP_DIV_MEAT_1_imm(fs, R, X, Y, doit) \ argument
204 #define _FP_DIV_MEAT_1_udiv_norm(fs, R, X, Y) \ argument
228 #define _FP_DIV_MEAT_1_udiv(fs, R, X, Y) \ argument
H A Dop-2.h111 #define _FP_FRAC_OVERP_2(fs,X) (_FP_FRAC_HIGH_##fs(X) & _FP_OVERFLOW_##fs) argument
112 #define _FP_FRAC_CLEAR_OVERP_2(fs,X) (_FP_FRAC_HIGH_##fs(X) &= ~_FP_OVERFLOW_##fs) argument
180 #define _FP_UNPACK_RAW_2(fs, X, val) \ argument
190 #define _FP_UNPACK_RAW_2_P(fs, X, val) \ argument
206 #define _FP_PACK_RAW_2(fs, val, X) \ argument
218 #define _FP_PACK_RAW_2_P(fs, val, X) \ argument
423 #define _FP_DIV_MEAT_2_udiv(fs, R, X, Y) \ argument
491 #define _FP_DIV_MEAT_2_gmp(fs, R, X, Y) \ argument
H A Dop-4.h134 #define _FP_FRAC_OVERP_4(fs,X) (_FP_FRAC_HIGH_##fs(X) & _FP_OVERFLOW_##fs) argument
135 #define _FP_FRAC_CLEAR_OVERP_4(fs,X) (_FP_FRAC_HIGH_##fs(X) &= ~_FP_OVERFLOW_##fs) argument
184 #define _FP_UNPACK_RAW_4(fs, X, val) \ argument
195 #define _FP_UNPACK_RAW_4_P(fs, X, val) \ argument
208 #define _FP_PACK_RAW_4(fs, val, X) \ argument
220 #define _FP_PACK_RAW_4_P(fs, val, X) \ argument
355 #define _FP_DIV_MEAT_4_udiv(fs, R, X, Y) \ argument
/linux/fs/
H A Dfs_struct.c15 void set_fs_root(struct fs_struct *fs, const struct path *path) in set_fs_root()
34 void set_fs_pwd(struct fs_struct *fs, const struct path *path) in set_fs_pwd()
61 struct fs_struct *fs; in chroot_fs_refs() local
88 void free_fs_struct(struct fs_struct *fs) in free_fs_struct()
97 struct fs_struct *fs = tsk->fs; in exit_fs() local
114 struct fs_struct *fs = kmem_cache_alloc(fs_cachep, GFP_KERNEL); in copy_fs_struct() local
135 struct fs_struct *fs = current->fs; in unshare_fs_struct() local
/linux/drivers/block/
H A Dswim3.c256 static bool swim3_end_request(struct floppy_state *fs, blk_status_t err, unsigned int nr_bytes) in swim3_end_request()
272 static void swim3_select(struct floppy_state *fs, int sel) in swim3_select()
284 static void swim3_action(struct floppy_state *fs, int action) in swim3_action()
296 static int swim3_readbit(struct floppy_state *fs, int bit) in swim3_readbit()
310 struct floppy_state *fs = hctx->queue->queuedata; in swim3_queue_rq() local
361 static void set_timeout(struct floppy_state *fs, int nticks, in set_timeout()
372 static inline void scan_track(struct floppy_state *fs) in scan_track()
385 static inline void seek_track(struct floppy_state *fs, int n) in seek_track()
431 static inline void setup_transfer(struct floppy_state *fs) in setup_transfer()
487 static void act(struct floppy_state *fs) in act()
[all …]
H A Dswim.c426 static inline int swim_track(struct floppy_state *fs, int track) in swim_track()
443 static int floppy_eject(struct floppy_state *fs) in floppy_eject()
457 static inline int swim_read_sector(struct floppy_state *fs, in swim_read_sector()
494 static blk_status_t floppy_read_sectors(struct floppy_state *fs, in floppy_read_sectors()
529 struct floppy_state *fs = hctx->queue->queuedata; in swim_queue_rq() local
565 static int get_floppy_geometry(struct floppy_state *fs, int type, in get_floppy_geometry()
583 static void setup_medium(struct floppy_state *fs) in setup_medium()
613 struct floppy_state *fs = disk->private_data; in floppy_open() local
673 struct floppy_state *fs = disk->private_data; in floppy_release() local
690 struct floppy_state *fs = bdev->bd_disk->private_data; in floppy_ioctl() local
[all …]
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dfs_tt_redirect.c77 mlx5e_fs_tt_redirect_udp_add_rule(struct mlx5e_flow_steering *fs, in mlx5e_fs_tt_redirect_udp_add_rule()
114 static int fs_udp_add_default_rule(struct mlx5e_flow_steering *fs, enum fs_udp_type type) in fs_udp_add_default_rule()
208 static int fs_udp_create_table(struct mlx5e_flow_steering *fs, enum fs_udp_type type) in fs_udp_create_table()
258 static int fs_udp_disable(struct mlx5e_flow_steering *fs) in fs_udp_disable()
276 static int fs_udp_enable(struct mlx5e_flow_steering *fs) in fs_udp_enable()
298 void mlx5e_fs_tt_redirect_udp_destroy(struct mlx5e_flow_steering *fs) in mlx5e_fs_tt_redirect_udp_destroy()
318 int mlx5e_fs_tt_redirect_udp_create(struct mlx5e_flow_steering *fs) in mlx5e_fs_tt_redirect_udp_create()
364 mlx5e_fs_tt_redirect_any_add_rule(struct mlx5e_flow_steering *fs, in mlx5e_fs_tt_redirect_any_add_rule()
396 static int fs_any_add_default_rule(struct mlx5e_flow_steering *fs) in fs_any_add_default_rule()
478 static int fs_any_create_table(struct mlx5e_flow_steering *fs) in fs_any_create_table()
[all …]
H A Dfs.h113 static inline int mlx5e_arfs_create_tables(struct mlx5e_flow_steering *fs, in mlx5e_arfs_create_tables()
116 static inline void mlx5e_arfs_destroy_tables(struct mlx5e_flow_steering *fs, bool ntuple) {} in mlx5e_arfs_destroy_tables()
117 static inline int mlx5e_arfs_enable(struct mlx5e_flow_steering *fs) in mlx5e_arfs_enable()
119 static inline int mlx5e_arfs_disable(struct mlx5e_flow_steering *fs) in mlx5e_arfs_disable()
213 #define fs_err(fs, fmt, ...) \ argument
216 #define fs_dbg(fs, fmt, ...) \ argument
219 #define fs_warn(fs, fmt, ...) \ argument
222 #define fs_warn_once(fs, fmt, ...) \ argument
H A Dfs_ethtool.h21 static inline void mlx5e_ethtool_init_steering(struct mlx5e_flow_steering *fs) { } in mlx5e_ethtool_init_steering()
22 static inline void mlx5e_ethtool_cleanup_steering(struct mlx5e_flow_steering *fs) { } in mlx5e_ethtool_cleanup_steering()
/linux/fs/fuse/
H A Dvirtio_fs.c155 struct virtio_fs *fs = vq->vdev->priv; in vq_to_fsvq() local
178 struct virtio_fs *fs = container_of(kobj, struct virtio_fs, kobj); in tag_show() local
206 static struct virtio_fs_vq *virtio_fs_kobj_to_vq(struct virtio_fs *fs, in virtio_fs_kobj_to_vq()
221 struct virtio_fs *fs = container_of(kobj->parent->parent, struct virtio_fs, kobj); in name_show() local
234 struct virtio_fs *fs = container_of(kobj->parent->parent, struct virtio_fs, kobj); in cpu_list_show() local
275 static void virtio_fs_put_locked(struct virtio_fs *fs) in virtio_fs_put_locked()
282 static void virtio_fs_put(struct virtio_fs *fs) in virtio_fs_put()
317 static void virtio_fs_drain_all_queues_locked(struct virtio_fs *fs) in virtio_fs_drain_all_queues_locked()
328 static void virtio_fs_drain_all_queues(struct virtio_fs *fs) in virtio_fs_drain_all_queues()
341 static void virtio_fs_start_all_queues(struct virtio_fs *fs) in virtio_fs_start_all_queues()
[all …]
/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dfs_tcp.c74 struct mlx5_flow_handle *mlx5e_accel_fs_add_sk(struct mlx5e_flow_steering *fs, in mlx5e_accel_fs_add_sk()
148 static int accel_fs_tcp_add_default_rule(struct mlx5e_flow_steering *fs, in accel_fs_tcp_add_default_rule()
265 static int accel_fs_tcp_create_table(struct mlx5e_flow_steering *fs, enum accel_fs_tcp_type type) in accel_fs_tcp_create_table()
303 static int accel_fs_tcp_disable(struct mlx5e_flow_steering *fs) in accel_fs_tcp_disable()
322 static int accel_fs_tcp_enable(struct mlx5e_flow_steering *fs) in accel_fs_tcp_enable()
344 static void accel_fs_tcp_destroy_table(struct mlx5e_flow_steering *fs, int i) in accel_fs_tcp_destroy_table()
356 void mlx5e_accel_fs_tcp_destroy(struct mlx5e_flow_steering *fs) in mlx5e_accel_fs_tcp_destroy()
373 int mlx5e_accel_fs_tcp_create(struct mlx5e_flow_steering *fs) in mlx5e_accel_fs_tcp_create()
H A Dfs_tcp.h17 static inline int mlx5e_accel_fs_tcp_create(struct mlx5e_flow_steering *fs) { return 0; } in mlx5e_accel_fs_tcp_create()
18 static inline void mlx5e_accel_fs_tcp_destroy(struct mlx5e_flow_steering *fs) {} in mlx5e_accel_fs_tcp_destroy()
19 static inline struct mlx5_flow_handle *mlx5e_accel_fs_add_sk(struct mlx5e_flow_steering *fs, in mlx5e_accel_fs_add_sk()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
H A Dct_fs_dmfs.c18 mlx5_ct_fs_dmfs_init(struct mlx5_ct_fs *fs, struct mlx5_flow_table *ct, in mlx5_ct_fs_dmfs_init()
25 mlx5_ct_fs_dmfs_destroy(struct mlx5_ct_fs *fs) in mlx5_ct_fs_dmfs_destroy()
30 mlx5_ct_fs_dmfs_ct_rule_add(struct mlx5_ct_fs *fs, struct mlx5_flow_spec *spec, in mlx5_ct_fs_dmfs_ct_rule_add()
58 mlx5_ct_fs_dmfs_ct_rule_del(struct mlx5_ct_fs *fs, struct mlx5_ct_fs_rule *fs_rule) in mlx5_ct_fs_dmfs_ct_rule_del()
68 static int mlx5_ct_fs_dmfs_ct_rule_update(struct mlx5_ct_fs *fs, struct mlx5_ct_fs_rule *fs_rule, in mlx5_ct_fs_dmfs_ct_rule_update()
/linux/drivers/clk/st/
H A Dclkgen-fsyn.c322 static int clk_fs660c32_vco_get_rate(unsigned long input, struct stm_fs *fs, in clk_fs660c32_vco_get_rate()
350 unsigned long output, struct stm_fs *fs) in clk_fs660c32_vco_get_params()
533 static void quadfs_fsynth_program_enable(struct st_clk_quadfs_fsynth *fs) in quadfs_fsynth_program_enable()
543 static void quadfs_fsynth_program_rate(struct st_clk_quadfs_fsynth *fs) in quadfs_fsynth_program_rate()
570 struct st_clk_quadfs_fsynth *fs = to_quadfs_fsynth(hw); in quadfs_fsynth_enable() local
595 struct st_clk_quadfs_fsynth *fs = to_quadfs_fsynth(hw); in quadfs_fsynth_disable() local
611 struct st_clk_quadfs_fsynth *fs = to_quadfs_fsynth(hw); in quadfs_fsynth_is_enabled() local
623 const struct stm_fs *fs, unsigned long *rate) in clk_fs660c32_dig_get_rate()
648 struct stm_fs *fs) in clk_fs660c32_get_pe()
683 unsigned long output, struct stm_fs *fs) in clk_fs660c32_dig_get_params()
[all …]
/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_tc_flower.c128 static void cxgb4_action_natmode_tweak(struct ch_filter_specification *fs, in cxgb4_action_natmode_tweak()
164 struct ch_filter_specification *fs) in cxgb4_process_flow_match()
362 static void offload_pedit(struct ch_filter_specification *fs, u32 val, u32 mask, in offload_pedit()
380 static void process_pedit_field(struct ch_filter_specification *fs, u32 val, in process_pedit_field()
499 struct ch_filter_specification *fs) in cxgb4_process_flow_actions()
857 struct ch_filter_specification *fs, u32 *tid) in cxgb4_flow_rule_replace()
932 struct ch_filter_specification *fs; in cxgb4_tc_flower_replace() local
970 struct ch_filter_specification *fs, int tid) in cxgb4_flow_rule_destroy()
H A Dcxgb4_filter.c249 struct ch_filter_specification *fs) in validate_filter()
327 struct ch_filter_specification *fs) in get_filter_steerq()
1056 static void fill_default_mask(struct ch_filter_specification *fs) in fill_default_mask()
1152 struct ch_filter_specification *fs) in is_filter_exact_match()
1236 static u64 hash_filter_ntuple(struct ch_filter_specification *fs, in hash_filter_ntuple()
1371 struct ch_filter_specification *fs, in cxgb4_set_hash_filter()
1530 struct ch_filter_specification *fs, in __cxgb4_set_filter()
1802 struct ch_filter_specification *fs, in __cxgb4_del_filter()
1859 struct ch_filter_specification *fs) in cxgb4_set_filter()
1881 struct ch_filter_specification *fs) in cxgb4_del_filter()
H A Dcxgb4_tc_u32.c45 struct ch_filter_specification *fs, in fill_match_fields()
91 struct ch_filter_specification *fs, in fill_action_fields()
155 struct ch_filter_specification fs; in cxgb4_config_knode() local
/linux/drivers/spi/
H A Dspi-sh-msiof.c299 unsigned int fs) in sh_msiof_spi_write_fifo_8()
310 unsigned int fs) in sh_msiof_spi_write_fifo_16()
321 unsigned int fs) in sh_msiof_spi_write_fifo_16u()
332 unsigned int fs) in sh_msiof_spi_write_fifo_32()
343 unsigned int fs) in sh_msiof_spi_write_fifo_32u()
354 unsigned int fs) in sh_msiof_spi_write_fifo_s32()
365 unsigned int words, unsigned int fs) in sh_msiof_spi_write_fifo_s32u()
376 unsigned int fs) in sh_msiof_spi_read_fifo_8()
387 unsigned int fs) in sh_msiof_spi_read_fifo_16()
398 unsigned int fs) in sh_msiof_spi_read_fifo_16u()
[all …]
/linux/fs/gfs2/
H A Dutil.h19 #define fs_emerg(fs, fmt, ...) \ argument
21 #define fs_warn(fs, fmt, ...) \ argument
23 #define fs_err(fs, fmt, ...) \ argument
25 #define fs_info(fs, fmt, ...) \ argument
/linux/include/linux/
H A Dfs_struct.h27 static inline void get_fs_root(struct fs_struct *fs, struct path *root) in get_fs_root()
35 static inline void get_fs_pwd(struct fs_struct *fs, struct path *pwd) in get_fs_pwd()
/linux/drivers/media/i2c/s5c73m3/
H A Ds5c73m3-core.c113 const struct s5c73m3_frame_size *fs, in s5c73m3_fill_mbus_fmt()
797 const struct s5c73m3_frame_size *fs; in s5c73m3_find_frame_size() local
820 const struct s5c73m3_frame_size **fs) in s5c73m3_oif_try_format()
854 const struct s5c73m3_frame_size **fs) in s5c73m3_try_format()
1002 const struct s5c73m3_frame_size *fs; in s5c73m3_get_fmt() local
1037 const struct s5c73m3_frame_size *fs; in s5c73m3_oif_get_fmt() local
1282 const struct s5c73m3_frame_size *fs; in s5c73m3_oif_enum_frame_size() local

1234567