Searched refs:ath9k_hw_rxprocdesc (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/net/wireless/ath/ath9k/ |
D | recv.c | 728 ret = ath9k_hw_rxprocdesc(ah, ds, rs); in ath_get_next_rx_buf() 754 ret = ath9k_hw_rxprocdesc(ah, tds, &trs); in ath_get_next_rx_buf() 762 ret = ath9k_hw_rxprocdesc(ah, ds, rs); in ath_get_next_rx_buf()
|
D | mac.c | 524 int ath9k_hw_rxprocdesc(struct ath_hw *ah, struct ath_desc *ds, in ath9k_hw_rxprocdesc() function 629 EXPORT_SYMBOL(ath9k_hw_rxprocdesc);
|
D | mac.h | 729 int ath9k_hw_rxprocdesc(struct ath_hw *ah, struct ath_desc *ds,
|