Searched defs:dev_ctx (Results 1 – 2 of 2) sorted by relevance
76 struct dev_ctx { struct77 char tgt_type[16];78 unsigned long flags;80 unsigned queue_depth;81 int dev_id;82 int nr_files;85 unsigned int all:1;86 unsigned int fg:1;89 int _evtfd;90 int _shmid;[all …]
213 unsigned int dev_ctx; member