Lines Matching refs:ce_tx_hdl
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
726 struct CE_state *ce_state = (struct CE_state *)ce_tx_hdl; in ce_send_single()