Searched refs:t7xx_cldma_hw (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/wwan/t7xx/ |
H A D | t7xx_cldma.h | 146 struct t7xx_cldma_hw { struct 153 void t7xx_cldma_hw_irq_dis_txrx(struct t7xx_cldma_hw *hw_info, unsigned int qno, 155 void t7xx_cldma_hw_irq_dis_eq(struct t7xx_cldma_hw *hw_info, unsigned int qno, 157 void t7xx_cldma_hw_irq_en_txrx(struct t7xx_cldma_hw *hw_info, unsigned int qno, 159 void t7xx_cldma_hw_irq_en_eq(struct t7xx_cldma_hw *hw_info, unsigned int qno, enum mtk_txrx tx_rx); 160 unsigned int t7xx_cldma_hw_queue_status(struct t7xx_cldma_hw *hw_info, unsigned int qno, 162 void t7xx_cldma_hw_init(struct t7xx_cldma_hw *hw_info); 163 void t7xx_cldma_hw_resume_queue(struct t7xx_cldma_hw *hw_info, unsigned int qno, 165 void t7xx_cldma_hw_start(struct t7xx_cldma_hw *hw_info); 166 void t7xx_cldma_hw_start_queue(struct t7xx_cldma_hw *hw_inf [all...] |
H A D | t7xx_cldma.c | 28 void t7xx_cldma_clear_ip_busy(struct t7xx_cldma_hw *hw_info) in t7xx_cldma_clear_ip_busy() 39 * @hw_info: Pointer to struct t7xx_cldma_hw. 43 void t7xx_cldma_hw_restore(struct t7xx_cldma_hw *hw_info) in t7xx_cldma_hw_restore() 63 void t7xx_cldma_hw_start_queue(struct t7xx_cldma_hw *hw_info, unsigned int qno, in t7xx_cldma_hw_start_queue() 75 void t7xx_cldma_hw_start(struct t7xx_cldma_hw *hw_info) in t7xx_cldma_hw_start() 105 bool t7xx_cldma_tx_addr_is_set(struct t7xx_cldma_hw *hw_info, unsigned int qno) in t7xx_cldma_tx_addr_is_set() 112 void t7xx_cldma_hw_set_start_addr(struct t7xx_cldma_hw *hw_info, unsigned int qno, u64 address, in t7xx_cldma_hw_set_start_addr() 123 void t7xx_cldma_hw_resume_queue(struct t7xx_cldma_hw *hw_info, unsigned int qno, in t7xx_cldma_hw_resume_queue() 134 unsigned int t7xx_cldma_hw_queue_status(struct t7xx_cldma_hw *hw_info, unsigned int qno, in t7xx_cldma_hw_queue_status() 148 void t7xx_cldma_hw_tx_done(struct t7xx_cldma_hw *hw_inf [all...] |
H A D | t7xx_hif_cldma.c | 116 struct t7xx_cldma_hw *hw_info; in t7xx_cldma_gpd_rx_from_q() 200 struct t7xx_cldma_hw *hw_info; in t7xx_cldma_gpd_rx_collect() 318 struct t7xx_cldma_hw *hw_info = &md_ctrl->hw_info; in t7xx_cldma_txq_empty_hndl() 339 struct t7xx_cldma_hw *hw_info; in t7xx_cldma_tx_done() 552 struct t7xx_cldma_hw *hw_info = &md_ctrl->hw_info; in t7xx_cldma_irq_work_cb() 612 struct t7xx_cldma_hw *hw_info = &md_ctrl->hw_info; in t7xx_cldma_qs_are_active() 638 struct t7xx_cldma_hw *hw_info = &md_ctrl->hw_info; in t7xx_cldma_stop() 730 struct t7xx_cldma_hw *hw_info = &md_ctrl->hw_info; in t7xx_cldma_start() 830 struct t7xx_cldma_hw *hw_info = &md_ctrl->hw_info; in t7xx_cldma_stop_all_qs() 879 struct t7xx_cldma_hw *hw_inf in t7xx_cldma_hw_start_send() [all...] |
H A D | t7xx_hif_cldma.h | 102 struct t7xx_cldma_hw hw_info;
|
Completed in 4 milliseconds