Searched defs:CE_state (Results 1 – 6 of 6) sorted by relevance
/wlan-driver/qca-wifi-host-cmn/hif/src/ce/ |
D | ce_internal.h | 158 struct CE_state { struct 159 struct hif_softc *scn; 160 unsigned int id; 161 unsigned int attr_flags; /* CE_ATTR_* */ 162 uint32_t ctrl_addr; /* relative to BAR */ 163 enum CE_op_state state; 166 fastpath_msg_handler fastpath_handler; 167 void *context; 169 qdf_work_t oom_allocation_work; 171 ce_send_cb send_cb; [all …]
|
D | ce_service.c | 508 struct CE_state *CE_state = (struct CE_state *)copyeng; in ce_send() local 565 struct CE_state *CE_state = (struct CE_state *)copyeng; in ce_sendlist_send() local 800 struct CE_state *CE_state = (struct CE_state *)copyeng; in ce_recv_buf_enqueue() local 813 struct CE_state *CE_state = (struct CE_state *)copyeng; in ce_send_watermarks_set() local 826 struct CE_state *CE_state = (struct CE_state *)copyeng; in ce_recv_watermarks_set() local 838 struct CE_state *CE_state = (struct CE_state *)copyeng; in ce_send_entries_avail() local 854 struct CE_state *CE_state = (struct CE_state *)copyeng; in ce_recv_entries_avail() local 880 struct CE_state *CE_state = (struct CE_state *)copyeng; in ce_completed_recv_next() local 902 struct CE_state *CE_state = (struct CE_state *)copyeng; in ce_revoke_recv_next() local 918 struct CE_state *CE_state = (struct CE_state *)copyeng; in ce_cancel_send_next() local [all …]
|
D | ce_service_srng.c | 84 struct CE_state *CE_state; in hif_display_ctrl_traffic_pipes_state() local 170 struct CE_state *CE_state = (struct CE_state *)copyeng; in ce_send_nolock_srng() local 250 struct CE_state *CE_state = (struct CE_state *)copyeng; in ce_sendlist_send_srng() local 329 struct CE_state *CE_state = (struct CE_state *)copyeng; in ce_recv_buf_enqueue_srng() local 402 struct CE_state *CE_state) in ce_recv_entries_done_nolock_srng() 416 struct CE_state *CE_state) in ce_send_entries_done_nolock_srng() 437 ce_completed_recv_next_nolock_srng(struct CE_state *CE_state, in ce_completed_recv_next_nolock_srng() 548 struct CE_state *CE_state = (struct CE_state *)copyeng; in ce_revoke_recv_next_srng() local 585 ce_completed_send_next_nolock_srng(struct CE_state *CE_state, in ce_completed_send_next_nolock_srng() 657 struct CE_state *CE_state; in ce_cancel_send_next_srng() local [all …]
|
D | ce_service_legacy.c | 533 struct CE_state *CE_state = (struct CE_state *)copyeng; in ce_send_nolock_legacy() local 632 struct CE_state *CE_state = (struct CE_state *)copyeng; in ce_sendlist_send_legacy() local 716 struct CE_state *CE_state = (struct CE_state *)copyeng; in ce_recv_buf_enqueue_legacy() local 776 struct CE_state *CE_state) in ce_send_entries_done_nolock_legacy() 792 struct CE_state *CE_state) in ce_recv_entries_done_nolock_legacy() 807 ce_completed_recv_next_nolock_legacy(struct CE_state *CE_state, in ce_completed_recv_next_nolock_legacy() 881 struct CE_state *CE_state; in ce_revoke_recv_next_legacy() local 935 ce_completed_send_next_nolock_legacy(struct CE_state *CE_state, in ce_completed_send_next_nolock_legacy() 1029 struct CE_state *CE_state; in ce_cancel_send_next_legacy() local 1093 ce_per_engine_handler_adjust_legacy(struct CE_state *CE_state, in ce_per_engine_handler_adjust_legacy() [all …]
|
D | ce_tasklet.c | 374 ce_get_custom_cb_pending(struct CE_state *CE_state) in ce_get_custom_cb_pending() 386 ce_execute_custom_cb(struct CE_state *CE_state) in ce_execute_custom_cb() 400 ce_execute_custom_cb(struct CE_state *CE_state) in ce_execute_custom_cb() 417 struct CE_state *CE_state = scn->ce_id_to_state[tasklet_entry->ce_id]; in ce_tasklet() local 776 struct CE_state *CE_state = scn->ce_id_to_state[ce_id]; in ce_poll_reap_by_id() local
|
D | ce_main.c | 479 struct CE_state *CE_state = (struct CE_state *)arg; in ce_poll_timeout() local 2019 static struct CE_ring_state *ce_alloc_ring_state(struct CE_state *CE_state, in ce_alloc_ring_state() 2097 static void ce_srng_cleanup(struct hif_softc *scn, struct CE_state *CE_state, in ce_srng_cleanup() 2508 struct CE_state *CE_state = (struct CE_state *)cestate; in ce_enable_polling() local 2516 struct CE_state *CE_state = (struct CE_state *)cestate; in ce_disable_polling() local 2532 void ce_ring_dump_register_region(struct CE_state *CE_state, unsigned int CE_id) in ce_ring_dump_register_region() 2588 ce_ring_dump_unregister_region(struct CE_state *CE_state, unsigned int CE_id) in ce_ring_dump_unregister_region() 2623 void ce_ring_dump_register_region(struct CE_state *CE_state, unsigned int CE_id) in ce_ring_dump_register_region() 2628 ce_ring_dump_unregister_region(struct CE_state *CE_state, unsigned int CE_id) in ce_ring_dump_unregister_region() 2645 struct CE_state *CE_state; in ce_init() local [all …]
|