Lines Matching +full:rx +full:- +full:tx +full:- +full:swap
1 /* SPDX-License-Identifier: BSD-3-Clause-Clear */
3 * Copyright (c) 2018-2019 The Linux Foundation. All rights reserved.
11 /* Byte swap data words */
24 /* Threshold to poll for tx completion in case of Interrupt disabled CE's */
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 */
127 /* Start of DMA-coherent area reserved for descriptors */
134 * Aligned to descriptor-size boundary.
135 * Points into reserved DMA-coherent area, above.