Lines Matching full:command
25 /* ACK the flow control command. Shall have the same Transaction ID as the
26 * matching FLOW_CTL command
30 /* Aggregation Protocol Command for report packet indicating link quality
37 /* ACBH: Signature of the Aggregated Command Block Header. */
58 /* CMDH: Signature of the Command Header. */
89 * struct mux_cmdh - Structure of Command Header.
90 * @signature: Signature of the Command Header.
91 * @cmd_len: Length (in bytes) of the Aggregated Command Block.
94 * @next_cmd_index: Index (in bytes) to the next command in the buffer.
95 * @command_type: Command Enum. See table Session Management chapter for
97 * @transaction_id: The Transaction ID shall be unique to the command
98 * @param: Optional parameters used with the command.
112 * struct mux_acbh - Structure of the Aggregated Command Block Header.
113 * @signature: Signature of the Aggregated Command Block Header.
116 * @block_length: Length (in bytes) of the Aggregated Command Block.
117 * @first_cmd_index: Index (in bytes) to the first command in the buffer.
193 * struct mux_lite_cmdh - MUX Lite Command Header
194 * @signature: Signature of the Command Header(0x48444D43)
195 * @cmd_len: Length (in bytes) of the command. This length shall
199 * @command_type: Command Enum.
201 * command Responses and ACKs shall have the same
203 * the command transaction on the given interface.
204 * @param: Optional parameters used with the command.
244 * struct mux_type_cmdh - Structure of command header for mux lite and aggr
245 * @ack_lite: MUX Lite Command Header pointer
246 * @ack_aggr: Command Header pointer
266 * ipc_mux_dl_acb_send_cmds - Respond to the Command blocks.
268 * @cmd_type: Command
270 * @transaction_id: Command transaction id.
271 * @param: Pointer to command params.