Lines Matching +full:wifi +full:- +full:2
1 /* SPDX-License-Identifier: BSD-3-Clause-Clear */
3 * Copyright (c) 2018-2019 The Linux Foundation. All rights reserved.
12 #define CE_ATTR_BYTE_SWAP_DATA 2
35 * "coming IN over air through Target to Host" as with a WiFi Rx operation.
37 * as with a WiFi Tx operation. This is somewhat awkward for the "middle-man"
42 #define PIPEDIR_IN 1 /* Target-->Host, WiFi Rx direction */
43 #define PIPEDIR_OUT 2 /* Host->Target, WiFi Tx direction */
91 /* #entries in source ring - Must be a power of 2 */
100 /* #entries in destination ring - Must be a power of 2 */
109 /* Number of entries in this ring; must be power of 2 */
127 /* Start of DMA-coherent area reserved for descriptors */
134 * Aligned to descriptor-size boundary.
135 * Points into reserved DMA-coherent area, above.