Home
last modified time | relevance | path

Searched refs:tx_ep_info (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/rh/
H A Ddp_rh_tx.c191 struct dp_tx_ep_info_rh *tx_ep_info, in dp_tx_update_write_index() argument
198 ce_tx_ring_write_idx_update_wrapper(tx_ep_info->ce_tx_hdl, in dp_tx_update_write_index()
206 ce_ring_set_event(((struct CE_state *)(tx_ep_info->ce_tx_hdl))->src_ring, in dp_tx_update_write_index()
208 ce_ring_inc_flush_cnt(((struct CE_state *)(tx_ep_info->ce_tx_hdl))->src_ring); in dp_tx_update_write_index()
210 ce_tx_ring_write_idx_update_wrapper(tx_ep_info->ce_tx_hdl, in dp_tx_update_write_index()
216 ce_ring_set_event(((struct CE_state *)(tx_ep_info->ce_tx_hdl))->src_ring, in dp_tx_update_write_index()
218 ce_ring_inc_flush_cnt(((struct CE_state *)(tx_ep_info->ce_tx_hdl))->src_ring); in dp_tx_update_write_index()
225 struct dp_tx_ep_info_rh *tx_ep_info) in dp_tx_update_write_index() argument
228 ce_ring_set_event(((struct CE_state *)(tx_ep_info->ce_tx_hdl))->src_ring, in dp_tx_update_write_index()
230 ce_ring_inc_flush_cnt(((struct CE_state *)(tx_ep_info->ce_tx_hdl))->src_ring); in dp_tx_update_write_index()
[all …]
H A Ddp_rh.c656 struct dp_tx_ep_info_rh *tx_ep_info = &rh_pdev->tx_ep_info; in dp_pdev_fill_tx_endpoint_info_rh() local
670 tx_ep_info->ce_tx_hdl = hif_get_ce_handle(hif_handle, ul_pipe); in dp_pdev_fill_tx_endpoint_info_rh()
672 tx_ep_info->download_len = HAL_TX_DESC_LEN_BYTES + in dp_pdev_fill_tx_endpoint_info_rh()
679 tx_ep_info->tx_endpoint = rh_soc->tx_endpoint; in dp_pdev_fill_tx_endpoint_info_rh()
936 struct dp_tx_ep_info_rh *tx_ep_info = &rh_pdev->tx_ep_info; in dp_update_ring_hptp_rh() local
938 ce_flush_tx_ring_write_idx(tx_ep_info->ce_tx_hdl, force_flush); in dp_update_ring_hptp_rh()
H A Ddp_rh.h60 struct dp_tx_ep_info_rh tx_ep_info; member