Home | History | Annotate | Download | only in Protocol

Lines Matching refs:Command

35   @param[in]         NetFunction       Net function of the command.

36 @param[in] Command IPMI Command.
37 @param[in] RequestData Command Request Data.
38 @param[in] RequestDataSize Size of Command Request Data.
39 @param[out] ResponseData Command Response Data. The completion code is the first byte of response data.
40 @param[in, out] ResponseDataSize Size of Command Response Data.
42 @retval EFI_SUCCESS The command byte stream was successfully submit to the device and a response was successfully received.
43 @retval EFI_NOT_FOUND The command was not successfully sent to the device or a response was not successfully received from the device.
44 @retval EFI_NOT_READY Ipmi Device is not ready for Ipmi command access.
46 @retval EFI_TIMEOUT The command time out.
47 @retval EFI_UNSUPPORTED The command was not successfully sent to the device.
55 IN UINT8 Command,
63 // IPMI COMMAND PROTOCOL