Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/mellanox/mlxsw/
Dreg.h6935 MLXSW_ITEM32(reg, ralta, tree_id, 0x00, 0, 8);
6939 u8 tree_id) in mlxsw_reg_ralta_pack() argument
6944 mlxsw_reg_ralta_tree_id_set(payload, tree_id); in mlxsw_reg_ralta_pack()
6973 MLXSW_ITEM32(reg, ralst, tree_id, 0x00, 0, 8);
6996 static inline void mlxsw_reg_ralst_pack(char *payload, u8 root_bin, u8 tree_id) in mlxsw_reg_ralst_pack() argument
7005 mlxsw_reg_ralst_tree_id_set(payload, tree_id); in mlxsw_reg_ralst_pack()
7047 MLXSW_ITEM32(reg, raltb, tree_id, 0x00, 0, 8);
7051 u8 tree_id) in mlxsw_reg_raltb_pack() argument
7056 mlxsw_reg_raltb_tree_id_set(payload, tree_id); in mlxsw_reg_raltb_pack()
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()
5660 u8 tree_id) in __mlxsw_sp_router_set_abort_trap() argument
5666 mlxsw_reg_ralta_pack(ralta_pl, true, proto, tree_id); in __mlxsw_sp_router_set_abort_trap()
5671 mlxsw_reg_ralst_pack(ralst_pl, 0xff, tree_id); in __mlxsw_sp_router_set_abort_trap()
5681 mlxsw_reg_raltb_pack(raltb_pl, vr->id, proto, tree_id); in __mlxsw_sp_router_set_abort_trap()
/Linux-v5.10/include/uapi/linux/
Dbtrfs.h487 __u64 tree_id; /* in */ member
/Linux-v5.10/fs/btrfs/
Dioctl.c2191 if (sk->tree_id == 0) { in search_ioctl()
2195 root = btrfs_get_fs_root(info, sk->tree_id, true); in search_ioctl()
2309 u64 tree_id, u64 dirid, char *name) in btrfs_search_path_in_tree() argument
2333 root = btrfs_get_fs_root(info, tree_id, true); in btrfs_search_path_in_tree()