Searched refs:ah_setup_tx_desc (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath5k/ |
H A D | desc.c | 776 ah->ah_setup_tx_desc = ath5k_hw_setup_4word_tx_desc; in ath5k_hw_init_desc_functions() 780 ah->ah_setup_tx_desc = ath5k_hw_setup_2word_tx_desc; in ath5k_hw_init_desc_functions()
|
H A D | ath5k.h | 1453 int (*ah_setup_tx_desc)(struct ath5k_hw *, struct ath5k_desc *, member
|
H A D | base.c | 796 ret = ah->ah_setup_tx_desc(ah, ds, pktlen, in ath5k_txbuf_setup() 1868 ret = ah->ah_setup_tx_desc(ah, ds, skb->len, in ath5k_beacon_setup()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath5k/ |
H A D | desc.c | 776 ah->ah_setup_tx_desc = ath5k_hw_setup_4word_tx_desc; in ath5k_hw_init_desc_functions() 780 ah->ah_setup_tx_desc = ath5k_hw_setup_2word_tx_desc; in ath5k_hw_init_desc_functions()
|
H A D | ath5k.h | 1449 int (*ah_setup_tx_desc)(struct ath5k_hw *, struct ath5k_desc *, member
|
H A D | base.c | 841 ret = ah->ah_setup_tx_desc(ah, ds, pktlen, in ath5k_txbuf_setup() 1913 ret = ah->ah_setup_tx_desc(ah, ds, skb->len, in ath5k_beacon_setup()
|
Completed in 15 milliseconds