Searched refs:MediaType (Results 1 – 6 of 6) sorted by relevance
/openbmc/bmcweb/redfish-core/include/generated/enums/ |
H A D | virtual_media.hpp | 10 enum class MediaType{ enum 54 NLOHMANN_JSON_SERIALIZE_ENUM(MediaType, { 55 {MediaType::Invalid, "Invalid"}, 56 {MediaType::CD, "CD"}, 57 {MediaType::Floppy, "Floppy"}, 58 {MediaType::USBStick, "USBStick"}, 59 {MediaType::DVD, "DVD"},
|
H A D | drive.hpp | 10 enum class MediaType{ enum 107 NLOHMANN_JSON_SERIALIZE_ENUM(MediaType, { 108 {MediaType::Invalid, "Invalid"}, 109 {MediaType::HDD, "HDD"}, 110 {MediaType::SSD, "SSD"}, 111 {MediaType::SMR, "SMR"},
|
/openbmc/bmcweb/redfish-core/lib/ |
H A D | storage.hpp | 396 inline std::optional<drive::MediaType> convertDriveType(std::string_view type) in convertDriveType() 400 return drive::MediaType::HDD; in convertDriveType() 404 return drive::MediaType::SSD; in convertDriveType() 411 return drive::MediaType::Invalid; in convertDriveType() 475 std::optional<drive::MediaType> mediaType = in getDriveItemProperties() 483 if (*mediaType == drive::MediaType::Invalid) in getDriveItemProperties()
|
/openbmc/linux/drivers/net/ethernet/atheros/atlx/ |
H A D | atl2.c | 1173 switch (hw->MediaType) { in atl2_check_link() 1754 hw->MediaType = MEDIA_TYPE_AUTO_SENSOR; in atl2_set_link_ksettings() 1757 hw->MediaType = MEDIA_TYPE_100M_FULL; in atl2_set_link_ksettings() 1760 hw->MediaType = MEDIA_TYPE_100M_HALF; in atl2_set_link_ksettings() 1763 hw->MediaType = MEDIA_TYPE_10M_FULL; in atl2_set_link_ksettings() 1766 hw->MediaType = MEDIA_TYPE_10M_HALF; in atl2_set_link_ksettings() 2549 switch (hw->MediaType) { in atl2_phy_setup_autoneg_adv() 2815 ATL2_PARAM(MediaType, "MediaType Select"); 3022 val = MediaType[bd]; in atl2_check_options() 3024 adapter->hw.MediaType = (u16) val; in atl2_check_options() [all …]
|
H A D | atl2.h | 391 u16 MediaType; member
|
/openbmc/libbej/test/ |
H A D | bej_encoder_test.cpp | 121 "RelatedProperties": ["FailurePredicted", "MediaType"]
|