Home
last modified time | relevance | path

Searched refs:rx_post_retry (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/wireless/ath/ath10k/
H A Dsnoc.h77 struct timer_list rx_post_retry; member
H A Dpci.h128 struct timer_list rx_post_retry; member
H A Dsnoc.c555 mod_timer(&ar_snoc->rx_post_retry, jiffies + in ath10k_snoc_rx_post_pipe()
650 rx_post_retry); in ath10k_snoc_rx_replenish_retry()
917 timer_delete_sync(&ar_snoc->rx_post_retry); in ath10k_snoc_buffer_cleanup()
1412 timer_setup(&ar_snoc->rx_post_retry, ath10k_snoc_rx_replenish_retry, 0); in ath10k_snoc_setup_resource()
H A Dpci.c829 mod_timer(&ar_pci->rx_post_retry, jiffies + in ath10k_pci_rx_post_pipe()
849 rx_post_retry); in ath10k_pci_rx_replenish_retry()
1822 timer_delete_sync(&ar_pci->rx_post_retry); in ath10k_pci_rx_retry_sync()
3467 timer_setup(&ar_pci->rx_post_retry, ath10k_pci_rx_replenish_retry, 0); in ath10k_pci_setup_resource()