Searched refs:CE_ring_state (Results 1 – 6 of 6) sorted by relevance
/wlan-driver/qca-wifi-host-cmn/hif/src/ce/ |
H A D | ce_service_srng.c | 171 struct CE_ring_state *src_ring = CE_state->src_ring; in ce_send_nolock_srng() 251 struct CE_ring_state *src_ring = CE_state->src_ring; in ce_sendlist_send_srng() 330 struct CE_ring_state *dest_ring = CE_state->dest_ring; in ce_recv_buf_enqueue_srng() 404 struct CE_ring_state *status_ring = CE_state->status_ring; in ce_recv_entries_done_nolock_srng() 419 struct CE_ring_state *src_ring = CE_state->src_ring; in ce_send_entries_done_nolock_srng() 446 struct CE_ring_state *dest_ring = CE_state->dest_ring; in ce_completed_recv_next_nolock_srng() 447 struct CE_ring_state *status_ring = CE_state->status_ring; in ce_completed_recv_next_nolock_srng() 549 struct CE_ring_state *dest_ring = CE_state->dest_ring; in ce_revoke_recv_next_srng() 596 struct CE_ring_state *src_ring = CE_state->src_ring; in ce_completed_send_next_nolock_srng() 659 struct CE_ring_state *src_ring; in ce_cancel_send_next_srng() [all …]
|
H A D | ce_internal.h | 71 struct CE_ring_state { struct 192 struct CE_ring_state *src_ring; 193 struct CE_ring_state *dest_ring; 194 struct CE_ring_state *status_ring; 937 static inline void ce_ring_clear_event(struct CE_ring_state *ring, int event) in ce_ring_clear_event() 948 static inline void ce_ring_set_event(struct CE_ring_state *ring, int event) in ce_ring_set_event() 959 static inline int ce_ring_get_clear_event(struct CE_ring_state *ring, int event) in ce_ring_get_clear_event() 964 static inline void ce_ring_inc_flush_cnt(struct CE_ring_state *ring) in ce_ring_inc_flush_cnt()
|
H A D | ce_service_legacy.c | 122 struct CE_ring_state *src_ring = ce_state->src_ring; in ce_send_fast() 304 struct CE_ring_state *dest_ring = ce_state->dest_ring; in ce_fastpath_rx_handle() 340 struct CE_ring_state *dest_ring = ce_state->dest_ring; in ce_per_engine_service_fast() 534 struct CE_ring_state *src_ring = CE_state->src_ring; in ce_send_nolock_legacy() 633 struct CE_ring_state *src_ring = CE_state->src_ring; in ce_sendlist_send_legacy() 717 struct CE_ring_state *dest_ring = CE_state->dest_ring; in ce_recv_buf_enqueue_legacy() 778 struct CE_ring_state *src_ring = CE_state->src_ring; in ce_send_entries_done_nolock_legacy() 794 struct CE_ring_state *dest_ring = CE_state->dest_ring; in ce_recv_entries_done_nolock_legacy() 816 struct CE_ring_state *dest_ring = CE_state->dest_ring; in ce_completed_recv_next_nolock_legacy() 882 struct CE_ring_state *dest_ring; in ce_revoke_recv_next_legacy() [all …]
|
H A D | ce_main.c | 1746 static void ce_ring_test_initial_indexes(int ce_id, struct CE_ring_state *ring, in ce_ring_test_initial_indexes() 1770 struct CE_ring_state *ce_ring, in ce_alloc_desc_ring() 1818 struct CE_ring_state *ce_ring, uint32_t desc_size) in ce_free_desc_ring() 1841 struct CE_ring_state *ce_ring, in ce_alloc_desc_ring() 1862 struct CE_ring_state *ce_ring, uint32_t desc_size) in ce_free_desc_ring() 2019 static struct CE_ring_state *ce_alloc_ring_state(struct CE_state *CE_state, in ce_alloc_ring_state() 2025 struct CE_ring_state *ce_ring; in ce_alloc_ring_state() 2029 ce_nbytes = sizeof(struct CE_ring_state) in ce_alloc_ring_state() 2035 ce_ring = (struct CE_ring_state *)ptr; in ce_alloc_ring_state() 2036 ptr += sizeof(struct CE_ring_state); in ce_alloc_ring_state() [all …]
|
H A D | ce_service.c | 425 struct CE_ring_state *src_ring = ce_state->src_ring; in ce_flush_tx_ring_write_idx() 447 struct CE_ring_state *src_ring = ce_state->src_ring; in ce_tx_ring_write_idx_update_wrapper() 597 struct CE_ring_state *src_ring = ce_state->src_ring; in ce_batch_send() 695 struct CE_ring_state *src_ring = ce_state->src_ring; in ce_update_tx_ring() 728 struct CE_ring_state *src_ring = ce_state->src_ring; in ce_send_single() 839 struct CE_ring_state *src_ring = CE_state->src_ring; in ce_send_entries_avail() 855 struct CE_ring_state *dest_ring = CE_state->dest_ring; in ce_recv_entries_avail() 2027 static uint8_t *hif_log_src_ce_dump(struct CE_ring_state *src_ring, in hif_log_src_ce_dump() 2038 len = sizeof(struct CE_ring_state); in hif_log_src_ce_dump() 2044 qdf_mem_copy(buf_cur, src_ring, sizeof(struct CE_ring_state)); in hif_log_src_ce_dump() [all …]
|
H A D | ce_api.h | 607 struct CE_ring_state; 612 uint32_t ce_id, struct CE_ring_state *ring,
|