Searched refs:ethdev (Results 1 - 5 of 5) sorted by relevance

/drivers/net/wan/
H A Dlapbether.c58 struct net_device *ethdev; /* link to ethernet device */ member in struct:lapbethdev
74 if (lapbeth->ethdev == dev)
209 skb->dev = dev = lapbeth->ethdev;
337 lapbeth->ethdev = dev;
359 dev_put(lapbeth->ethdev);
442 dev_put(lapbeth->ethdev);
/drivers/net/ethernet/broadcom/
H A Dcnic.c191 struct cnic_eth_dev *ethdev = cp->ethdev; local
199 ethdev->drv_ctl(dev->netdev, &info);
205 struct cnic_eth_dev *ethdev = cp->ethdev; local
212 ethdev->drv_ctl(dev->netdev, &info);
218 struct cnic_eth_dev *ethdev = cp->ethdev; local
229 ethdev->drv_ctl(dev->netdev, &info);
235 struct cnic_eth_dev *ethdev local
248 struct cnic_eth_dev *ethdev = cp->ethdev; local
261 struct cnic_eth_dev *ethdev = cp->ethdev; local
286 struct cnic_eth_dev *ethdev = cp->ethdev; local
1231 struct cnic_eth_dev *ethdev = cp->ethdev; local
1648 struct cnic_eth_dev *ethdev = cp->ethdev; local
4409 struct cnic_eth_dev *ethdev = cp->ethdev; local
4421 struct cnic_eth_dev *ethdev = cp->ethdev; local
4434 struct cnic_eth_dev *ethdev = cp->ethdev; local
4494 struct cnic_eth_dev *ethdev = cp->ethdev; local
4506 struct cnic_eth_dev *ethdev = cp->ethdev; local
4520 struct cnic_eth_dev *ethdev = cp->ethdev; local
4587 struct cnic_eth_dev *ethdev = cp->ethdev; local
4699 struct cnic_eth_dev *ethdev = cp->ethdev; local
4835 struct cnic_eth_dev *ethdev = cp->ethdev; local
4856 struct cnic_eth_dev *ethdev = cp->ethdev; local
5081 struct cnic_eth_dev *ethdev = cp->ethdev; local
5271 struct cnic_eth_dev *ethdev = cp->ethdev; local
5297 struct cnic_eth_dev *ethdev = cp->ethdev; local
5308 struct cnic_eth_dev *ethdev = cp->ethdev; local
5473 struct cnic_eth_dev *ethdev = NULL; local
5533 struct cnic_eth_dev *ethdev = NULL; local
[all...]
H A Dcnic.h227 struct cnic_eth_dev *ethdev; member in struct:cnic_local
/drivers/net/hamradio/
H A Dbpqether.c112 struct net_device *ethdev; /* link to ethernet device */ member in struct:bpqdev
151 return bpq ? bpq->ethdev : NULL;
162 if (bpq->ethdev == dev)
431 bpqdev->axdev->name, bpqdev->ethdev->name,
512 bpq->ethdev = edev;
538 dev_put(bpq->ethdev);
/drivers/net/wireless/
H A Dairo.c2685 struct net_device *ethdev)
2692 dev->ml_priv = ethdev->ml_priv;
2693 dev->irq = ethdev->irq;
2694 dev->base_addr = ethdev->base_addr;
2695 dev->wireless_data = ethdev->wireless_data;
2696 SET_NETDEV_DEV(dev, ethdev->dev.parent);
2697 eth_hw_addr_inherit(dev, ethdev);
2684 init_wifidev(struct airo_info *ai, struct net_device *ethdev) argument

Completed in 105 milliseconds