Home
last modified time | relevance | path

Searched refs:MHI_EV_CC_OVERFLOW (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/bus/mhi/
H A Dcommon.h230 MHI_EV_CC_OVERFLOW = 0x3, enumerator
/openbmc/linux/drivers/bus/mhi/ep/
H A Dmain.c344 if (buf_info->code != MHI_EV_CC_OVERFLOW) { in mhi_ep_read_completion()
437 buf_info.code = MHI_EV_CC_OVERFLOW; in mhi_ep_read_channel()
585 buf_info.code = MHI_EV_CC_OVERFLOW; in mhi_ep_queue_skb()
/openbmc/linux/drivers/bus/mhi/host/
H A Dmain.c582 result.transaction_status = (ev_code == MHI_EV_CC_OVERFLOW) ? in parse_xfer_event()
600 case MHI_EV_CC_OVERFLOW: in parse_xfer_event()
730 result.transaction_status = (ev_code == MHI_EV_CC_OVERFLOW) ? in parse_rsc_event()