Home
last modified time | relevance | path

Searched refs:to_nsim (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/net/netdevsim/
Dnetdev.c49 struct netdevsim *ns = to_nsim(dev); in nsim_num_vf()
82 struct netdevsim *ns = to_nsim(dev); in nsim_numvfs_store()
116 struct netdevsim *ns = to_nsim(dev); in nsim_numvfs_show()
140 struct netdevsim *ns = to_nsim(dev); in nsim_dev_release()
Dnetdevsim.h202 static inline struct netdevsim *to_nsim(struct device *ptr) in to_nsim() function