/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en_fs.c | 292 static int mlx5e_add_vlan_rule(struct mlx5e_flow_steering *fs, in mlx5e_add_vlan_rule() 405 void mlx5e_remove_vlan_trap(struct mlx5e_flow_steering *fs) in mlx5e_remove_vlan_trap() 430 void mlx5e_remove_mac_trap(struct mlx5e_flow_steering *fs) in mlx5e_remove_mac_trap() 491 int mlx5e_fs_vlan_rx_add_vid(struct mlx5e_flow_steering *fs, in mlx5e_fs_vlan_rx_add_vid() 509 int mlx5e_fs_vlan_rx_kill_vid(struct mlx5e_flow_steering *fs, in mlx5e_fs_vlan_rx_kill_vid() 914 void mlx5e_set_ttc_params(struct mlx5e_flow_steering *fs, in mlx5e_set_ttc_params() 1270 void mlx5e_destroy_ttc_table(struct mlx5e_flow_steering *fs) in mlx5e_destroy_ttc_table() 1291 int mlx5e_create_ttc_table(struct mlx5e_flow_steering *fs, in mlx5e_create_ttc_table() 1399 static int mlx5e_fs_tc_alloc(struct mlx5e_flow_steering *fs) in mlx5e_fs_tc_alloc() 1452 struct mlx5e_flow_steering *fs; in mlx5e_fs_init() local [all …]
|
H A D | en_fs_ethtool.c | 82 struct ethtool_rx_flow_spec *fs, in get_flow_table() 347 struct ethtool_rx_flow_spec *fs) in set_flow_attrs() 424 struct ethtool_rx_flow_spec *fs, in flow_get_tirn() 460 struct ethtool_rx_flow_spec *fs, u32 rss_context) in add_ethtool_flow_rule() 508 static void del_ethtool_rule(struct mlx5e_flow_steering *fs, in del_ethtool_rule() 558 static int validate_ethter(struct ethtool_rx_flow_spec *fs) in validate_ethter() 592 static int validate_ip4(struct ethtool_rx_flow_spec *fs) in validate_ip4() 610 static int validate_ip6(struct ethtool_rx_flow_spec *fs) in validate_ip6() 650 static int validate_vlan(struct ethtool_rx_flow_spec *fs) in validate_vlan() 664 struct ethtool_rx_flow_spec *fs) in validate_flow() [all …]
|
/openbmc/qemu/target/mips/tcg/ |
H A D | lmmi_helper.c | 56 uint64_t helper_paddsb(uint64_t fs, uint64_t ft) in helper_paddsb() 70 uint64_t helper_paddusb(uint64_t fs, uint64_t ft) in helper_paddusb() 84 uint64_t helper_paddsh(uint64_t fs, uint64_t ft) in helper_paddsh() 112 uint64_t helper_paddb(uint64_t fs, uint64_t ft) in helper_paddb() 125 uint64_t helper_paddh(uint64_t fs, uint64_t ft) in helper_paddh() 138 uint64_t helper_paddw(uint64_t fs, uint64_t ft) in helper_paddw() 207 uint64_t helper_psubb(uint64_t fs, uint64_t ft) in helper_psubb() 220 uint64_t helper_psubh(uint64_t fs, uint64_t ft) in helper_psubh() 233 uint64_t helper_psubw(uint64_t fs, uint64_t ft) in helper_psubw() 723 uint64_t helper_biadd(uint64_t fs) in helper_biadd() [all …]
|
/openbmc/linux/include/math-emu/ |
H A D | op-common.h | 36 #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 …]
|
H A D | op-1.h | 60 #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
|
/openbmc/qemu/hw/virtio/ |
H A D | vhost-user-fs.c | 43 VHostUserFS *fs = VHOST_USER_FS(vdev); in vuf_get_config() local 56 VHostUserFS *fs = VHOST_USER_FS(vdev); in vuf_start() local 105 VHostUserFS *fs = VHOST_USER_FS(vdev); in vuf_stop() local 127 VHostUserFS *fs = VHOST_USER_FS(vdev); in vuf_set_status() local 145 VHostUserFS *fs = VHOST_USER_FS(vdev); in vuf_get_features() local 161 VHostUserFS *fs = VHOST_USER_FS(vdev); in vuf_guest_notifier_mask() local 177 VHostUserFS *fs = VHOST_USER_FS(vdev); in vuf_guest_notifier_pending() local 194 VHostUserFS *fs = VHOST_USER_FS(dev); in vuf_device_realize() local 276 VHostUserFS *fs = VHOST_USER_FS(dev); in vuf_device_unrealize() local 298 VHostUserFS *fs = VHOST_USER_FS(vdev); in vuf_get_vhost() local [all …]
|
/openbmc/linux/arch/mips/math-emu/ |
H A D | cp1emu.c | 1838 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 …]
|
/openbmc/linux/fs/ |
H A D | fs_struct.c | 15 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
|
H A D | filesystems.c | 38 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
|
/openbmc/qemu/hw/intc/ |
H A D | s390_flic.c | 26 S390FLICStateClass *s390_get_flic_class(S390FLICState *fs) in s390_get_flic_class() 37 QEMUS390FLICState *s390_get_qemu_flic(S390FLICState *fs) in s390_get_qemu_flic() 50 static S390FLICState *fs; in s390_get_flic() local 84 static int qemu_s390_io_adapter_map(S390FLICState *fs, uint32_t id, in qemu_s390_io_adapter_map() 91 static int qemu_s390_add_adapter_routes(S390FLICState *fs, in qemu_s390_add_adapter_routes() 97 static void qemu_s390_release_adapter_routes(S390FLICState *fs, in qemu_s390_release_adapter_routes() 136 static int qemu_s390_modify_ais_mode(S390FLICState *fs, uint8_t isc, in qemu_s390_modify_ais_mode() 157 static int qemu_s390_inject_airq(S390FLICState *fs, uint8_t type, in qemu_s390_inject_airq() 303 static void qemu_s390_inject_crw_mchk(S390FLICState *fs) in qemu_s390_inject_crw_mchk() 484 S390FLICState *fs = S390_FLIC_COMMON(dev); in s390_flic_common_realize() local [all …]
|
H A D | s390_flic_kvm.c | 38 static KVMS390FLICState *s390_get_kvm_flic(S390FLICState *fs) in s390_get_kvm_flic() 143 static void kvm_s390_inject_service(S390FLICState *fs, uint32_t parm) in kvm_s390_inject_service() 153 static void kvm_s390_inject_io(S390FLICState *fs, uint16_t subchannel_id, in kvm_s390_inject_io() 174 static void kvm_s390_inject_crw_mchk(S390FLICState *fs) in kvm_s390_inject_crw_mchk() 203 static int kvm_s390_modify_ais_mode(S390FLICState *fs, uint8_t isc, in kvm_s390_modify_ais_mode() 223 static int kvm_s390_inject_airq(S390FLICState *fs, uint8_t type, in kvm_s390_inject_airq() 275 static int kvm_s390_register_io_adapter(S390FLICState *fs, uint32_t id, in kvm_s390_register_io_adapter() 303 static int kvm_s390_io_adapter_map(S390FLICState *fs, uint32_t id, in kvm_s390_io_adapter_map() 355 static int kvm_s390_add_adapter_routes(S390FLICState *fs, in kvm_s390_add_adapter_routes() 387 static void kvm_s390_release_adapter_routes(S390FLICState *fs, in kvm_s390_release_adapter_routes() [all …]
|
H A D | etraxfs_pic.c | 55 static void pic_update(struct etrax_pic *fs) in pic_update() 86 struct etrax_pic *fs = opaque; in pic_read() local 97 struct etrax_pic *fs = opaque; in pic_write() local 118 struct etrax_pic *fs = (void *)opaque; in nmi_handler() local 132 struct etrax_pic *fs = (void *)opaque; in irq_handler() local
|
/openbmc/linux/tools/lib/api/fs/ |
H A D | fs.c | 90 struct fs { struct 102 static void fs__init_once(struct fs *fs); argument 153 static bool fs__read_mounts(struct fs *fs) in fs__read_mounts() 176 static int fs__valid_mount(const char *fs, long magic) in fs__valid_mount() 188 static bool fs__check_mounts(struct fs *fs) in fs__check_mounts() 220 static bool fs__env_override(struct fs *fs) in fs__env_override() 241 static void fs__init_once(struct fs *fs) in fs__init_once() 252 static const char *fs__mountpoint(const struct fs *fs) in fs__mountpoint() 257 static const char *mount_overload(struct fs *fs) in mount_overload() 269 static const char *fs__mount(struct fs *fs) in fs__mount()
|
/openbmc/linux/drivers/block/ |
H A D | swim3.c | 310 struct floppy_state *fs = hctx->queue->queuedata; in swim3_queue_rq() local 487 static void act(struct floppy_state *fs) in act() 840 static void release_drive(struct floppy_state *fs) in release_drive() 857 static int fd_eject(struct floppy_state *fs) in fd_eject() 927 struct floppy_state *fs = disk->private_data; in floppy_open() local 1008 struct floppy_state *fs = disk->private_data; in floppy_release() local 1027 struct floppy_state *fs = disk->private_data; in floppy_check_events() local 1033 struct floppy_state *fs = disk->private_data; in floppy_revalidate() local 1084 struct floppy_state *fs = macio_get_drvdata(mdev); in swim3_mb_event() local 1104 struct floppy_state *fs = &floppy_states[index]; in swim3_add_device() local [all …]
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
H A D | fs_tt_redirect.c | 77 mlx5e_fs_tt_redirect_udp_add_rule(struct mlx5e_flow_steering *fs, in mlx5e_fs_tt_redirect_udp_add_rule() 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() 517 static int fs_any_disable(struct mlx5e_flow_steering *fs) in fs_any_disable() 533 static int fs_any_enable(struct mlx5e_flow_steering *fs) in fs_any_enable() [all …]
|
H A D | fs.h | 108 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
|
/openbmc/u-boot/fs/ext4/ |
H A D | ext4_journal.c | 36 struct ext_filesystem *fs = get_fs(); in ext4fs_init_journal() local 93 struct ext_filesystem *fs = get_fs(); in ext4fs_dump_metadata() local 134 struct ext_filesystem *fs = get_fs(); in ext4fs_log_gdt() local 156 struct ext_filesystem *fs = get_fs(); in ext4fs_log_journal() local 188 struct ext_filesystem *fs = get_fs(); in ext4fs_put_metadata() local 243 struct ext_filesystem *fs = get_fs(); in ext4fs_push_revoke_blk() local 335 struct ext_filesystem *fs = get_fs(); in recover_transaction() local 410 struct ext_filesystem *fs = get_fs(); in ext4fs_check_journal_state() local 562 struct ext_filesystem *fs = get_fs(); in update_descriptor_block() local 609 struct ext_filesystem *fs = get_fs(); in update_commit_block() local [all …]
|
H A D | ext4_write.c | 41 (struct ext2_block_group *bg, const struct ext_filesystem *fs) in ext4fs_bg_free_inodes_inc() 70 struct ext_filesystem *fs = get_fs(); in ext4fs_update() local 108 struct ext_filesystem *fs = get_fs(); in ext4fs_get_bgdtable() local 144 struct ext_filesystem *fs = get_fs(); in delete_single_indirect_block() local 195 struct ext_filesystem *fs = get_fs(); in delete_double_indirect_block() local 294 struct ext_filesystem *fs = get_fs(); in delete_triple_indirect_block() local 455 struct ext_filesystem *fs = get_fs(); in ext4fs_delete_file() local 590 struct ext_filesystem *fs = get_fs(); in ext4fs_init() local 689 struct ext_filesystem *fs = get_fs(); in ext4fs_deinit() local 760 struct ext_filesystem *fs = get_fs(); in ext4fs_write_file() local [all …]
|
H A D | ext4_common.c | 122 const struct ext_filesystem *fs) in ext4fs_bg_get_free_blocks() 132 const struct ext_filesystem *fs) in ext4fs_bg_get_free_inodes() 153 const struct ext_filesystem *fs) in ext4fs_bg_get_block_id() 163 const struct ext_filesystem *fs) in ext4fs_bg_get_inode_id() 198 struct ext_filesystem *fs = get_fs(); in put_ext4() local 238 struct ext_filesystem *fs = get_fs(); in _get_new_inode_no() local 279 struct ext_filesystem *fs = get_fs(); in _get_new_blk_no() local 419 struct ext_filesystem *fs = get_fs(); in ext4fs_checksum_update() local 484 struct ext_filesystem *fs = get_fs(); in ext4fs_update_parent_dentry() local 636 struct ext_filesystem *fs = get_fs(); in search_dir() local [all …]
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
H A D | fs_tcp.c | 74 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 D | fs_tcp.h | 17 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()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/ |
H A D | ct_fs_smfs.c | 47 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() 245 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() 296 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() 359 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()
|
H A D | ct_fs_dmfs.c | 18 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()
|
/openbmc/linux/drivers/clk/st/ |
H A D | clkgen-fsyn.c | 350 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 …]
|
/openbmc/linux/fs/fuse/ |
H A D | virtio_fs.c | 144 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 694 struct virtio_fs *fs) in virtio_fs_setup_vqs() 767 struct virtio_fs *fs = dax_get_private(dax_dev); in virtio_fs_direct_access() local 872 struct virtio_fs *fs; in virtio_fs_probe() local 932 struct virtio_fs *fs = vdev->priv; in virtio_fs_remove() local 990 struct virtio_fs *fs; in virtio_fs_wake_forget_and_unlock() local 1238 struct virtio_fs *fs; in virtio_fs_wake_pending_and_unlock() local 1308 struct virtio_fs *fs = fc->iq.priv; in virtio_fs_fill_super() local [all …]
|