Lines Matching refs:device
196 if (rose->device == dev) { in rose_kill_by_device()
212 if (rose->device == dev) { in rose_kill_by_device()
216 netdev_put(rose->device, &rose->dev_tracker); in rose_kill_by_device()
217 rose->device = NULL; in rose_kill_by_device()
629 rose->device = orose->device; in rose_make_new()
630 if (rose->device) in rose_make_new()
631 netdev_hold(rose->device, &rose->dev_tracker, GFP_ATOMIC); in rose_make_new()
686 netdev_put(rose->device, &rose->dev_tracker); in rose_release()
687 rose->device = NULL; in rose_release()
745 rose->device = dev; in rose_bind()
746 netdev_tracker_alloc(rose->device, &rose->dev_tracker, GFP_KERNEL); in rose_bind()
849 rose->device = dev; in rose_connect()
850 netdev_tracker_alloc(rose->device, &rose->dev_tracker, in rose_connect()
1074 make_rose->device = dev; in rose_rx_call_request()
1076 netdev_tracker_alloc(make_rose->device, &make_rose->dev_tracker, in rose_rx_call_request()
1131 if (rose->neighbour == NULL || rose->device == NULL) in rose_sendmsg()
1463 const struct net_device *dev = rose->device; in rose_info_show()