Searched defs:hw_channel_context (Results 1 – 1 of 1) sorted by relevance
167 struct hw_channel_context { struct168 struct gdma_dev *gdma_dev;169 struct device *dev;171 u16 num_inflight_msg;172 u32 max_req_msg_size;197 int mana_hwc_send_request(struct hw_channel_context *hwc, u32 req_len, argument