Lines Matching defs:hdr
116 struct imx_sc_rpc_msg *hdr;
127 hdr = msg;
128 sc_ipc->rx_size = hdr->size;
140 hdr = msg;
141 sc_ipc->rx_size = hdr->size;
160 struct imx_sc_rpc_msg hdr = *(struct imx_sc_rpc_msg *)msg;
168 if (hdr.size > IMX_SC_RPC_MAX_MSG)
171 dev_dbg(sc_ipc->dev, "RPC SVC %u FUNC %u SIZE %u\n", hdr.svc,
172 hdr.func, hdr.size);
174 size = sc_ipc->fast_ipc ? 1 : hdr.size;
206 struct imx_sc_rpc_msg *hdr;
235 /* response status is stored in hdr->func field */
236 hdr = msg;
237 ret = hdr->func;
240 * in hdr->func, but they do have response data, those special