Lines Matching +full:shared +full:- +full:memory
1 /* SPDX-License-Identifier: GPL-2.0 */
4 * Copyright (C) 2018-2022 Linaro Ltd.
17 #define IPA_QMI_INDICATION_REGISTER 0x20 /* modem -> AP request */
18 #define IPA_QMI_INIT_DRIVER 0x21 /* AP -> modem request */
19 #define IPA_QMI_INIT_COMPLETE 0x22 /* AP -> modem indication */
20 #define IPA_QMI_DRIVER_INIT_COMPLETE 0x35 /* modem -> AP request */
27 #define IPA_QMI_INDICATION_REGISTER_REQ_SZ 20 /* -> server handle */
28 #define IPA_QMI_INDICATION_REGISTER_RSP_SZ 7 /* <- server handle */
29 #define IPA_QMI_INIT_DRIVER_REQ_SZ 162 /* client handle -> */
30 #define IPA_QMI_INIT_DRIVER_RSP_SZ 25 /* client handle <- */
31 #define IPA_QMI_INIT_COMPLETE_IND_SZ 7 /* <- server handle */
32 #define IPA_QMI_DRIVER_INIT_COMPLETE_REQ_SZ 4 /* -> server handle */
33 #define IPA_QMI_DRIVER_INIT_COMPLETE_RSP_SZ 7 /* <- server handle */
89 /* This defines the start and end offset of a range of memory. The start
90 * value is a byte offset relative to the start of IPA shared memory. The
101 * is an offset relative to the start of IPA shared memory. The
110 /* This defines the location and size of a range of memory. The
111 * start is an offset relative to the start of IPA shared memory.
113 * (in bytes) of the memory region is specified rather than the
128 /* Modem header table information. This defines the IPA shared
129 * memory in which the modem may insert header table entries.
135 * *index* (not byte) for the modem portion of non-hashable IPv4 and
137 * to the start of IPA shared memory.
145 * non-hashable IPv4 and IPv6 filter tables. The start values are
146 * byte offsets relative to the start of IPA shared memory.
153 /* Modem memory information. This defines the location and
154 * size of memory available for the modem to use.
175 /* Processing context memory information. This defines the memory in
181 /* Compression command memory information. This defines the memory
190 * byte offsets relative to the start of IPA shared memory.
200 * shared memory.
208 * first and last statistics sub-regions. (IPA v4.0 and above)