Home
last modified time | relevance | path

Searched refs:tree_id (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlxsw/
H A Dreg.h6936 MLXSW_ITEM32(reg, ralta, tree_id, 0x00, 0, 8);
6940 u8 tree_id) in mlxsw_reg_ralta_pack() argument
6945 mlxsw_reg_ralta_tree_id_set(payload, tree_id); in mlxsw_reg_ralta_pack()
6974 MLXSW_ITEM32(reg, ralst, tree_id, 0x00, 0, 8);
6997 static inline void mlxsw_reg_ralst_pack(char *payload, u8 root_bin, u8 tree_id) in mlxsw_reg_ralst_pack() argument
7006 mlxsw_reg_ralst_tree_id_set(payload, tree_id); in mlxsw_reg_ralst_pack()
7048 MLXSW_ITEM32(reg, raltb, tree_id, 0x00, 0, 8);
7052 u8 tree_id) in mlxsw_reg_raltb_pack() argument
7057 mlxsw_reg_raltb_tree_id_set(payload, tree_id); in mlxsw_reg_raltb_pack()
H A Dspectrum_router.c125 u8 tree_id);
685 const struct mlxsw_sp_fib *fib, u8 tree_id) in mlxsw_sp_vr_lpm_tree_bind() argument
691 tree_id); in mlxsw_sp_vr_lpm_tree_bind()
848 enum mlxsw_sp_l3proto proto, u8 tree_id) in mlxsw_sp_vr_lpm_tree_should_replace() argument
854 if (fib->lpm_tree->id == tree_id) in mlxsw_sp_vr_lpm_tree_should_replace()
5663 u8 tree_id) in __mlxsw_sp_router_set_abort_trap() argument
5669 mlxsw_reg_ralta_pack(ralta_pl, true, proto, tree_id); in __mlxsw_sp_router_set_abort_trap()
5674 mlxsw_reg_ralst_pack(ralst_pl, 0xff, tree_id); in __mlxsw_sp_router_set_abort_trap()
5684 mlxsw_reg_raltb_pack(raltb_pl, vr->id, proto, tree_id); in __mlxsw_sp_router_set_abort_trap()
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dbtrfs.h487 __u64 tree_id; /* in */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dbtrfs.h449 __u64 tree_id; /* in */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dbtrfs.h449 __u64 tree_id; /* in */ member
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dioctl.c2259 if (sk->tree_id == 0) { in search_ioctl()
2263 root = btrfs_get_fs_root(info, sk->tree_id, true); in search_ioctl()
2377 u64 tree_id, u64 dirid, char *name) in btrfs_search_path_in_tree() argument
2401 root = btrfs_get_fs_root(info, tree_id, true); in btrfs_search_path_in_tree()