Lines Matching defs:hwc
7 static int mana_hwc_get_msg_index(struct hw_channel_context *hwc, u16 *msg_id) in mana_hwc_get_msg_index()
29 static void mana_hwc_put_msg_index(struct hw_channel_context *hwc, u16 msg_id) in mana_hwc_put_msg_index()
54 static void mana_hwc_handle_resp(struct hw_channel_context *hwc, u32 resp_len, in mana_hwc_handle_resp()
106 struct hw_channel_context *hwc = ctx; in mana_hwc_init_event_handler() local
186 struct hw_channel_context *hwc = ctx; in mana_hwc_rx_event_handler() local
232 struct hw_channel_context *hwc = ctx; in mana_hwc_tx_event_handler() local
238 static int mana_hwc_create_gdma_wq(struct hw_channel_context *hwc, in mana_hwc_create_gdma_wq()
254 static int mana_hwc_create_gdma_cq(struct hw_channel_context *hwc, in mana_hwc_create_gdma_cq()
272 static int mana_hwc_create_gdma_eq(struct hw_channel_context *hwc, in mana_hwc_create_gdma_eq()
331 static int mana_hwc_create_cq(struct hw_channel_context *hwc, u16 q_depth, in mana_hwc_create_cq()
392 static int mana_hwc_alloc_dma_buf(struct hw_channel_context *hwc, u16 q_depth, in mana_hwc_alloc_dma_buf()
440 static void mana_hwc_dealloc_dma_buf(struct hw_channel_context *hwc, in mana_hwc_dealloc_dma_buf()
451 static void mana_hwc_destroy_wq(struct hw_channel_context *hwc, in mana_hwc_destroy_wq()
463 static int mana_hwc_create_wq(struct hw_channel_context *hwc, in mana_hwc_create_wq()
554 static int mana_hwc_init_inflight_msg(struct hw_channel_context *hwc, in mana_hwc_init_inflight_msg()
567 static int mana_hwc_test_channel(struct hw_channel_context *hwc, u16 q_depth, in mana_hwc_test_channel()
601 struct hw_channel_context *hwc = gc->hwc.driver_data; in mana_hwc_establish_channel() local
639 static int mana_hwc_init_queues(struct hw_channel_context *hwc, u16 q_depth, in mana_hwc_init_queues()
687 struct hw_channel_context *hwc; in mana_hwc_create_channel() local
741 struct hw_channel_context *hwc = gc->hwc.driver_data; in mana_hwc_destroy_channel() local
781 int mana_hwc_send_request(struct hw_channel_context *hwc, u32 req_len, in mana_hwc_send_request()