Home
last modified time | relevance | path

Searched full:protocol (Results 1 – 25 of 2986) sorted by relevance

12345678910>>...120

/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Dprotocol.hpp6 namespace protocol namespace
10 enum class Protocol{ enum
56 NLOHMANN_JSON_SERIALIZE_ENUM(Protocol, {
57 {Protocol::Invalid, "Invalid"},
58 {Protocol::PCIe, "PCIe"},
59 {Protocol::AHCI, "AHCI"},
60 {Protocol::UHCI, "UHCI"},
61 {Protocol::SAS, "SAS"},
62 {Protocol::SATA, "SATA"},
63 {Protocol::USB, "USB"},
[all …]
/openbmc/openbmc-test-automation/redfish/managers/
H A Dtest_bmc_protocol_settings.robot2 Documentation Test BMC manager protocol enable/disable functionality.
9 Suite Teardown Run Keywords Enable IPMI Protocol ${initial_ipmi_state} AND Redfish.Logout
27 Verify SSH Protocol State ${True}
30 Enable SSH Protocol And Verify
31 [Documentation] Enable SSH protocol and verify.
34 Enable SSH Protocol ${True}
37 Verify SSH Protocol State ${True}
43 Disable SSH Protocol And Verify
44 [Documentation] Disable SSH protocol and verify.
46 [Teardown] Enable SSH Protocol ${True}
[all …]
/openbmc/linux/drivers/ata/pata_parport/
DKconfig
/openbmc/linux/tools/testing/selftests/tc-testing/tc-tests/filters/
Dmatchall.json
Dflow.json
Dbasic.json
Dcgroup.json
Dbpf.json
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/
H A DProtocol.json2 "$id": "http://redfish.dmtf.org/schemas/v1/Protocol.json",
6 "Protocol": { object
58 "FCP": "Fibre Channel Protocol for SCSI.",
61 "FTP": "File Transfer Protocol (FTP).",
64 "HTTP": "Hypertext Transport Protocol (HTTP).",
65 "HTTPS": "Hypertext Transfer Protocol Secure (HTTPS).",
77 "RoCE": "RDMA over Converged Ethernet Protocol.",
78 "RoCEv2": "RDMA over Converged Ethernet Protocol Version 2.",
81 "SFTP": "SSH File Transfer Protocol (SFTP).",
83 "TCP": "Transmission Control Protocol (TC
[all...]
H A DManagerNetworkProtocol.v1_12_0.json92 "description": "The settings for a network protocol associated with a manager.",
93 … "longDescription": "This type shall describe information about a protocol setting for a manager.",
117 "description": "The protocol port.",
118 … "longDescription": "This property shall contain the port assigned to the protocol.",
127 "description": "An indication of whether the protocol is enabled.",
128 … "longDescription": "This property shall indicate whether the protocol is enabled.",
176 "$ref": "#/definitions/Protocol",
177 "description": "The settings for this manager's DHCPv4 protocol support.",
178 … "longDescription": "This object shall contain the DHCPv4 protocol settings for the manager.",
182 "$ref": "#/definitions/Protocol",
[all …]
/openbmc/linux/tools/testing/selftests/net/forwarding/
Dtc_flower.sh
Dtc_actions.sh
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/
H A DProtocol.json2 "$id": "http://redfish.dmtf.org/schemas/v1/Protocol.json",
6 "Protocol": { object
58 "FCP": "Fibre Channel Protocol for SCSI.",
61 "FTP": "File Transfer Protocol (FTP).",
64 "HTTP": "Hypertext Transport Protocol (HTTP).",
65 "HTTPS": "Hypertext Transfer Protocol Secure (HTTPS).",
77 "RoCE": "RDMA over Converged Ethernet Protocol.",
78 "RoCEv2": "RDMA over Converged Ethernet Protocol Version 2.",
81 "SFTP": "SSH File Transfer Protocol (SFTP).",
83 "TCP": "Transmission Control Protocol (TCP).",
[all …]
H A DManagerNetworkProtocol.v1_12_0.json92 "description": "The settings for a network protocol associated with a manager.",
93 … "longDescription": "This type shall describe information about a protocol setting for a manager.",
117 "description": "The protocol port.",
118 … "longDescription": "This property shall contain the port assigned to the protocol.",
127 "description": "An indication of whether the protocol is enabled.",
128 … "longDescription": "This property shall indicate whether the protocol is enabled.",
176 "$ref": "#/definitions/Protocol",
177 "description": "The settings for this manager's DHCPv4 protocol support.",
178 … "longDescription": "This object shall contain the DHCPv4 protocol settings for the manager.",
182 "$ref": "#/definitions/Protocol",
[all …]
/openbmc/linux/tools/testing/selftests/tc-testing/tc-tests/infra/
Dactions.json
/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/
Dtc_restrictions.sh
/openbmc/linux/drivers/pnp/
Dcore.c
/openbmc/linux/net/ax25/
Dax25_iface.c
/openbmc/linux/include/trace/events/
Dsmbus.h
/openbmc/linux/include/uapi/linux/
Dlirc.h
/openbmc/linux/drivers/media/rc/img-ir/
DKconfig
/openbmc/linux/tools/testing/selftests/drivers/net/dsa/
Dtc_actions.sh
/openbmc/linux/net/ipv4/netfilter/
Dnf_socket_ipv4.c
/openbmc/u-boot/lib/efi_loader/
H A Defi_boottime.c457 * efi_search_protocol() - find a protocol on a handle.
459 * @protocol_guid: GUID of the protocol
460 * @handler: reference to the protocol
477 struct efi_handler *protocol; in efi_search_protocol() local
479 protocol = list_entry(lhandle, struct efi_handler, link); in efi_search_protocol()
480 if (!guidcmp(protocol->guid, protocol_guid)) { in efi_search_protocol()
482 *handler = protocol; in efi_search_protocol()
490 * efi_remove_protocol() - delete protocol from a handle
491 * @handle: handle from which the protocol shall be deleted
492 * @protocol: GUID of the protocol to be deleted
[all …]
/openbmc/linux/net/ipv4/
Dxfrm4_protocol.c

12345678910>>...120