Searched refs:rx_post_retry (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/contrib/dev/athk/ath10k/ |
H A D | snoc.h | 75 struct timer_list rx_post_retry; member
|
H A D | pci.h | 127 struct timer_list rx_post_retry; member
|
H A D | snoc.c | 553 mod_timer(&ar_snoc->rx_post_retry, jiffies + in ath10k_snoc_rx_post_pipe() 647 struct ath10k_snoc *ar_snoc = from_timer(ar_snoc, t, rx_post_retry); in ath10k_snoc_rx_replenish_retry() 906 del_timer_sync(&ar_snoc->rx_post_retry); in ath10k_snoc_buffer_cleanup() 1380 timer_setup(&ar_snoc->rx_post_retry, ath10k_snoc_rx_replenish_retry, 0); in ath10k_snoc_setup_resource()
|
H A D | pci.c | 872 mod_timer(&ar_pci->rx_post_retry, jiffies + in ath10k_pci_rx_post_pipe() 891 struct ath10k_pci *ar_pci = from_timer(ar_pci, t, rx_post_retry); in ath10k_pci_rx_replenish_retry() 1907 del_timer_sync(&ar_pci->rx_post_retry); in ath10k_pci_rx_retry_sync() 3564 timer_setup(&ar_pci->rx_post_retry, ath10k_pci_rx_replenish_retry, 0); in ath10k_pci_setup_resource()
|