Lines Matching +full:smp2p +full:- +full:modem
1 /* SPDX-License-Identifier: GPL-2.0 */
3 /* Copyright (c) 2012-2018, The Linux Foundation. All rights reserved.
4 * Copyright (C) 2018-2024 Linaro Ltd.
25 * struct ipa - IPA information
32 * @smp2p: SMP2P information
37 * @modem_route_count: Number of modem entries in a routing table
44 * @mem_addr: DMA address of IPA-local memory space
45 * @mem_virt: Virtual address of IPA-local memory space
49 * @mem: Array of IPA-local memory region descriptors
54 * @zero_addr: DMA address of preallocated zero-filled memory
55 * @zero_virt: Virtual address of preallocated zero-filled memory
56 * @zero_size: Size (bytes) of preallocated zero-filled memory
64 * @modem_tx_count: Number of defined modem TX endoints
69 * @modem_state: State of modem (stopped, running)
70 * @modem_netdev: Network device structure used for modem
80 struct ipa_smp2p *smp2p; member
118 u64 filtered; /* Support filtering (AP and modem) */
135 * ipa_setup() - Perform IPA setup
152 * loaded (in addition to some other low-level initialization). This early
154 * modem.
161 * If the modem performs early GSI initialization, the AP needs to know
162 * when this has occurred. An SMP2P interrupt is used for this purpose,