Searched refs:dstdev (Results 1 – 1 of 1) sorted by relevance
725 struct net_device *dstdev) in qeth_l2_must_learn() argument730 return (netdev != dstdev && in qeth_l2_must_learn()769 if (!qeth_l2_must_learn(lsyncdev, dstdev)) in qeth_l2_br2dev_worker()816 dev_put(dstdev); in qeth_l2_br2dev_worker()822 struct net_device *dstdev, in qeth_l2_br2dev_queue_work() argument835 worker_data->dst_dev = dstdev; in qeth_l2_br2dev_queue_work()843 dev_hold(dstdev); in qeth_l2_br2dev_queue_work()852 struct net_device *dstdev, *brdev, *lowerdev; in qeth_l2_switchdev_event() local863 dstdev = switchdev_notifier_info_to_dev(info); in qeth_l2_switchdev_event()873 if (qeth_l2_must_learn(lowerdev, dstdev)) { in qeth_l2_switchdev_event()[all …]