Lines Matching defs:command
37 * time. The command may be executed
100 * @command: LOADER_CMD* commands. Bit 7 is the response.
105 * This structure is used as header for every command/data sent/received
109 u8 command;
188 * response to host command
292 "%s: command=%02lx is_response=%u status=%02x\n",
294 out_hdr->command & CMD_MASK,
295 out_hdr->command & IS_RESPONSE ? 1 : 0,
316 "Timed out for response to command=%02lx",
317 out_hdr->command & CMD_MASK);
379 "%s: command=%02lx is_response=%u status=%02x\n",
381 hdr->command & CMD_MASK,
382 hdr->command & IS_RESPONSE ? 1 : 0,
385 if (((hdr->command & CMD_MASK) != LOADER_CMD_XFER_QUERY) &&
386 ((hdr->command & CMD_MASK) != LOADER_CMD_XFER_FRAGMENT) &&
387 ((hdr->command & CMD_MASK) != LOADER_CMD_START)) {
389 "Invalid command=%02lx\n",
390 hdr->command & CMD_MASK);
404 if (!(hdr->command & IS_RESPONSE)) {
406 "Invalid response to command\n");
479 ldr_xfer_query.hdr.command = LOADER_CMD_XFER_QUERY;
571 ldr_xfer_ipc_frag->fragment.hdr.command = LOADER_CMD_XFER_FRAGMENT;
670 ldr_xfer_dma_frag.fragment.hdr.command = LOADER_CMD_XFER_FRAGMENT;
732 ldr_start.hdr.command = LOADER_CMD_START;