Home
last modified time | relevance | path

Searched refs:et1 (Results 1 – 2 of 2) sorted by relevance

/openbmc/libpldm/tests/dsp/
H A Dpdr.cpp1651 pldm_entity et1; in TEST() local
1652 et1.entity_type = 2; in TEST()
1653 et1.entity_instance_num = 1; in TEST()
1654 EXPECT_EQ(true, pldm_is_current_parent_child(l1, &et1)); in TEST()
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dreg.h2134 MLXSW_ITEM32(reg, spvc, et1, 0x08, 8, 1);
2157 static inline void mlxsw_reg_spvc_pack(char *payload, u16 local_port, bool et1, in mlxsw_reg_spvc_pack() argument
2167 mlxsw_reg_spvc_et1_set(payload, et1); in mlxsw_reg_spvc_pack()