Searched defs:fun_dev (Results 1 – 1 of 1) sorted by relevance
49 struct fun_dev { struct50 struct device *dev;52 void __iomem *bar; /* start of BAR0 mapping */53 u32 __iomem *dbs; /* start of doorbells in BAR0 mapping */56 struct fun_queue *admin_q;57 struct sbitmap_queue admin_sbq;58 struct fun_cmd_ctx *cmd_ctx;59 fun_admin_event_cb adminq_cb;60 bool suppress_cmds; /* if set don't write commands to SQ */63 unsigned int db_stride;[all …]