Home
last modified time | relevance | path

Searched refs:get_htt_tx_complete (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Dhif.h59 int (*get_htt_tx_complete)(struct ath10k *ar); member
151 if (ar->hif.ops->get_htt_tx_complete) in ath10k_hif_get_htt_tx_complete()
152 return ar->hif.ops->get_htt_tx_complete(ar); in ath10k_hif_get_htt_tx_complete()
H A Dsdio.c2126 .get_htt_tx_complete = ath10k_sdio_get_htt_tx_complete,