Searched defs:hw_channel_context (Results 1 – 1 of 1) sorted by relevance
176 struct hw_channel_context { struct177 struct gdma_dev *gdma_dev;178 struct device *dev;180 u16 num_inflight_msg;181 u32 max_req_msg_size;206 int mana_hwc_send_request(struct hw_channel_context *hwc, u32 req_len, argument