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
178 struct hw_channel_context *hwc = ctx; in mana_hwc_rx_event_handler() local
224 struct hw_channel_context *hwc = ctx; in mana_hwc_tx_event_handler() local
230 static int mana_hwc_create_gdma_wq(struct hw_channel_context *hwc, in mana_hwc_create_gdma_wq()
246 static int mana_hwc_create_gdma_cq(struct hw_channel_context *hwc, in mana_hwc_create_gdma_cq()
264 static int mana_hwc_create_gdma_eq(struct hw_channel_context *hwc, in mana_hwc_create_gdma_eq()
323 static int mana_hwc_create_cq(struct hw_channel_context *hwc, u16 q_depth, in mana_hwc_create_cq()
384 static int mana_hwc_alloc_dma_buf(struct hw_channel_context *hwc, u16 q_depth, in mana_hwc_alloc_dma_buf()
432 static void mana_hwc_dealloc_dma_buf(struct hw_channel_context *hwc, in mana_hwc_dealloc_dma_buf()
443 static void mana_hwc_destroy_wq(struct hw_channel_context *hwc, in mana_hwc_destroy_wq()
455 static int mana_hwc_create_wq(struct hw_channel_context *hwc, in mana_hwc_create_wq()
546 static int mana_hwc_init_inflight_msg(struct hw_channel_context *hwc, in mana_hwc_init_inflight_msg()
559 static int mana_hwc_test_channel(struct hw_channel_context *hwc, u16 q_depth, in mana_hwc_test_channel()
593 struct hw_channel_context *hwc = gc->hwc.driver_data; in mana_hwc_establish_channel() local
631 static int mana_hwc_init_queues(struct hw_channel_context *hwc, u16 q_depth, in mana_hwc_init_queues()
679 struct hw_channel_context *hwc; in mana_hwc_create_channel() local
733 struct hw_channel_context *hwc = gc->hwc.driver_data; in mana_hwc_destroy_channel() local
773 int mana_hwc_send_request(struct hw_channel_context *hwc, u32 req_len, in mana_hwc_send_request()