Lines Matching refs:hbm_cmd
49 * @hbm_cmd: host bus message command
55 static inline void ishtp_hbm_cl_hdr(struct ishtp_cl *cl, uint8_t hbm_cmd,
62 cmd->hbm_cmd = hbm_cmd;
135 start_req.hbm_cmd = HOST_START_REQ_CMD;
171 enum_req.hbm_cmd = HOST_ENUM_REQ_CMD;
218 prop_req.hbm_cmd = HOST_CLIENT_PROPERTIES_REQ_CMD;
246 stop_req.hbm_cmd = HOST_STOP_REQ_CMD;
562 switch (ishtp_msg->hbm_cmd) {
727 (unsigned int)ishtp_msg->hbm_cmd);
779 if (ishtp_msg->hbm_cmd == ISHTP_FLOW_CONTROL_CMD) {
835 if (ishtp_msg->hbm_cmd == CLIENT_CONNECT_RES_CMD ||
836 ishtp_msg->hbm_cmd == CLIENT_DISCONNECT_RES_CMD ||
837 ishtp_msg->hbm_cmd == CLIENT_DISCONNECT_REQ_CMD ||
838 ishtp_msg->hbm_cmd == DMA_XFER) {
854 (unsigned int)ishtp_msg->hbm_cmd);