Searched defs:hl_fpriv (Results 1 – 1 of 1) sorted by relevance
925 struct hl_fpriv { struct926 struct hl_device *hdev;927 struct file *filp;928 struct pid *taskpid;929 struct hl_ctx *ctx;930 struct hl_ctx_mgr ctx_mgr;931 struct hl_cb_mgr cb_mgr;932 struct list_head debugfs_list;933 struct list_head dev_node;934 struct kref refcount;[all …]