Searched refs:hw_channel_context (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/drivers/net/ethernet/microsoft/mana/ |
D | hw_channel.c | 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() 186 struct hw_channel_context *hwc = ctx; in mana_hwc_rx_event_handler() 232 struct hw_channel_context *hwc = ctx; in mana_hwc_tx_event_handler() 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() [all …]
|
D | hw_channel.h | 130 struct hw_channel_context *hwc; 145 struct hw_channel_context *hwc; 163 struct hw_channel_context { struct 192 int mana_hwc_send_request(struct hw_channel_context *hwc, u32 req_len, argument
|
D | gdma_main.c | 148 struct hw_channel_context *hwc = gc->hwc.driver_data; in mana_gd_send_request() 696 struct hw_channel_context *hwc; in mana_gd_create_dma_region()
|