Lines Matching defs:command
37 * time. The command may be executed
97 * @command: LOADER_CMD* commands. Bit 7 is the response.
101 * This structure is used as header for every command/data sent/received
105 u8 command;
184 * response to host command
287 "%s: command=%02lx is_response=%u status=%02x\n",
289 out_hdr->command & CMD_MASK,
290 out_hdr->command & IS_RESPONSE ? 1 : 0,
311 "Timed out for response to command=%02lx",
312 out_hdr->command & CMD_MASK);
374 "%s: command=%02lx is_response=%u status=%02x\n",
376 hdr->command & CMD_MASK,
377 hdr->command & IS_RESPONSE ? 1 : 0,
380 if (((hdr->command & CMD_MASK) != LOADER_CMD_XFER_QUERY) &&
381 ((hdr->command & CMD_MASK) != LOADER_CMD_XFER_FRAGMENT) &&
382 ((hdr->command & CMD_MASK) != LOADER_CMD_START)) {
384 "Invalid command=%02lx\n",
385 hdr->command & CMD_MASK);
399 if (!(hdr->command & IS_RESPONSE)) {
401 "Invalid response to command\n");
474 ldr_xfer_query.hdr.command = LOADER_CMD_XFER_QUERY;
566 ldr_xfer_ipc_frag->fragment.hdr.command = LOADER_CMD_XFER_FRAGMENT;
665 ldr_xfer_dma_frag.fragment.hdr.command = LOADER_CMD_XFER_FRAGMENT;
727 ldr_start.hdr.command = LOADER_CMD_START;