Lines Matching refs:ishtp_msg
548 struct ishtp_bus_message *ishtp_msg; in ishtp_hbm_dispatch() local
560 ishtp_msg = hdr; in ishtp_hbm_dispatch()
562 switch (ishtp_msg->hbm_cmd) { in ishtp_hbm_dispatch()
564 version_res = (struct hbm_host_version_response *)ishtp_msg; in ishtp_hbm_dispatch()
591 connect_res = (struct hbm_client_connect_response *)ishtp_msg; in ishtp_hbm_dispatch()
597 (struct hbm_client_connect_response *)ishtp_msg; in ishtp_hbm_dispatch()
602 props_res = (struct hbm_props_response *)ishtp_msg; in ishtp_hbm_dispatch()
660 enum_res = (struct hbm_host_enum_response *) ishtp_msg; in ishtp_hbm_dispatch()
692 (struct hbm_client_connect_request *)ishtp_msg; in ishtp_hbm_dispatch()
705 dma_xfer = (struct dma_xfer_hbm *)ishtp_msg; in ishtp_hbm_dispatch()
715 dma_xfer = (struct dma_xfer_hbm *)ishtp_msg; in ishtp_hbm_dispatch()
727 (unsigned int)ishtp_msg->hbm_cmd); in ishtp_hbm_dispatch()
772 struct ishtp_bus_message *ishtp_msg = in recv_hbm() local
779 if (ishtp_msg->hbm_cmd == ISHTP_FLOW_CONTROL_CMD) { in recv_hbm()
781 (struct hbm_flow_control *)ishtp_msg; in recv_hbm()
835 if (ishtp_msg->hbm_cmd == CLIENT_CONNECT_RES_CMD || in recv_hbm()
836 ishtp_msg->hbm_cmd == CLIENT_DISCONNECT_RES_CMD || in recv_hbm()
837 ishtp_msg->hbm_cmd == CLIENT_DISCONNECT_REQ_CMD || in recv_hbm()
838 ishtp_msg->hbm_cmd == DMA_XFER) { in recv_hbm()
839 ishtp_hbm_dispatch(dev, ishtp_msg); in recv_hbm()
854 (unsigned int)ishtp_msg->hbm_cmd); in recv_hbm()
857 memcpy(dev->rd_msg_fifo + dev->rd_msg_fifo_tail, ishtp_msg, in recv_hbm()