Lines Matching full:sbe
13 namespace sbe namespace
53 // Handle byte order mismatch ,SBE is big endian and BMC is in read()
59 // Buffer to hold the response data along with the SBE header in read()
63 // Write the command buffer to the SBE FIFO and obtain the response from the in read()
64 // SBE FIFO device.This interface will parse the obtained SBE response and in read()
65 // any internal SBE failures will be communicated via exceptions in read()
81 // Handle byte order mismatch, SBE is big endian and BMC is in write()
91 // Buffer to hold the SBE response status in write()
95 // Write the command buffer to the SBE FIFO and obtain the response from the in write()
96 // SBE FIFO device.This interface will parse the obtained SBE response and in write()
97 // any internal SBE failures will be communicated via exceptions in write()
102 } // namespace sbe