Lines Matching defs:msg
783 /* write msg to dma buf */
794 /* send dma_xfer hbm msg */
876 * If message buffer overflown (exceeds max. client msg
905 * the whole msg arrived, send a new FC, and add a new
906 * rb buffer for the next coming msg
941 dev_err(dev->devc, "Dropped Rx msg - no request\n");
959 * @msg: message pointer
965 void recv_ishtp_cl_msg_dma(struct ishtp_device *dev, void *msg,
998 * If message buffer overflown (exceeds max. client msg
1022 clflush_cache_range(msg, hbm->msg_length);
1024 memcpy(buffer, msg, hbm->msg_length);
1034 * the whole msg arrived, send a new FC, and add a new
1035 * rb buffer for the next coming msg
1068 dev_err(dev->devc, "Dropped Rx (DMA) msg - no request\n");