Searched refs:root_id (Results 1 – 5 of 5) sorted by relevance
| /drivers/firewire/ |
| A D | packet-serdes-test.c | 252 unsigned int root_id, bool has_force_root_node, in serialize_phy_packet_phy_config() argument 256 phy_packet_phy_config_set_root_id(quadlet, root_id); in serialize_phy_packet_phy_config() 263 unsigned int *root_id, bool *has_force_root_node, in deserialize_phy_packet_phy_config() argument 268 *root_id = phy_packet_phy_config_get_root_id(quadlet); in deserialize_phy_packet_phy_config() 843 unsigned int root_id; in test_phy_packet_phy_config_force_root_node() local 848 deserialize_phy_packet_phy_config(expected, &packet_identifier, &root_id, in test_phy_packet_phy_config_force_root_node() 853 KUNIT_EXPECT_EQ(test, 0x02, root_id); in test_phy_packet_phy_config_force_root_node() 858 serialize_phy_packet_phy_config(&quadlet, packet_identifier, root_id, has_force_root_node, in test_phy_packet_phy_config_force_root_node() 870 unsigned int root_id; in test_phy_packet_phy_config_gap_count_optimization() local 875 deserialize_phy_packet_phy_config(expected, &packet_identifier, &root_id, in test_phy_packet_phy_config_gap_count_optimization() [all …]
|
| A D | core-card.c | 291 int root_id, new_root_id, irm_id, bm_id, local_id; in bm_work() local 324 root_id = root_node->node_id; in bm_work() 465 new_root_id = root_id; in bm_work() 493 (card->gap_count != gap_count || new_root_id != root_id)) in bm_work() 525 root_id, generation, SCODE_100, in bm_work()
|
| A D | phy-packet-definitions.h | 40 static inline void phy_packet_phy_config_set_root_id(u32 *quadlet, unsigned int root_id) in phy_packet_phy_config_set_root_id() argument 43 *quadlet |= (root_id << PHY_CONFIG_ROOT_ID_SHIFT) & PHY_CONFIG_ROOT_ID_MASK; in phy_packet_phy_config_set_root_id()
|
| /drivers/net/ethernet/mellanox/mlx5/core/en/ |
| A D | qos.c | 456 u32 root_id; member 490 err = mlx5_qos_create_root_node(mdev, &rl->root_id); in mlx5e_mqprio_rl_init() 494 qos_dbg(mdev, "Root created, id %#x\n", rl->root_id); in mlx5e_mqprio_rl_init() 500 err = mlx5_qos_create_leaf_node(mdev, rl->root_id, 0, max_average_bw, in mlx5e_mqprio_rl_init() 513 mlx5_qos_destroy_node(mdev, rl->root_id); in mlx5e_mqprio_rl_init() 525 mlx5_qos_destroy_node(rl->mdev, rl->root_id); in mlx5e_mqprio_rl_cleanup()
|
| /drivers/net/ethernet/mellanox/mlxsw/ |
| A D | spectrum_acl_erp.c | 1275 unsigned int root_id) in mlxsw_sp_acl_erp_root_create() argument 1282 root_id != OBJAGG_OBJ_ROOT_ID_INVALID && in mlxsw_sp_acl_erp_root_create() 1283 root_id >= MLXSW_SP_ACL_ERP_MAX_PER_REGION) in mlxsw_sp_acl_erp_root_create()
|
Completed in 19 milliseconds