Lines Matching defs:hdr
117 struct imx_sc_rpc_msg *hdr;
128 hdr = msg;
129 sc_ipc->rx_size = hdr->size;
141 hdr = msg;
142 sc_ipc->rx_size = hdr->size;
161 struct imx_sc_rpc_msg hdr = *(struct imx_sc_rpc_msg *)msg;
169 if (hdr.size > IMX_SC_RPC_MAX_MSG)
172 dev_dbg(sc_ipc->dev, "RPC SVC %u FUNC %u SIZE %u\n", hdr.svc,
173 hdr.func, hdr.size);
175 size = sc_ipc->fast_ipc ? 1 : hdr.size;
207 struct imx_sc_rpc_msg *hdr;
236 /* response status is stored in hdr->func field */
237 hdr = msg;
238 ret = hdr->func;
241 * in hdr->func, but they do have response data, those special