Lines Matching defs:hwc
8 static int mana_hwc_get_msg_index(struct hw_channel_context *hwc, u16 *msg_id) in mana_hwc_get_msg_index()
30 static void mana_hwc_put_msg_index(struct hw_channel_context *hwc, u16 msg_id) in mana_hwc_put_msg_index()
78 static void mana_hwc_handle_resp(struct hw_channel_context *hwc, u32 resp_len, in mana_hwc_handle_resp()
115 struct hw_channel_context *hwc = ctx; in mana_hwc_init_event_handler() local
213 struct hw_channel_context *hwc = ctx; in mana_hwc_rx_event_handler() local
257 struct hw_channel_context *hwc = ctx; in mana_hwc_tx_event_handler() local
263 static int mana_hwc_create_gdma_wq(struct hw_channel_context *hwc, in mana_hwc_create_gdma_wq()
279 static int mana_hwc_create_gdma_cq(struct hw_channel_context *hwc, in mana_hwc_create_gdma_cq()
297 static int mana_hwc_create_gdma_eq(struct hw_channel_context *hwc, in mana_hwc_create_gdma_eq()
357 static int mana_hwc_create_cq(struct hw_channel_context *hwc, u16 q_depth, in mana_hwc_create_cq()
418 static int mana_hwc_alloc_dma_buf(struct hw_channel_context *hwc, u16 q_depth, in mana_hwc_alloc_dma_buf()
466 static void mana_hwc_dealloc_dma_buf(struct hw_channel_context *hwc, in mana_hwc_dealloc_dma_buf()
477 static void mana_hwc_destroy_wq(struct hw_channel_context *hwc, in mana_hwc_destroy_wq()
489 static int mana_hwc_create_wq(struct hw_channel_context *hwc, in mana_hwc_create_wq()
580 static int mana_hwc_init_inflight_msg(struct hw_channel_context *hwc, in mana_hwc_init_inflight_msg()
593 static int mana_hwc_test_channel(struct hw_channel_context *hwc, u16 q_depth, in mana_hwc_test_channel()
627 struct hw_channel_context *hwc = gc->hwc.driver_data; in mana_hwc_establish_channel() local
665 static int mana_hwc_init_queues(struct hw_channel_context *hwc, u16 q_depth, in mana_hwc_init_queues()
713 struct hw_channel_context *hwc; in mana_hwc_create_channel() local
768 struct hw_channel_context *hwc = gc->hwc.driver_data; in mana_hwc_destroy_channel() local
810 int mana_hwc_send_request(struct hw_channel_context *hwc, u32 req_len, in mana_hwc_send_request()