Searched refs:swap_mailbox (Results 1 – 2 of 2) sorted by relevance
57 int (*swap_mailbox)(struct ath10k *ar); member142 if (ar->hif.ops->swap_mailbox) in ath10k_hif_swap_mailbox()143 return ar->hif.ops->swap_mailbox(ar); in ath10k_hif_swap_mailbox()
1945 .swap_mailbox = ath10k_sdio_hif_swap_mailbox,