Home
last modified time | relevance | path

Searched refs:InterfaceInfo (Results 1 – 25 of 241) sorted by relevance

12345678910

/openbmc/phosphor-networkd/src/
H A Drtnetlink.cpp13 static void parseVlanInfo(InterfaceInfo& info, std::string_view msg) in parseVlanInfo()
31 static void parseLinkInfo(InterfaceInfo& info, std::string_view msg) in parseLinkInfo()
54 InterfaceInfo intfFromRtm(std::string_view msg) in intfFromRtm()
57 InterfaceInfo ret; in intfFromRtm()
H A Dtypes.hpp27 struct InterfaceInfo struct
39 constexpr bool operator==(const InterfaceInfo& rhs) const noexcept in operator ==() argument
100 InterfaceInfo intf;
H A Dncsi_util.hpp39 struct InterfaceInfo struct
134 std::optional<InterfaceInfo> getInfo(int package);
H A Dnetwork_manager.hpp59 void addInterface(const InterfaceInfo& info);
60 void removeInterface(const InterfaceInfo& info);
H A Drtnetlink.hpp11 InterfaceInfo intfFromRtm(std::string_view msg);
H A Dethernet_interface.hpp112 void updateInfo(const InterfaceInfo& info, bool skipSignal = false);
262 const InterfaceInfo& info,
/openbmc/phosphor-networkd/test/
H A Dmock_syscall.cpp31 using phosphor::network::InterfaceInfo;
33 std::map<std::string, InterfaceInfo> mock_if;
41 void phosphor::network::system::mock_addIF(const InterfaceInfo& info) in mock_addIF()
H A Dmock_syscall.hpp10 void mock_addIF(const InterfaceInfo& info);
H A Dtest_rtnetlink.cpp31 (InterfaceInfo{.type = 3, .idx = 1, .flags = 2})); in TEST()
58 auto expected = InterfaceInfo{ in TEST()
/openbmc/qemu/include/qom/
H A Dobject.h26 typedef struct InterfaceInfo InterfaceInfo; typedef
296 .interfaces = (InterfaceInfo[]) { __VA_ARGS__ } , \
492 InterfaceInfo *interfaces;
565 struct InterfaceInfo { struct
/openbmc/qemu/hw/display/
H A Dvirtio-gpu-pci-rutabaga.c37 .interfaces = (InterfaceInfo[]) {
/openbmc/qemu/hw/pci-host/
H A Duninorth.c336 .interfaces = (InterfaceInfo[]) {
364 .interfaces = (InterfaceInfo[]) {
392 .interfaces = (InterfaceInfo[]) {
420 .interfaces = (InterfaceInfo[]) {
H A Darticia.c276 .interfaces = (InterfaceInfo[]) {
286 .interfaces = (InterfaceInfo[]) {
/openbmc/qemu/hw/char/
H A Dserial-pci-multi.c198 .interfaces = (InterfaceInfo[]) {
210 .interfaces = (InterfaceInfo[]) {
/openbmc/qemu/hw/s390x/
H A Dap-bridge.c78 .interfaces = (InterfaceInfo[]) {
/openbmc/qemu/net/can/
H A Dcan_host.c95 .interfaces = (InterfaceInfo[]) {
/openbmc/qemu/hw/pci-bridge/
H A Dsimba.c90 .interfaces = (InterfaceInfo[]) {
H A Di82801b11.c110 .interfaces = (InterfaceInfo[]) {
H A Dpci_expander_bridge.c453 .interfaces = (InterfaceInfo[]) {
490 .interfaces = (InterfaceInfo[]) {
542 (InterfaceInfo[]){
/openbmc/qemu/hw/sd/
H A Dsdhci-pci.c77 .interfaces = (InterfaceInfo[]) {
/openbmc/qemu/hw/misc/
H A Dpvpanic-pci.c84 .interfaces = (InterfaceInfo[]) {
/openbmc/qemu/tests/unit/
H A Dcheck-qom-interface.c55 .interfaces = (InterfaceInfo[]) {
/openbmc/qemu/authz/
H A Dsimple.c114 .interfaces = (InterfaceInfo[]) {
/openbmc/qemu/hw/cxl/
H A Dswitch-mailbox-cci.c101 .interfaces = (InterfaceInfo[]) {
/openbmc/qemu/hw/ppc/
H A De500plat.c110 .interfaces = (InterfaceInfo[]) {

12345678910