| /kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/ |
| D | spectrum_fid.c | 143 struct mlxsw_sp_fid *fid; in mlxsw_sp_fid_lookup_by_index() local 153 int mlxsw_sp_fid_nve_ifindex(const struct mlxsw_sp_fid *fid, int *nve_ifindex) in mlxsw_sp_fid_nve_ifindex() 163 int mlxsw_sp_fid_nve_type(const struct mlxsw_sp_fid *fid, in mlxsw_sp_fid_nve_type() 177 struct mlxsw_sp_fid *fid; in mlxsw_sp_fid_lookup_by_vni() local 187 int mlxsw_sp_fid_vni(const struct mlxsw_sp_fid *fid, __be32 *vni) in mlxsw_sp_fid_vni() 197 int mlxsw_sp_fid_nve_flood_index_set(struct mlxsw_sp_fid *fid, in mlxsw_sp_fid_nve_flood_index_set() 220 void mlxsw_sp_fid_nve_flood_index_clear(struct mlxsw_sp_fid *fid) in mlxsw_sp_fid_nve_flood_index_clear() 232 bool mlxsw_sp_fid_nve_flood_index_is_set(const struct mlxsw_sp_fid *fid) in mlxsw_sp_fid_nve_flood_index_is_set() 237 int mlxsw_sp_fid_vni_set(struct mlxsw_sp_fid *fid, enum mlxsw_sp_nve_type type, in mlxsw_sp_fid_vni_set() 271 void mlxsw_sp_fid_vni_clear(struct mlxsw_sp_fid *fid) in mlxsw_sp_fid_vni_clear() [all …]
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/ |
| D | spectrum_fid.c | 140 bool mlxsw_sp_fid_lag_vid_valid(const struct mlxsw_sp_fid *fid) in mlxsw_sp_fid_lag_vid_valid() 148 struct mlxsw_sp_fid *fid; in mlxsw_sp_fid_lookup_by_index() local 158 int mlxsw_sp_fid_nve_ifindex(const struct mlxsw_sp_fid *fid, int *nve_ifindex) in mlxsw_sp_fid_nve_ifindex() 168 int mlxsw_sp_fid_nve_type(const struct mlxsw_sp_fid *fid, in mlxsw_sp_fid_nve_type() 182 struct mlxsw_sp_fid *fid; in mlxsw_sp_fid_lookup_by_vni() local 192 int mlxsw_sp_fid_vni(const struct mlxsw_sp_fid *fid, __be32 *vni) in mlxsw_sp_fid_vni() 202 int mlxsw_sp_fid_nve_flood_index_set(struct mlxsw_sp_fid *fid, in mlxsw_sp_fid_nve_flood_index_set() 222 void mlxsw_sp_fid_nve_flood_index_clear(struct mlxsw_sp_fid *fid) in mlxsw_sp_fid_nve_flood_index_clear() 234 bool mlxsw_sp_fid_nve_flood_index_is_set(const struct mlxsw_sp_fid *fid) in mlxsw_sp_fid_nve_flood_index_is_set() 239 int mlxsw_sp_fid_vni_set(struct mlxsw_sp_fid *fid, enum mlxsw_sp_nve_type type, in mlxsw_sp_fid_vni_set() [all …]
|
| /kernel/linux/linux-5.10/arch/loongarch/include/asm/ |
| D | kvm_para.h | 42 static inline long kvm_hypercall0(u64 fid) in kvm_hypercall0() 57 static inline long kvm_hypercall1(u64 fid, unsigned long arg0) in kvm_hypercall1() 73 static inline long kvm_hypercall2(u64 fid, in kvm_hypercall2() 91 static inline long kvm_hypercall3(u64 fid, in kvm_hypercall3() 110 static inline long kvm_hypercall4(u64 fid, in kvm_hypercall4() 131 static inline long kvm_hypercall5(u64 fid, in kvm_hypercall5() 153 static inline long kvm_hypercall6(u64 fid, in kvm_hypercall6()
|
| /kernel/linux/linux-6.6/drivers/net/dsa/mv88e6xxx/ |
| D | global1_atu.c | 20 static int mv88e6xxx_g1_atu_fid_write(struct mv88e6xxx_chip *chip, u16 fid) in mv88e6xxx_g1_atu_fid_write() 132 static int mv88e6xxx_g1_atu_op(struct mv88e6xxx_chip *chip, u16 fid, u16 op) in mv88e6xxx_g1_atu_op() 172 int mv88e6xxx_g1_atu_get_next(struct mv88e6xxx_chip *chip, u16 fid) in mv88e6xxx_g1_atu_get_next() 177 static int mv88e6xxx_g1_atu_fid_read(struct mv88e6xxx_chip *chip, u16 *fid) in mv88e6xxx_g1_atu_fid_read() 289 int mv88e6xxx_g1_atu_getnext(struct mv88e6xxx_chip *chip, u16 fid, in mv88e6xxx_g1_atu_getnext() 316 int mv88e6xxx_g1_atu_loadpurge(struct mv88e6xxx_chip *chip, u16 fid, in mv88e6xxx_g1_atu_loadpurge() 336 static int mv88e6xxx_g1_atu_flushmove(struct mv88e6xxx_chip *chip, u16 fid, in mv88e6xxx_g1_atu_flushmove() 364 int mv88e6xxx_g1_atu_flush(struct mv88e6xxx_chip *chip, u16 fid, bool all) in mv88e6xxx_g1_atu_flush() 373 static int mv88e6xxx_g1_atu_move(struct mv88e6xxx_chip *chip, u16 fid, in mv88e6xxx_g1_atu_move() 393 int mv88e6xxx_g1_atu_remove(struct mv88e6xxx_chip *chip, u16 fid, int port, in mv88e6xxx_g1_atu_remove() [all …]
|
| /kernel/linux/linux-6.6/net/9p/ |
| D | client.c | 852 struct p9_fid *fid; in p9_fid_create() local 879 static void p9_fid_destroy(struct p9_fid *fid) in p9_fid_destroy() 897 void do_trace_9p_fid_get(struct p9_fid *fid) in do_trace_9p_fid_get() 903 void do_trace_9p_fid_put(struct p9_fid *fid) in do_trace_9p_fid_put() 1070 struct p9_fid *fid; in p9_client_destroy() local 1112 struct p9_fid *fid; in p9_client_attach() local 1158 struct p9_fid *fid; in p9_client_walk() local 1228 int p9_client_open(struct p9_fid *fid, int mode) in p9_client_open() 1317 int p9_client_fcreate(struct p9_fid *fid, const char *name, u32 perm, int mode, in p9_client_fcreate() 1413 int p9_client_fsync(struct p9_fid *fid, int datasync) in p9_client_fsync() [all …]
|
| /kernel/linux/linux-5.10/drivers/net/dsa/mv88e6xxx/ |
| D | global1_atu.c | 18 static int mv88e6xxx_g1_atu_fid_write(struct mv88e6xxx_chip *chip, u16 fid) in mv88e6xxx_g1_atu_fid_write() 117 static int mv88e6xxx_g1_atu_op(struct mv88e6xxx_chip *chip, u16 fid, u16 op) in mv88e6xxx_g1_atu_op() 157 int mv88e6xxx_g1_atu_get_next(struct mv88e6xxx_chip *chip, u16 fid) in mv88e6xxx_g1_atu_get_next() 239 int mv88e6xxx_g1_atu_getnext(struct mv88e6xxx_chip *chip, u16 fid, in mv88e6xxx_g1_atu_getnext() 266 int mv88e6xxx_g1_atu_loadpurge(struct mv88e6xxx_chip *chip, u16 fid, in mv88e6xxx_g1_atu_loadpurge() 286 static int mv88e6xxx_g1_atu_flushmove(struct mv88e6xxx_chip *chip, u16 fid, in mv88e6xxx_g1_atu_flushmove() 314 int mv88e6xxx_g1_atu_flush(struct mv88e6xxx_chip *chip, u16 fid, bool all) in mv88e6xxx_g1_atu_flush() 323 static int mv88e6xxx_g1_atu_move(struct mv88e6xxx_chip *chip, u16 fid, in mv88e6xxx_g1_atu_move() 343 int mv88e6xxx_g1_atu_remove(struct mv88e6xxx_chip *chip, u16 fid, int port, in mv88e6xxx_g1_atu_remove()
|
| /kernel/linux/linux-6.6/fs/9p/ |
| D | fid.c | 21 static inline void __add_fid(struct dentry *dentry, struct p9_fid *fid) in __add_fid() 35 struct p9_fid *fid = *pfid; in v9fs_fid_add() local 64 struct p9_fid *fid, *ret = NULL; in v9fs_fid_find_inode() local 95 struct p9_fid *fid = *pfid; in v9fs_open_fid_add() local 115 struct p9_fid *fid, *ret; in v9fs_fid_find() local 176 struct p9_fid *fid, *root_fid, *old_fid; in v9fs_fid_lookup_with_uid() local
|
| D | acl.c | 20 static struct posix_acl *v9fs_fid_get_acl(struct p9_fid *fid, const char *name) in v9fs_fid_get_acl() 49 struct p9_fid *fid; in v9fs_acl_get() local 61 static struct posix_acl *__v9fs_get_acl(struct p9_fid *fid, const char *name) in __v9fs_get_acl() 78 int v9fs_get_acl(struct inode *inode, struct p9_fid *fid) in v9fs_get_acl() 248 static int v9fs_set_acl(struct p9_fid *fid, int type, struct posix_acl *acl) in v9fs_set_acl() 282 int v9fs_acl_chmod(struct inode *inode, struct p9_fid *fid) in v9fs_acl_chmod() 301 int v9fs_set_create_acl(struct inode *inode, struct p9_fid *fid, in v9fs_set_create_acl()
|
| D | vfs_file.c | 44 struct p9_fid *fid; in v9fs_file_open() local 121 struct p9_fid *fid; in v9fs_file_do_lock() local 226 struct p9_fid *fid; in v9fs_file_getlock() local 355 struct p9_fid *fid = iocb->ki_filp->private_data; in v9fs_file_read_iter() local 389 struct p9_fid *fid = in->private_data; in v9fs_file_splice_read() local 409 struct p9_fid *fid = file->private_data; in v9fs_file_write_iter() local 455 struct p9_fid *fid; in v9fs_file_fsync() local 479 struct p9_fid *fid; in v9fs_file_fsync_dotl() local
|
| D | fid.h | 21 static inline struct p9_fid *clone_fid(struct p9_fid *fid) in clone_fid() 27 struct p9_fid *fid, *nfid; in v9fs_fid_clone() local 49 static inline void v9fs_fid_add_modes(struct p9_fid *fid, unsigned int s_flags, in v9fs_fid_add_modes()
|
| D | vfs_inode_dotl.c | 98 struct p9_fid *fid, in v9fs_qid_iget_dotl() 146 v9fs_inode_from_fid_dotl(struct v9fs_session_info *v9ses, struct p9_fid *fid, in v9fs_inode_from_fid_dotl() 239 struct p9_fid *fid = NULL; in v9fs_vfs_atomic_open_dotl() local 361 struct p9_fid *fid = NULL, *dfid = NULL; in v9fs_vfs_mkdir_dotl() local 447 struct p9_fid *fid; in v9fs_vfs_getattr_dotl() local 541 struct p9_fid *fid = NULL; in v9fs_vfs_setattr_dotl() local 711 struct p9_fid *fid = NULL; in v9fs_vfs_symlink_dotl() local 815 struct p9_fid *fid; in v9fs_vfs_link_dotl() local 848 struct p9_fid *fid = NULL, *dfid = NULL; in v9fs_vfs_mknod_dotl() local 935 struct p9_fid *fid; in v9fs_vfs_get_link_dotl() local [all …]
|
| /kernel/linux/linux-5.10/net/9p/ |
| D | client.c | 896 struct p9_fid *fid; in p9_fid_create() local 921 static void p9_fid_destroy(struct p9_fid *fid) in p9_fid_destroy() 1082 struct p9_fid *fid; in p9_client_destroy() local 1123 struct p9_fid *fid; in p9_client_attach() local 1170 struct p9_fid *fid; in p9_client_walk() local 1242 int p9_client_open(struct p9_fid *fid, int mode) in p9_client_open() 1332 int p9_client_fcreate(struct p9_fid *fid, const char *name, u32 perm, int mode, in p9_client_fcreate() 1430 int p9_client_fsync(struct p9_fid *fid, int datasync) in p9_client_fsync() 1456 int p9_client_clunk(struct p9_fid *fid) in p9_client_clunk() 1500 int p9_client_remove(struct p9_fid *fid) in p9_client_remove() [all …]
|
| /kernel/linux/linux-5.10/fs/9p/ |
| D | fid.c | 29 static inline void __add_fid(struct dentry *dentry, struct p9_fid *fid) in __add_fid() 34 void v9fs_fid_add(struct dentry *dentry, struct p9_fid *fid) in v9fs_fid_add() 51 struct p9_fid *fid, *ret; in v9fs_fid_find() local 108 struct p9_fid *fid, *old_fid = NULL; in v9fs_fid_lookup_with_uid() local 248 struct p9_fid *fid; in v9fs_writeback_fid() local
|
| D | vfs_inode_dotl.c | 99 struct p9_fid *fid, in v9fs_qid_iget_dotl() 146 v9fs_inode_from_fid_dotl(struct v9fs_session_info *v9ses, struct p9_fid *fid, in v9fs_inode_from_fid_dotl() 237 struct p9_fid *fid = NULL; in v9fs_vfs_atomic_open_dotl() local 373 struct p9_fid *fid = NULL, *dfid = NULL; in v9fs_vfs_mkdir_dotl() local 463 struct p9_fid *fid; in v9fs_vfs_getattr_dotl() local 543 struct p9_fid *fid = NULL; in v9fs_vfs_setattr_dotl() local 689 struct p9_fid *fid = NULL; in v9fs_vfs_symlink_dotl() local 792 struct p9_fid *fid; in v9fs_vfs_link_dotl() local 822 struct p9_fid *fid = NULL, *dfid = NULL; in v9fs_vfs_mknod_dotl() local 911 struct p9_fid *fid; in v9fs_vfs_get_link_dotl() local [all …]
|
| D | vfs_dir.c | 73 struct p9_fid *fid = filp->private_data; in v9fs_alloc_rdir_buf() local 91 struct p9_fid *fid; in v9fs_dir_readdir() local 151 struct p9_fid *fid; in v9fs_dir_readdir_dotl() local 208 struct p9_fid *fid; in v9fs_dir_release() local
|
| D | acl.h | 28 static inline int v9fs_get_acl(struct inode *inode, struct p9_fid *fid) in v9fs_get_acl() 32 static inline int v9fs_acl_chmod(struct inode *inode, struct p9_fid *fid) in v9fs_acl_chmod() 37 struct p9_fid *fid, in v9fs_set_create_acl()
|
| D | vfs_file.c | 49 struct p9_fid *fid; in v9fs_file_open() local 138 struct p9_fid *fid; in v9fs_file_do_lock() local 244 struct p9_fid *fid; in v9fs_file_getlock() local 385 struct p9_fid *fid = iocb->ki_filp->private_data; in v9fs_file_read_iter() local 451 struct p9_fid *fid; in v9fs_file_fsync() local 475 struct p9_fid *fid; in v9fs_file_fsync_dotl() local 513 struct p9_fid *fid; in v9fs_mmap_file_mmap() local
|
| /kernel/linux/linux-5.10/fs/coda/ |
| D | cnode.c | 47 struct CodaFid *fid = (struct CodaFid *)data; in coda_test_inode() local 54 struct CodaFid *fid = (struct CodaFid *)data; in coda_set_inode() local 60 struct inode * coda_iget(struct super_block * sb, struct CodaFid * fid, in coda_iget() 92 struct inode *coda_cnode_make(struct CodaFid *fid, struct super_block *sb) in coda_cnode_make() 135 struct inode *coda_fid_to_inode(struct CodaFid *fid, struct super_block *sb) in coda_fid_to_inode()
|
| D | upcall.c | 92 int venus_getattr(struct super_block *sb, struct CodaFid *fid, in venus_getattr() 111 int venus_setattr(struct super_block *sb, struct CodaFid *fid, in venus_setattr() 130 int venus_lookup(struct super_block *sb, struct CodaFid *fid, in venus_lookup() 160 int venus_close(struct super_block *sb, struct CodaFid *fid, int flags, in venus_close() 180 int venus_open(struct super_block *sb, struct CodaFid *fid, in venus_open() 347 int venus_readlink(struct super_block *sb, struct CodaFid *fid, in venus_readlink() 379 int venus_link(struct super_block *sb, struct CodaFid *fid, in venus_link() 405 int venus_symlink(struct super_block *sb, struct CodaFid *fid, in venus_symlink() 440 int venus_fsync(struct super_block *sb, struct CodaFid *fid) in venus_fsync() 456 int venus_access(struct super_block *sb, struct CodaFid *fid, int mask) in venus_access() [all …]
|
| /kernel/linux/linux-6.6/fs/coda/ |
| D | cnode.c | 47 struct CodaFid *fid = (struct CodaFid *)data; in coda_test_inode() local 54 struct CodaFid *fid = (struct CodaFid *)data; in coda_set_inode() local 60 struct inode * coda_iget(struct super_block * sb, struct CodaFid * fid, in coda_iget() 97 struct inode *coda_cnode_make(struct CodaFid *fid, struct super_block *sb) in coda_cnode_make() 140 struct inode *coda_fid_to_inode(struct CodaFid *fid, struct super_block *sb) in coda_fid_to_inode()
|
| D | upcall.c | 92 int venus_getattr(struct super_block *sb, struct CodaFid *fid, in venus_getattr() 111 int venus_setattr(struct super_block *sb, struct CodaFid *fid, in venus_setattr() 130 int venus_lookup(struct super_block *sb, struct CodaFid *fid, in venus_lookup() 160 int venus_close(struct super_block *sb, struct CodaFid *fid, int flags, in venus_close() 180 int venus_open(struct super_block *sb, struct CodaFid *fid, in venus_open() 347 int venus_readlink(struct super_block *sb, struct CodaFid *fid, in venus_readlink() 379 int venus_link(struct super_block *sb, struct CodaFid *fid, in venus_link() 405 int venus_symlink(struct super_block *sb, struct CodaFid *fid, in venus_symlink() 440 int venus_fsync(struct super_block *sb, struct CodaFid *fid) in venus_fsync() 456 int venus_access(struct super_block *sb, struct CodaFid *fid, int mask) in venus_access() [all …]
|
| /kernel/linux/linux-5.10/drivers/s390/char/ |
| D | sclp_pci.c | 41 u32 fid; member 58 static int do_pci_configure(sclp_cmdw_t cmd, u32 fid) in do_pci_configure() 91 int sclp_pci_configure(u32 fid) in sclp_pci_configure() 97 int sclp_pci_deconfigure(u32 fid) in sclp_pci_deconfigure() 130 int sclp_pci_report(struct zpci_report_error_header *report, u32 fh, u32 fid) in sclp_pci_report()
|
| /kernel/linux/linux-6.6/drivers/s390/char/ |
| D | sclp_pci.c | 41 u32 fid; member 58 static int do_pci_configure(sclp_cmdw_t cmd, u32 fid) in do_pci_configure() 91 int sclp_pci_configure(u32 fid) in sclp_pci_configure() 97 int sclp_pci_deconfigure(u32 fid) in sclp_pci_deconfigure() 130 int sclp_pci_report(struct zpci_report_error_header *report, u32 fh, u32 fid) in sclp_pci_report()
|
| /kernel/linux/linux-5.10/tools/power/cpupower/debug/i386/ |
| D | powernow-k8-decode.c | 27 static int get_fidvid(uint32_t cpu, uint32_t *fid, uint32_t *vid) in get_fidvid() 57 static uint32_t find_freq_from_fid(uint32_t fid) in find_freq_from_fid() 72 uint32_t fid, vid; in main() local
|
| /kernel/linux/linux-6.6/tools/power/cpupower/debug/i386/ |
| D | powernow-k8-decode.c | 27 static int get_fidvid(uint32_t cpu, uint32_t *fid, uint32_t *vid) in get_fidvid() 57 static uint32_t find_freq_from_fid(uint32_t fid) in find_freq_from_fid() 72 uint32_t fid, vid; in main() local
|