Lines Matching +full:lite +full:- +full:on

1 /* SPDX-License-Identifier: GPL-2.0-only
3 * Copyright (C) 2020-21 Intel Corporation.
70 /* Size of the buffer for the IP MUX Lite data buffer. */
89 * struct mux_cmdh - Structure of Command Header.
112 * struct mux_acbh - Structure of the Aggregated Command Block Header.
128 * struct mux_adbh - Structure of the Aggregated Data Block Header.
145 * struct mux_adth - Structure of the Aggregated Datagram Table Header.
168 * struct mux_adgh - Aggregated Datagram Header.
193 * struct mux_lite_cmdh - MUX Lite Command Header
203 * the command transaction on the given interface.
217 * struct mux_lite_vfl - value field in generic table
225 * struct ipc_mem_lite_gen_tbl - Generic table format for Queue Level
244 * struct mux_type_cmdh - Structure of command header for mux lite and aggr
245 * @ack_lite: MUX Lite Command Header pointer
254 * struct mux_type_header - Structure of mux header type
266 * ipc_mux_dl_acb_send_cmds - Respond to the Command blocks.
267 * @ipc_mux: Pointer to MUX data-struct
276 * Returns: 0 in success and failure value on error
283 * ipc_mux_netif_tx_flowctrl - Enable/Disable TX flow control on MUX sessions.
286 * @on: true for Enable and false for disable flow control
288 void ipc_mux_netif_tx_flowctrl(struct mux_session *session, int idx, bool on);
291 * ipc_mux_ul_trigger_encode - Route the UL packet through the IP MUX layer
293 * @ipc_mux: Pointer to MUX data-struct
298 * failure value on error
299 * -EBUSY if packet has to be retransmitted.
304 * ipc_mux_ul_data_encode - UL encode function for calling from Tasklet context.
305 * @ipc_mux: Pointer to MUX data-struct
312 * ipc_mux_ul_encoded_process - Handles the Modem processed UL data by adding
314 * @ipc_mux: Pointer to MUX data-struct