Lines Matching full:we

94         // we were handed an endpoint that can't be treated as an MCTP endpoint  in processRecvMsg()
102 // we received a message that this handler doesn't support in processRecvMsg()
104 lg2::error("MctpRequester: Message type mismatch. We received {MSG}", in processRecvMsg()
120 // if the received length was greater than our buffer, we would've truncated in processRecvMsg()
128 // we received something from the device, in processRecvMsg()
129 // but we aren't able to parse iid byte in processRecvMsg()
139 // we received a request from a downstream device. in processRecvMsg()
140 // We don't currently support this, drop the packet in processRecvMsg()
151 // we've received a packet that is a response in processRecvMsg()
152 // from a device we've never talked to in processRecvMsg()
160 // we received an iid that doesn't match the one we sent in processRecvMsg()
186 // we've sent something to a device that we have in handleSendMsgCompletion()
189 "MctpRequester completed send for an EID that we have no record of"); in handleSendMsgCompletion()
238 lg2::error("We tried to a handle a result for an eid we don't have"); in handleResult()
254 // we won't get a receive path error message. in handleResult()
256 // for a given system, we should only restart the service if its in handleResult()
257 // unrecoverable, i.e. if we get error codes that the client in handleResult()
259 // and hope that we can deal with it then. in handleResult()
260 // since we're fully async, the only reasonable way to bubble in handleResult()
262 // alternatively we could call cancel on the io_context, but there's in handleResult()
317 lg2::error("We are attempting to process a queue that doesn't exist"); in processQueue()