Lines Matching refs:hw_channel_context

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()
204 struct hw_channel_context *hwc = ctx; in mana_hwc_rx_event_handler()
250 struct hw_channel_context *hwc = ctx; in mana_hwc_tx_event_handler()
256 static int mana_hwc_create_gdma_wq(struct hw_channel_context *hwc, in mana_hwc_create_gdma_wq()
272 static int mana_hwc_create_gdma_cq(struct hw_channel_context *hwc, in mana_hwc_create_gdma_cq()
290 static int mana_hwc_create_gdma_eq(struct hw_channel_context *hwc, in mana_hwc_create_gdma_eq()
349 static int mana_hwc_create_cq(struct hw_channel_context *hwc, u16 q_depth, in mana_hwc_create_cq()
410 static int mana_hwc_alloc_dma_buf(struct hw_channel_context *hwc, u16 q_depth, in mana_hwc_alloc_dma_buf()
458 static void mana_hwc_dealloc_dma_buf(struct hw_channel_context *hwc, in mana_hwc_dealloc_dma_buf()
469 static void mana_hwc_destroy_wq(struct hw_channel_context *hwc, in mana_hwc_destroy_wq()
481 static int mana_hwc_create_wq(struct hw_channel_context *hwc, in mana_hwc_create_wq()
572 static int mana_hwc_init_inflight_msg(struct hw_channel_context *hwc, in mana_hwc_init_inflight_msg()
585 static int mana_hwc_test_channel(struct hw_channel_context *hwc, u16 q_depth, in mana_hwc_test_channel()
619 struct hw_channel_context *hwc = gc->hwc.driver_data; in mana_hwc_establish_channel()
657 static int mana_hwc_init_queues(struct hw_channel_context *hwc, u16 q_depth, in mana_hwc_init_queues()
705 struct hw_channel_context *hwc; in mana_hwc_create_channel()
760 struct hw_channel_context *hwc = gc->hwc.driver_data; in mana_hwc_destroy_channel()
802 int mana_hwc_send_request(struct hw_channel_context *hwc, u32 req_len, in mana_hwc_send_request()