Home
last modified time | relevance | path

Searched refs:md_ctrl (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/wwan/t7xx/
A Dt7xx_hif_cldma.c65 queue->md_ctrl = md_ctrl; in md_cd_queue_struct_reset()
112 struct cldma_ctrl *md_ctrl = queue->md_ctrl; in t7xx_cldma_gpd_rx_from_q() local
198 struct cldma_ctrl *md_ctrl = queue->md_ctrl; in t7xx_cldma_gpd_rx_collect() local
241 struct cldma_ctrl *md_ctrl = queue->md_ctrl; in t7xx_cldma_rx_done() local
259 struct cldma_ctrl *md_ctrl = queue->md_ctrl; in t7xx_cldma_gpd_tx_collect() local
300 struct cldma_ctrl *md_ctrl = queue->md_ctrl; in t7xx_cldma_txq_empty_hndl() local
337 struct cldma_ctrl *md_ctrl = queue->md_ctrl; in t7xx_cldma_tx_done() local
522 struct cldma_ctrl *md_ctrl = queue->md_ctrl; in t7xx_cldma_rxq_init() local
531 struct cldma_ctrl *md_ctrl = queue->md_ctrl; in t7xx_cldma_txq_init() local
1124 t7xx_dev->md->md_ctrl[hif_id] = md_ctrl; in t7xx_cldma_alloc()
[all …]
A Dt7xx_hif_cldma.h82 struct cldma_ctrl *md_ctrl; member
122 void t7xx_cldma_hif_hw_init(struct cldma_ctrl *md_ctrl);
123 int t7xx_cldma_init(struct cldma_ctrl *md_ctrl);
124 void t7xx_cldma_exit(struct cldma_ctrl *md_ctrl);
125 void t7xx_cldma_switch_cfg(struct cldma_ctrl *md_ctrl, enum cldma_cfg cfg_id);
126 void t7xx_cldma_start(struct cldma_ctrl *md_ctrl);
127 int t7xx_cldma_stop(struct cldma_ctrl *md_ctrl);
128 void t7xx_cldma_reset(struct cldma_ctrl *md_ctrl);
131 int t7xx_cldma_send_skb(struct cldma_ctrl *md_ctrl, int qno, struct sk_buff *skb);
132 void t7xx_cldma_stop_all_qs(struct cldma_ctrl *md_ctrl, enum mtk_txrx tx_rx);
[all …]
A Dt7xx_modem_ops.c303 t7xx_cldma_stop_all_qs(md_ctrl, MTK_TX); in t7xx_cldma_exception()
304 t7xx_cldma_clear_all_qs(md_ctrl, MTK_TX); in t7xx_cldma_exception()
311 t7xx_cldma_stop_all_qs(md_ctrl, MTK_RX); in t7xx_cldma_exception()
312 t7xx_cldma_stop(md_ctrl); in t7xx_cldma_exception()
314 if (md_ctrl->hif_id == CLDMA_ID_MD) in t7xx_cldma_exception()
317 t7xx_cldma_clear_all_qs(md_ctrl, MTK_RX); in t7xx_cldma_exception()
321 t7xx_cldma_hw_init(&md_ctrl->hw_info); in t7xx_cldma_exception()
322 t7xx_cldma_start(md_ctrl); in t7xx_cldma_exception()
585 t7xx_cldma_stop(md->md_ctrl[CLDMA_ID_AP]); in t7xx_ap_hk_wq()
781 t7xx_cldma_exit(md->md_ctrl[CLDMA_ID_AP]); in t7xx_md_init()
[all …]
A Dt7xx_port_proxy.c239 struct cldma_ctrl *md_ctrl; in t7xx_get_port_mtu() local
241 md_ctrl = port->t7xx_dev->md->md_ctrl[path_id]; in t7xx_get_port_mtu()
242 return md_ctrl->tx_ring[tx_qno].pkt_size; in t7xx_get_port_mtu()
248 struct cldma_ctrl *md_ctrl; in t7xx_port_send_raw_skb() local
251 md_ctrl = port->t7xx_dev->md->md_ctrl[path_id]; in t7xx_port_send_raw_skb()
253 ret = t7xx_cldma_send_skb(md_ctrl, tx_qno, skb); in t7xx_port_send_raw_skb()
371 struct t7xx_pci_dev *t7xx_dev = queue->md_ctrl->t7xx_dev; in t7xx_port_proxy_recv_skb_from_dedicated_queue()
406 if (queue->md_ctrl->hif_id == port_conf->path_id && in t7xx_port_proxy_find_port()
426 struct t7xx_pci_dev *t7xx_dev = queue->md_ctrl->t7xx_dev; in t7xx_port_proxy_recv_skb()
428 struct device *dev = queue->md_ctrl->dev; in t7xx_port_proxy_recv_skb()
A Dt7xx_state_monitor.c219 struct cldma_ctrl *md_ctrl; in t7xx_lk_stage_event_handling() local
233 md_ctrl = md->md_ctrl[CLDMA_ID_AP]; in t7xx_lk_stage_event_handling()
234 t7xx_cldma_hif_hw_init(md_ctrl); in t7xx_lk_stage_event_handling()
235 t7xx_cldma_stop(md_ctrl); in t7xx_lk_stage_event_handling()
236 t7xx_cldma_switch_cfg(md_ctrl, CLDMA_DEDICATED_Q_CFG); in t7xx_lk_stage_event_handling()
241 t7xx_cldma_start(md_ctrl); in t7xx_lk_stage_event_handling()
281 struct cldma_ctrl *md_ctrl = ctl->md->md_ctrl[CLDMA_ID_MD]; in fsm_routine_stopping() local
291 t7xx_cldma_stop(md_ctrl); in fsm_routine_stopping()
411 t7xx_cldma_hif_hw_init(md->md_ctrl[CLDMA_ID_AP]); in fsm_routine_start()
412 t7xx_cldma_hif_hw_init(md->md_ctrl[CLDMA_ID_MD]); in fsm_routine_start()
A Dt7xx_modem_ops.h66 struct cldma_ctrl *md_ctrl[CLDMA_NUM]; member

Completed in 18 milliseconds