Symbol: t7xx_cldma_hw
drivers/net/wwan/t7xx/t7xx_cldma.c
105
bool t7xx_cldma_tx_addr_is_set(struct t7xx_cldma_hw *hw_info, unsigned int qno)
drivers/net/wwan/t7xx/t7xx_cldma.c
112
void t7xx_cldma_hw_set_start_addr(struct t7xx_cldma_hw *hw_info, unsigned int qno, u64 address,
drivers/net/wwan/t7xx/t7xx_cldma.c
123
void t7xx_cldma_hw_resume_queue(struct t7xx_cldma_hw *hw_info, unsigned int qno,
drivers/net/wwan/t7xx/t7xx_cldma.c
134
unsigned int t7xx_cldma_hw_queue_status(struct t7xx_cldma_hw *hw_info, unsigned int qno,
drivers/net/wwan/t7xx/t7xx_cldma.c
148
void t7xx_cldma_hw_tx_done(struct t7xx_cldma_hw *hw_info, unsigned int bitmask)
drivers/net/wwan/t7xx/t7xx_cldma.c
159
void t7xx_cldma_hw_rx_done(struct t7xx_cldma_hw *hw_info, unsigned int bitmask)
drivers/net/wwan/t7xx/t7xx_cldma.c
170
unsigned int t7xx_cldma_hw_int_status(struct t7xx_cldma_hw *hw_info, unsigned int bitmask,
drivers/net/wwan/t7xx/t7xx_cldma.c
182
void t7xx_cldma_hw_irq_dis_txrx(struct t7xx_cldma_hw *hw_info, unsigned int qno,
drivers/net/wwan/t7xx/t7xx_cldma.c
194
void t7xx_cldma_hw_irq_dis_eq(struct t7xx_cldma_hw *hw_info, unsigned int qno, enum mtk_txrx tx_rx)
drivers/net/wwan/t7xx/t7xx_cldma.c
205
void t7xx_cldma_hw_irq_en_txrx(struct t7xx_cldma_hw *hw_info, unsigned int qno,
drivers/net/wwan/t7xx/t7xx_cldma.c
217
void t7xx_cldma_hw_irq_en_eq(struct t7xx_cldma_hw *hw_info, unsigned int qno, enum mtk_txrx tx_rx)
drivers/net/wwan/t7xx/t7xx_cldma.c
234
void t7xx_cldma_hw_init(struct t7xx_cldma_hw *hw_info)
drivers/net/wwan/t7xx/t7xx_cldma.c
264
void t7xx_cldma_hw_stop_all_qs(struct t7xx_cldma_hw *hw_info, enum mtk_txrx tx_rx)
drivers/net/wwan/t7xx/t7xx_cldma.c
273
void t7xx_cldma_hw_stop(struct t7xx_cldma_hw *hw_info, enum mtk_txrx tx_rx)
drivers/net/wwan/t7xx/t7xx_cldma.c
28
void t7xx_cldma_clear_ip_busy(struct t7xx_cldma_hw *hw_info)
drivers/net/wwan/t7xx/t7xx_cldma.c
43
void t7xx_cldma_hw_restore(struct t7xx_cldma_hw *hw_info)
drivers/net/wwan/t7xx/t7xx_cldma.c
63
void t7xx_cldma_hw_start_queue(struct t7xx_cldma_hw *hw_info, unsigned int qno,
drivers/net/wwan/t7xx/t7xx_cldma.c
75
void t7xx_cldma_hw_start(struct t7xx_cldma_hw *hw_info)
drivers/net/wwan/t7xx/t7xx_cldma.h
153
void t7xx_cldma_hw_irq_dis_txrx(struct t7xx_cldma_hw *hw_info, unsigned int qno,
drivers/net/wwan/t7xx/t7xx_cldma.h
155
void t7xx_cldma_hw_irq_dis_eq(struct t7xx_cldma_hw *hw_info, unsigned int qno,
drivers/net/wwan/t7xx/t7xx_cldma.h
157
void t7xx_cldma_hw_irq_en_txrx(struct t7xx_cldma_hw *hw_info, unsigned int qno,
drivers/net/wwan/t7xx/t7xx_cldma.h
159
void t7xx_cldma_hw_irq_en_eq(struct t7xx_cldma_hw *hw_info, unsigned int qno, enum mtk_txrx tx_rx);
drivers/net/wwan/t7xx/t7xx_cldma.h
160
unsigned int t7xx_cldma_hw_queue_status(struct t7xx_cldma_hw *hw_info, unsigned int qno,
drivers/net/wwan/t7xx/t7xx_cldma.h
162
void t7xx_cldma_hw_init(struct t7xx_cldma_hw *hw_info);
drivers/net/wwan/t7xx/t7xx_cldma.h
163
void t7xx_cldma_hw_resume_queue(struct t7xx_cldma_hw *hw_info, unsigned int qno,
drivers/net/wwan/t7xx/t7xx_cldma.h
165
void t7xx_cldma_hw_start(struct t7xx_cldma_hw *hw_info);
drivers/net/wwan/t7xx/t7xx_cldma.h
166
void t7xx_cldma_hw_start_queue(struct t7xx_cldma_hw *hw_info, unsigned int qno,
drivers/net/wwan/t7xx/t7xx_cldma.h
168
void t7xx_cldma_hw_tx_done(struct t7xx_cldma_hw *hw_info, unsigned int bitmask);
drivers/net/wwan/t7xx/t7xx_cldma.h
169
void t7xx_cldma_hw_rx_done(struct t7xx_cldma_hw *hw_info, unsigned int bitmask);
drivers/net/wwan/t7xx/t7xx_cldma.h
170
void t7xx_cldma_hw_stop_all_qs(struct t7xx_cldma_hw *hw_info, enum mtk_txrx tx_rx);
drivers/net/wwan/t7xx/t7xx_cldma.h
171
void t7xx_cldma_hw_set_start_addr(struct t7xx_cldma_hw *hw_info,
drivers/net/wwan/t7xx/t7xx_cldma.h
174
void t7xx_cldma_hw_stop(struct t7xx_cldma_hw *hw_info, enum mtk_txrx tx_rx);
drivers/net/wwan/t7xx/t7xx_cldma.h
175
unsigned int t7xx_cldma_hw_int_status(struct t7xx_cldma_hw *hw_info, unsigned int bitmask,
drivers/net/wwan/t7xx/t7xx_cldma.h
177
void t7xx_cldma_hw_restore(struct t7xx_cldma_hw *hw_info);
drivers/net/wwan/t7xx/t7xx_cldma.h
178
void t7xx_cldma_clear_ip_busy(struct t7xx_cldma_hw *hw_info);
drivers/net/wwan/t7xx/t7xx_cldma.h
179
bool t7xx_cldma_tx_addr_is_set(struct t7xx_cldma_hw *hw_info, unsigned int qno);
drivers/net/wwan/t7xx/t7xx_hif_cldma.c
1077
struct t7xx_cldma_hw *hw_info = &md_ctrl->hw_info;
drivers/net/wwan/t7xx/t7xx_hif_cldma.c
1128
struct t7xx_cldma_hw *hw_info;
drivers/net/wwan/t7xx/t7xx_hif_cldma.c
114
struct t7xx_cldma_hw *hw_info;
drivers/net/wwan/t7xx/t7xx_hif_cldma.c
1170
struct t7xx_cldma_hw *hw_info;
drivers/net/wwan/t7xx/t7xx_hif_cldma.c
1188
struct t7xx_cldma_hw *hw_info;
drivers/net/wwan/t7xx/t7xx_hif_cldma.c
1241
struct t7xx_cldma_hw *hw_info = &md_ctrl->hw_info;
drivers/net/wwan/t7xx/t7xx_hif_cldma.c
1299
struct t7xx_cldma_hw *hw_info = &md_ctrl->hw_info;
drivers/net/wwan/t7xx/t7xx_hif_cldma.c
199
struct t7xx_cldma_hw *hw_info;
drivers/net/wwan/t7xx/t7xx_hif_cldma.c
316
struct t7xx_cldma_hw *hw_info = &md_ctrl->hw_info;
drivers/net/wwan/t7xx/t7xx_hif_cldma.c
337
struct t7xx_cldma_hw *hw_info;
drivers/net/wwan/t7xx/t7xx_hif_cldma.c
549
struct t7xx_cldma_hw *hw_info = &md_ctrl->hw_info;
drivers/net/wwan/t7xx/t7xx_hif_cldma.c
609
struct t7xx_cldma_hw *hw_info = &md_ctrl->hw_info;
drivers/net/wwan/t7xx/t7xx_hif_cldma.c
635
struct t7xx_cldma_hw *hw_info = &md_ctrl->hw_info;
drivers/net/wwan/t7xx/t7xx_hif_cldma.c
727
struct t7xx_cldma_hw *hw_info = &md_ctrl->hw_info;
drivers/net/wwan/t7xx/t7xx_hif_cldma.c
827
struct t7xx_cldma_hw *hw_info = &md_ctrl->hw_info;
drivers/net/wwan/t7xx/t7xx_hif_cldma.c
876
struct t7xx_cldma_hw *hw_info = &md_ctrl->hw_info;
drivers/net/wwan/t7xx/t7xx_hif_cldma.h
112
struct t7xx_cldma_hw hw_info;