Lines Matching +full:tx +full:- +full:mailbox +full:- +full:count
1 /* SPDX-License-Identifier: ISC */
3 * Copyright (c) 2004-2011 Atheros Communications Inc.
4 * Copyright (c) 2011-2012 Qualcomm Atheros, Inc.
5 * Copyright (c) 2016-2017 Erik Stromdahl <erik.stromdahl@gmail.com>
15 /* Mailbox address in SDIO address space */
29 (ATH10K_SDIO_MAX_BUFFER_SIZE - sizeof(struct ath10k_htc_hdr))
36 /* HTC runs over mailbox 0 */
69 /* mode to enable special 4-bit interrupt assertion without clock */
80 * (HTC_HOST_MAX_MSG_PER_RX_BUNDLE) has the HTC header bundle count set
107 /* TODO: remove this and use skb->cb instead, much cleaner approach */
118 * If not, the eid is not applicable an the TX completion handler
233 return (struct ath10k_sdio *)ar->drv_priv; in ath10k_sdio_priv()