Lines Matching defs:nsim_bus_dev
80 struct nsim_bus_dev *nsim_bus_dev; member
220 struct nsim_bus_dev *nsim_bus_dev; member
351 struct nsim_bus_dev { struct
352 struct device dev;
353 struct list_head list;
354 unsigned int port_count;
355 unsigned int num_queues; /* Number of queues for each port on this bus */
356 struct net *initial_net; /* Purpose of this is to carry net pointer
359 unsigned int max_vfs;
360 unsigned int num_vfs;
361 struct mutex vfs_lock; /* Protects vfconfigs */
362 struct nsim_vf_config *vfconfigs;
364 struct mutex nsim_bus_reload_lock;
365 bool in_reload;
366 bool init;