Lines Matching +full:max +full:- +full:bit +full:- +full:rate
1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
64 uint16_t maxnum_wcb; /* max # of WCB FW handles */
65 /* max # of mcast addresses FW handles*/
67 uint16_t maxnum_tx_wcb; /* max # of tx descs per WCB */
81 * Supply tx/rx dma-related settings to the firmware.
84 uint32_t maxnum_wcb; /* max # of WCB FW handles */
85 uint32_t maxnum_txwcb; /* max # of tx descs per WCB */
126 uint32_t RxNonCtlPkts; /* rx non-control frames */
137 * ant (bit 0 = antenna 1, bit 1 = antenna 2, etc.)
169 uint8_t mcastrate; /* rate for multicast frames */
170 uint8_t mgtrate; /* rate for management frames */
173 uint8_t rate; /* use this tx rate */ member
174 } rateseries[4]; /* rate series */
202 #define MALO_HAL_LOCK(mh) mtx_lock(&mh->mh_mtx)
203 #define MALO_HAL_LOCK_ASSERT(mh) mtx_assert(&mh->mh_mtx, MA_OWNED)
204 #define MALO_HAL_UNLOCK(mh) mtx_unlock(&mh->mh_mtx)