Searched refs:ce_tx_hdl (Results 1 – 9 of 9) sorted by relevance
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/rh/ |
H A D | dp_rh_tx.c | 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() 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() 232 ce_tx_ring_write_idx_update_wrapper(tx_ep_info->ce_tx_hdl, in dp_tx_update_write_index() 240 ce_tx_ring_write_idx_update_wrapper(tx_ep_info->ce_tx_hdl, in dp_tx_update_write_index() [all …]
|
H A D | dp_rh.h | 49 struct CE_handle *ce_tx_hdl; member
|
H A D | dp_rh.c | 670 tx_ep_info->ce_tx_hdl = hif_get_ce_handle(hif_handle, ul_pipe); in dp_pdev_fill_tx_endpoint_info_rh() 938 ce_flush_tx_ring_write_idx(tx_ep_info->ce_tx_hdl, force_flush); in dp_update_ring_hptp_rh()
|
/wlan-driver/qca-wifi-host-cmn/hif/src/ce/ |
H A D | ce_api.h | 178 void ce_update_tx_ring(struct CE_handle *ce_tx_hdl, uint32_t num_htt_cmpls); 179 extern qdf_nbuf_t ce_batch_send(struct CE_handle *ce_tx_hdl, 185 QDF_STATUS ce_send_single(struct CE_handle *ce_tx_hdl, 711 void ce_tx_ring_write_idx_update_wrapper(struct CE_handle *ce_tx_hdl, 721 void ce_flush_tx_ring_write_idx(struct CE_handle *ce_tx_hdl, bool force_flush);
|
H A D | ce_service.c | 422 void ce_flush_tx_ring_write_idx(struct CE_handle *ce_tx_hdl, bool force_flush) in ce_flush_tx_ring_write_idx() argument 424 struct CE_state *ce_state = (struct CE_state *)ce_tx_hdl; in ce_flush_tx_ring_write_idx() 443 void ce_tx_ring_write_idx_update_wrapper(struct CE_handle *ce_tx_hdl, in ce_tx_ring_write_idx_update_wrapper() argument 446 struct CE_state *ce_state = (struct CE_state *)ce_tx_hdl; in ce_tx_ring_write_idx_update_wrapper() 592 qdf_nbuf_t ce_batch_send(struct CE_handle *ce_tx_hdl, qdf_nbuf_t msdu, in ce_batch_send() argument 595 struct CE_state *ce_state = (struct CE_state *)ce_tx_hdl; in ce_batch_send() 692 void ce_update_tx_ring(struct CE_handle *ce_tx_hdl, uint32_t num_htt_cmpls) in ce_update_tx_ring() argument 694 struct CE_state *ce_state = (struct CE_state *)ce_tx_hdl; in ce_update_tx_ring() 706 void ce_update_tx_ring(struct CE_handle *ce_tx_hdl, uint32_t num_htt_cmpls) in ce_update_tx_ring() argument 723 QDF_STATUS ce_send_single(struct CE_handle *ce_tx_hdl, qdf_nbuf_t msdu, in ce_send_single() argument [all …]
|
/wlan-driver/qca-wifi-host-cmn/hif/src/ |
H A D | hif_main_legacy.c | 44 void *ce_tx_hdl = hif_get_ce_handle(osc, CE_HTT_TX_CE); in hif_send_fast() local 46 return ce_send_fast((struct CE_handle *)ce_tx_hdl, nbuf, in hif_send_fast()
|
H A D | hif_main.c | 2858 void *ce_tx_hdl = hif_get_ce_handle(osc, CE_HTT_TX_CE); in hif_batch_send() local 2860 if (!ce_tx_hdl) in hif_batch_send() 2863 return ce_batch_send((struct CE_handle *)ce_tx_hdl, msdu, transfer_id, in hif_batch_send() 2878 void *ce_tx_hdl = hif_get_ce_handle(osc, CE_HTT_TX_CE); in hif_update_tx_ring() local 2880 ce_update_tx_ring(ce_tx_hdl, num_htt_cmpls); in hif_update_tx_ring() 2898 void *ce_tx_hdl = hif_get_ce_handle(osc, CE_HTT_TX_CE); in hif_send_single() local 2900 if (!ce_tx_hdl) in hif_send_single() 2903 return ce_send_single((struct CE_handle *)ce_tx_hdl, msdu, transfer_id, in hif_send_single()
|
/wlan-driver/qcacld-3.0/core/dp/txrx/ |
H A D | ol_tx_ll_fastpath.c | 73 pdev->ce_tx_hdl = hif_get_ce_handle(osc, CE_HTT_H2T_MSG); in ol_tx_setup_fastpath_ce_handles() 430 if ((ce_send_fast(pdev->ce_tx_hdl, msdu, in ol_tx_ll_fast() 568 if ((ce_send_fast(pdev->ce_tx_hdl, msdu, in ol_tx_ll_fast()
|
H A D | ol_txrx_types.h | 658 struct CE_handle *ce_tx_hdl; /* Handle to Tx packet posting CE */ member
|