Lines Matching +full:rx +full:- +full:enable
1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 2007-2009 Sam Leffler, Errno Consulting
5 * Copyright (c) 2007-2009 Marvell Semiconductor, Inc.
39 #define MWL_MBSS_SUPPORT /* enable multi-bss support */
85 * Query whether multi-bss support is available/enabled.
132 cause = bus_space_read_4(mh->mh_iot, mh->mh_ioh, in mwl_hal_getisr()
138 bus_space_write_4(mh->mh_iot, mh->mh_ioh, in mwl_hal_getisr()
139 MACREG_REG_A2H_INTERRUPT_CAUSE, cause &~ mh->mh_imask); in mwl_hal_getisr()
140 (void) bus_space_read_4(mh->mh_iot, mh->mh_ioh, in mwl_hal_getisr()
142 cause &= mh->mh_imask; in mwl_hal_getisr()
163 bus_space_write_4(mh->mh_iot, mh->mh_ioh, in mwl_hal_txstart()
165 (void) bus_space_read_4(mh->mh_iot, mh->mh_ioh, MACREG_REG_INT_CODE); in mwl_hal_txstart()
210 uint32_t wcbBase[MWL_NUM_TX_QUEUES - MWL_NUM_ACK_QUEUES];
215 * Supply tx/rx dma-related settings to the firmware.
222 uint32_t wcbBase[MWL_NUM_TX_QUEUES - MWL_NUM_ACK_QUEUES];
231 * rx defragmentation).
237 uint32_t RTSSuccesses; /* CTS rx'd for RTS */
238 uint32_t RTSFailures; /* CTS not rx'd for RTS */
240 uint32_t RxDuplicateFrames; /* rx discard for dup seqno */
241 uint32_t FCSErrorCount; /* rx discard for bad FCS */
243 uint32_t RxOverflows; /* no f/w buffer for rx data */
244 uint32_t RxFragErrors; /* !rx fail due to defrag */
259 uint32_t RxNonCtlPkts; /* rx non-control frames */
260 uint32_t RxMulticasts; /* rx multicast frames */
261 uint32_t RxUndecryptableFrames; /* rx failed due to crypto */
262 uint32_t RxICVErrors; /* rx failed due to ICV check */
263 uint32_t RxExcludedFrames; /* rx discarded, e.g. bssid */
270 * GIType = 0: enable long and short GI
271 * GIType = 1: enable short GI
272 * GIType = 2: enable long GI
292 * The RX antenna can be selected using the bitmask
328 * Initiate an 802.11h-based channel switch. The CSA ie
356 * interpreted as MCS codes (this limits us to 0-127). The
416 #define KEY_TYPE_ID_AES 2 /* AES-CCMP */
419 #define KEY_FLAG_RXGROUPKEY 0x00000002 /* Group key for RX only */
422 #define KEY_FLAG_RXONLY 0x00000010 /* only used for RX */
426 #define KEY_FLAG_MICKEY_VALID 0x02000000 /* Tx/Rx MIC keys are valid */
497 * A-MPDU Block Ack (BA) stream support. There are several
524 * Set/get A-MPDU aggregation parameters.
579 * Enable/disable firmware operation. mwl_hal_start is
589 * If set is non-zero the AID is enabled, if zero it is removed.
594 * Enable/disable 11g protection use. This call specifies
600 * Enable/disable WMM support.
641 * Enable/disable Marvell "turbo mode"".
646 * Set MIMO Power Save handling for a station; the enable and mode
650 uint8_t enable, uint8_t mode);
666 * Enable/disable CF-End use.
671 * Enable/disable sta-mode DWDS use/operation.
676 * Diagnostic interface. This is an open-ended interface that