Lines Matching defs:dev
111 static int delete_device(struct chnl_net *dev) in delete_device()
121 struct chnl_net *dev = NULL; in close_work() local
196 struct net_device *dev) in chnl_net_start_xmit()
241 static int chnl_net_open(struct net_device *dev) in chnl_net_open()
333 static int chnl_net_stop(struct net_device *dev) in chnl_net_stop()
344 static int chnl_net_init(struct net_device *dev) in chnl_net_init()
354 static void chnl_net_uninit(struct net_device *dev) in chnl_net_uninit()
370 static void chnl_net_destructor(struct net_device *dev) in chnl_net_destructor()
376 static void ipcaif_net_setup(struct net_device *dev) in ipcaif_net_setup()
402 static int ipcaif_fill_info(struct sk_buff *skb, const struct net_device *dev) in ipcaif_fill_info()
442 static int ipcaif_newlink(struct net *src_net, struct net_device *dev, in ipcaif_newlink()
466 static int ipcaif_changelink(struct net_device *dev, struct nlattr *tb[], in ipcaif_changelink()
478 static size_t ipcaif_get_size(const struct net_device *dev) in ipcaif_get_size()
517 struct chnl_net *dev = NULL; in chnl_exit_module() local