rx_post_retry     827 drivers/net/wireless/ath/ath10k/pci.c 			mod_timer(&ar_pci->rx_post_retry, jiffies +
rx_post_retry     846 drivers/net/wireless/ath/ath10k/pci.c 	struct ath10k_pci *ar_pci = from_timer(ar_pci, t, rx_post_retry);
rx_post_retry    1817 drivers/net/wireless/ath/ath10k/pci.c 	del_timer_sync(&ar_pci->rx_post_retry);
rx_post_retry    3471 drivers/net/wireless/ath/ath10k/pci.c 	timer_setup(&ar_pci->rx_post_retry, ath10k_pci_rx_replenish_retry, 0);
rx_post_retry     127 drivers/net/wireless/ath/ath10k/pci.h 	struct timer_list rx_post_retry;
rx_post_retry     546 drivers/net/wireless/ath/ath10k/snoc.c 			mod_timer(&ar_snoc->rx_post_retry, jiffies +
rx_post_retry     640 drivers/net/wireless/ath/ath10k/snoc.c 	struct ath10k_snoc *ar_snoc = from_timer(ar_snoc, t, rx_post_retry);
rx_post_retry     899 drivers/net/wireless/ath/ath10k/snoc.c 	del_timer_sync(&ar_snoc->rx_post_retry);
rx_post_retry    1318 drivers/net/wireless/ath/ath10k/snoc.c 	timer_setup(&ar_snoc->rx_post_retry, ath10k_snoc_rx_replenish_retry, 0);
rx_post_retry      79 drivers/net/wireless/ath/ath10k/snoc.h 	struct timer_list rx_post_retry;