Home
last modified time | relevance | path

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

12345678910

/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/
A Den_fs.c292 static int mlx5e_add_vlan_rule(struct mlx5e_flow_steering *fs, in mlx5e_add_vlan_rule()
406 void mlx5e_remove_vlan_trap(struct mlx5e_flow_steering *fs) in mlx5e_remove_vlan_trap()
432 void mlx5e_remove_mac_trap(struct mlx5e_flow_steering *fs) in mlx5e_remove_mac_trap()
493 int mlx5e_fs_vlan_rx_add_vid(struct mlx5e_flow_steering *fs, in mlx5e_fs_vlan_rx_add_vid()
511 int mlx5e_fs_vlan_rx_kill_vid(struct mlx5e_flow_steering *fs, in mlx5e_fs_vlan_rx_kill_vid()
915 void mlx5e_set_ttc_params(struct mlx5e_flow_steering *fs, in mlx5e_set_ttc_params()
1271 void mlx5e_destroy_ttc_table(struct mlx5e_flow_steering *fs) in mlx5e_destroy_ttc_table()
1292 int mlx5e_create_ttc_table(struct mlx5e_flow_steering *fs, in mlx5e_create_ttc_table()
1400 static int mlx5e_fs_tc_alloc(struct mlx5e_flow_steering *fs) in mlx5e_fs_tc_alloc()
1453 struct mlx5e_flow_steering *fs; in mlx5e_fs_init() local
[all …]
A Den_fs_ethtool.c82 struct ethtool_rx_flow_spec *fs, in get_flow_table()
351 struct ethtool_rx_flow_spec *fs) in set_flow_attrs()
428 struct ethtool_rx_flow_spec *fs, in flow_get_tirn()
464 struct ethtool_rx_flow_spec *fs, u32 rss_context) in add_ethtool_flow_rule()
512 static void del_ethtool_rule(struct mlx5e_flow_steering *fs, in del_ethtool_rule()
562 static int validate_ethter(struct ethtool_rx_flow_spec *fs) in validate_ethter()
596 static int validate_ip4(struct ethtool_rx_flow_spec *fs) in validate_ip4()
614 static int validate_ip6(struct ethtool_rx_flow_spec *fs) in validate_ip6()
654 static int validate_vlan(struct ethtool_rx_flow_spec *fs) in validate_vlan()
668 struct ethtool_rx_flow_spec *fs) in validate_flow()
[all …]
A Den_arfs.c116 static int arfs_disable(struct mlx5e_flow_steering *fs) in arfs_disable()
136 int mlx5e_arfs_disable(struct mlx5e_flow_steering *fs) in mlx5e_arfs_disable()
143 int mlx5e_arfs_enable(struct mlx5e_flow_steering *fs) in mlx5e_arfs_enable()
171 static void _mlx5e_cleanup_tables(struct mlx5e_flow_steering *fs) in _mlx5e_cleanup_tables()
184 void mlx5e_arfs_destroy_tables(struct mlx5e_flow_steering *fs, bool ntuple) in mlx5e_arfs_destroy_tables()
196 static int arfs_add_default_rule(struct mlx5e_flow_steering *fs, in arfs_add_default_rule()
326 static int arfs_create_table(struct mlx5e_flow_steering *fs, in arfs_create_table()
363 int mlx5e_arfs_create_tables(struct mlx5e_flow_steering *fs, in mlx5e_arfs_create_tables()
432 static void arfs_del_rules(struct mlx5e_flow_steering *fs) in arfs_del_rules()
/linux-6.3-rc2/include/math-emu/
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
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
571 #define _FP_CMP_EQ(fs, wc, ret, X, Y) \ argument
591 #define _FP_SQRT(fs, wc, R, X) \ argument
[all …]
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
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
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-6.3-rc2/arch/mips/math-emu/
A Dcp1emu.c1838 union ieee754sp fs; in fpu_emu() local
1850 union ieee754sp fs; in fpu_emu() local
1863 union ieee754sp fs, ft; in fpu_emu() local
1876 union ieee754sp fs, ft; in fpu_emu() local
1889 union ieee754sp fs, ft; in fpu_emu() local
1902 union ieee754sp fs, ft; in fpu_emu() local
2209 union ieee754dp fs; in fpu_emu() local
2221 union ieee754dp fs; in fpu_emu() local
2234 union ieee754dp fs, ft; in fpu_emu() local
2247 union ieee754dp fs, ft; in fpu_emu() local
[all …]
/linux-6.3-rc2/fs/
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
A Dfilesystems.c38 struct file_system_type *get_filesystem(struct file_system_type *fs) in get_filesystem()
44 void put_filesystem(struct file_system_type *fs) in put_filesystem()
72 int register_filesystem(struct file_system_type * fs) in register_filesystem()
108 int unregister_filesystem(struct file_system_type * fs) in unregister_filesystem()
263 struct file_system_type *fs; in __get_fs_type() local
275 struct file_system_type *fs; in get_fs_type() local
/linux-6.3-rc2/tools/lib/api/fs/
A Dfs.c88 struct fs { struct
110 static struct fs fs__entries[] = { argument
149 static bool fs__read_mounts(struct fs *fs) in fs__read_mounts()
172 static int fs__valid_mount(const char *fs, long magic) in fs__valid_mount()
184 static bool fs__check_mounts(struct fs *fs) in fs__check_mounts()
215 static bool fs__env_override(struct fs *fs) in fs__env_override()
237 static const char *fs__get_mountpoint(struct fs *fs) in fs__get_mountpoint()
253 struct fs *fs = &fs__entries[idx]; in fs__mountpoint() local
269 static const char *mount_overload(struct fs *fs) in mount_overload()
283 struct fs *fs = &fs__entries[idx]; in fs__mount() local
/linux-6.3-rc2/drivers/block/
A Dswim3.c311 struct floppy_state *fs = hctx->queue->queuedata; in swim3_queue_rq() local
373 static inline void scan_track(struct floppy_state *fs) in scan_track()
488 static void act(struct floppy_state *fs) in act()
841 static void release_drive(struct floppy_state *fs) in release_drive()
858 static int fd_eject(struct floppy_state *fs) in fd_eject()
1009 struct floppy_state *fs = disk->private_data; in floppy_release() local
1028 struct floppy_state *fs = disk->private_data; in floppy_check_events() local
1034 struct floppy_state *fs = disk->private_data; in floppy_revalidate() local
1085 struct floppy_state *fs = macio_get_drvdata(mdev); in swim3_mb_event() local
1105 struct floppy_state *fs = &floppy_states[index]; in swim3_add_device() local
[all …]
A Dswim.c443 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()
529 struct floppy_state *fs = hctx->queue->queuedata; in swim_queue_rq() local
583 static void setup_medium(struct floppy_state *fs) in setup_medium()
613 struct floppy_state *fs = bdev->bd_disk->private_data; in floppy_open() local
675 struct floppy_state *fs = disk->private_data; in floppy_release() local
692 struct floppy_state *fs = bdev->bd_disk->private_data; in floppy_ioctl() local
718 struct floppy_state *fs = bdev->bd_disk->private_data; in floppy_getgeo() local
736 struct floppy_state *fs = disk->private_data; in floppy_check_events() local
752 struct floppy_state *fs = &swd->unit[swd->floppy_count]; in swim_add_floppy() local
[all …]
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/en/
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()
257 static int fs_udp_disable(struct mlx5e_flow_steering *fs) in fs_udp_disable()
275 static int fs_udp_enable(struct mlx5e_flow_steering *fs) in fs_udp_enable()
297 void mlx5e_fs_tt_redirect_udp_destroy(struct mlx5e_flow_steering *fs) in mlx5e_fs_tt_redirect_udp_destroy()
317 int mlx5e_fs_tt_redirect_udp_create(struct mlx5e_flow_steering *fs) in mlx5e_fs_tt_redirect_udp_create()
363 mlx5e_fs_tt_redirect_any_add_rule(struct mlx5e_flow_steering *fs, in mlx5e_fs_tt_redirect_any_add_rule()
395 static int fs_any_add_default_rule(struct mlx5e_flow_steering *fs) in fs_any_add_default_rule()
476 static int fs_any_create_table(struct mlx5e_flow_steering *fs) in fs_any_create_table()
515 static int fs_any_disable(struct mlx5e_flow_steering *fs) in fs_any_disable()
531 static int fs_any_enable(struct mlx5e_flow_steering *fs) in fs_any_enable()
[all …]
A Dfs.h108 static inline int mlx5e_arfs_create_tables(struct mlx5e_flow_steering *fs, in mlx5e_arfs_create_tables()
111 static inline void mlx5e_arfs_destroy_tables(struct mlx5e_flow_steering *fs, bool ntuple) {} in mlx5e_arfs_destroy_tables()
112 static inline int mlx5e_arfs_enable(struct mlx5e_flow_steering *fs) in mlx5e_arfs_enable()
114 static inline int mlx5e_arfs_disable(struct mlx5e_flow_steering *fs) in mlx5e_arfs_disable()
196 #define fs_err(fs, fmt, ...) \ argument
199 #define fs_dbg(fs, fmt, ...) \ argument
202 #define fs_warn(fs, fmt, ...) \ argument
205 #define fs_warn_once(fs, fmt, ...) \ argument
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-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
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()
264 static int accel_fs_tcp_create_table(struct mlx5e_flow_steering *fs, enum accel_fs_tcp_type type) in accel_fs_tcp_create_table()
302 static int accel_fs_tcp_disable(struct mlx5e_flow_steering *fs) in accel_fs_tcp_disable()
321 static int accel_fs_tcp_enable(struct mlx5e_flow_steering *fs) in accel_fs_tcp_enable()
343 static void accel_fs_tcp_destroy_table(struct mlx5e_flow_steering *fs, int i) in accel_fs_tcp_destroy_table()
355 void mlx5e_accel_fs_tcp_destroy(struct mlx5e_flow_steering *fs) in mlx5e_accel_fs_tcp_destroy()
372 int mlx5e_accel_fs_tcp_create(struct mlx5e_flow_steering *fs) in mlx5e_accel_fs_tcp_create()
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-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
A Dct_fs_smfs.c47 mlx5_ct_fs_smfs_fill_mask(struct mlx5_ct_fs *fs, struct mlx5_flow_spec *spec, bool ipv4, bool tcp, in mlx5_ct_fs_smfs_fill_mask()
90 mlx5_ct_fs_smfs_matcher_create(struct mlx5_ct_fs *fs, struct mlx5dr_table *tbl, bool ipv4, in mlx5_ct_fs_smfs_matcher_create()
112 mlx5_ct_fs_smfs_matcher_get(struct mlx5_ct_fs *fs, bool nat, bool ipv4, bool tcp, bool gre) in mlx5_ct_fs_smfs_matcher_get()
170 mlx5_ct_fs_smfs_matcher_put(struct mlx5_ct_fs *fs, struct mlx5_ct_fs_smfs_matcher *smfs_matcher) in mlx5_ct_fs_smfs_matcher_put()
183 mlx5_ct_fs_smfs_init(struct mlx5_ct_fs *fs, struct mlx5_flow_table *ct, in mlx5_ct_fs_smfs_init()
216 mlx5_ct_fs_smfs_destroy(struct mlx5_ct_fs *fs) in mlx5_ct_fs_smfs_destroy()
240 mlx5_ct_fs_smfs_ct_validate_flow_rule(struct mlx5_ct_fs *fs, struct flow_rule *flow_rule) in mlx5_ct_fs_smfs_ct_validate_flow_rule()
291 mlx5_ct_fs_smfs_ct_rule_add(struct mlx5_ct_fs *fs, struct mlx5_flow_spec *spec, in mlx5_ct_fs_smfs_ct_rule_add()
354 mlx5_ct_fs_smfs_ct_rule_del(struct mlx5_ct_fs *fs, struct mlx5_ct_fs_rule *fs_rule) in mlx5_ct_fs_smfs_ct_rule_del()
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()
/linux-6.3-rc2/drivers/clk/st/
A Dclkgen-fsyn.c350 unsigned long output, struct stm_fs *fs) in clk_fs660c32_vco_get_params()
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()
778 struct st_clk_quadfs_fsynth *fs = to_quadfs_fsynth(hw); in quadfs_find_best_rate() local
796 struct st_clk_quadfs_fsynth *fs = to_quadfs_fsynth(hw); in quadfs_recalc_rate() local
852 struct st_clk_quadfs_fsynth *fs = to_quadfs_fsynth(hw); in quadfs_set_rate() local
[all …]
/linux-6.3-rc2/fs/fuse/
A Dvirtio_fs.c144 struct virtio_fs *fs = vq->vdev->priv; in vq_to_fsvq() local
173 static void virtio_fs_put(struct virtio_fs *fs) in virtio_fs_put()
271 struct virtio_fs *fs; in virtio_fs_find_instance() local
684 struct virtio_fs *fs) in virtio_fs_setup_vqs()
757 struct virtio_fs *fs = dax_get_private(dax_dev); in virtio_fs_direct_access() local
861 struct virtio_fs *fs; in virtio_fs_probe() local
921 struct virtio_fs *fs = vdev->priv; in virtio_fs_remove() local
979 struct virtio_fs *fs; in virtio_fs_wake_forget_and_unlock() local
1227 struct virtio_fs *fs; in virtio_fs_wake_pending_and_unlock() local
1297 struct virtio_fs *fs = fc->iq.priv; in virtio_fs_fill_super() local
[all …]
/linux-6.3-rc2/drivers/net/ethernet/chelsio/cxgb4/
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()
356 static void offload_pedit(struct ch_filter_specification *fs, u32 val, u32 mask, in offload_pedit()
374 static void process_pedit_field(struct ch_filter_specification *fs, u32 val, in process_pedit_field()
493 struct ch_filter_specification *fs) in cxgb4_process_flow_actions()
857 struct ch_filter_specification *fs, u32 *tid) in cxgb4_flow_rule_replace()
933 struct ch_filter_specification *fs; in cxgb4_tc_flower_replace() local
971 struct ch_filter_specification *fs, int tid) in cxgb4_flow_rule_destroy()
/linux-6.3-rc2/fs/gfs2/
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-6.3-rc2/drivers/spi/
A Dspi-sh-msiof.c432 const void *tx_buf, int words, int fs) in sh_msiof_spi_write_fifo_16u()
452 const void *tx_buf, int words, int fs) in sh_msiof_spi_write_fifo_32u()
462 const void *tx_buf, int words, int fs) in sh_msiof_spi_write_fifo_s32()
472 const void *tx_buf, int words, int fs) in sh_msiof_spi_write_fifo_s32u()
482 void *rx_buf, int words, int fs) in sh_msiof_spi_read_fifo_8()
492 void *rx_buf, int words, int fs) in sh_msiof_spi_read_fifo_16()
502 void *rx_buf, int words, int fs) in sh_msiof_spi_read_fifo_16u()
512 void *rx_buf, int words, int fs) in sh_msiof_spi_read_fifo_32()
522 void *rx_buf, int words, int fs) in sh_msiof_spi_read_fifo_32u()
532 void *rx_buf, int words, int fs) in sh_msiof_spi_read_fifo_s32()
[all …]

Completed in 47 milliseconds

12345678910