Lines Matching +full:wifi +full:- +full:firmware
1 /* SPDX-License-Identifier: BSD-3-Clause-Clear */
3 * Copyright (c) 2018-2021 The Linux Foundation. All rights reserved.
4 * Copyright (c) 2021-2022, 2024 Qualcomm Innovation Center, Inc. All rights reserved.
29 * "coming IN over air through Target to Host" as with a WiFi Rx operation.
31 * as with a WiFi Tx operation. This is somewhat awkward for the "middle-man"
36 #define PIPEDIR_IN 1 /* Target-->Host, WiFi Rx direction */
37 #define PIPEDIR_OUT 2 /* Host->Target, WiFi Tx direction */
68 * NOTE: Structure is shared between Host software and Target firmware!
83 /* #entries in source ring - Must be a power of 2 */
91 /* #entries in destination ring - Must be a power of 2 */
118 /* Start of DMA-coherent area reserved for descriptors */
125 * Aligned to descriptor-size boundary.
126 * Points into reserved DMA-coherent area, above.