Lines Matching refs:Command
29 @param[in] NetFunction Net function of the command.
30 @param[in] Command IPMI Command.
31 @param[in] RequestData Command Request Data.
32 @param[in] RequestDataSize Size of Command Request Data.
33 @param[out] ResponseData Command Response Data. The completion code is the first byte of response data.
34 @param[in, out] ResponseDataSize Size of Command Response Data.
36 @retval EFI_SUCCESS The command byte stream was successfully submit to the device and a response was successfully received.
37 @retval EFI_NOT_FOUND The command was not successfully sent to the device or a response was not successfully received from the device.
38 @retval EFI_NOT_READY Ipmi Device is not ready for Ipmi command access.
40 @retval EFI_TIMEOUT The command time out.
41 @retval EFI_UNSUPPORTED The command was not successfully sent to the device.
49 IN UINT8 Command,