Lines Matching defs:msg_tmp
311 struct tmComResInfo msg_tmp;
370 memcpy_fromio(&msg_tmp, bus->m_pdwGetRing + curr_grp, space_rem);
371 memcpy_fromio((u8 *)&msg_tmp + space_rem, bus->m_pdwGetRing,
376 memcpy_fromio(&msg_tmp, bus->m_pdwGetRing + curr_grp, bytes_to_read);
379 msg_tmp.size = le16_to_cpu((__force __le16)msg_tmp.size);
380 msg_tmp.command = le32_to_cpu((__force __le32)msg_tmp.command);
381 msg_tmp.controlselector = le16_to_cpu((__force __le16)msg_tmp.controlselector);
382 memcpy(msg, &msg_tmp, sizeof(*msg));
391 if ((msg_tmp.id != msg->id) || (msg_tmp.command != msg->command) ||
392 (msg_tmp.controlselector != msg->controlselector) ||
393 (msg_tmp.seqno != msg->seqno) || (msg_tmp.size != msg->size)) {
397 saa7164_bus_dumpmsg(dev, &msg_tmp, NULL);