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.c187 struct cnic_eth_dev *ethdev = cp->ethdev; local
195 ethdev->drv_ctl(dev->netdev, &info);
201 struct cnic_eth_dev *ethdev = cp->ethdev; local
208 ethdev->drv_ctl(dev->netdev, &info);
214 struct cnic_eth_dev *ethdev = cp->ethdev; local
225 ethdev->drv_ctl(dev->netdev, &info);
231 struct cnic_eth_dev *ethdev local
244 struct cnic_eth_dev *ethdev = cp->ethdev; local
257 struct cnic_eth_dev *ethdev = cp->ethdev; local
277 struct cnic_eth_dev *ethdev = cp->ethdev; local
1190 struct cnic_eth_dev *ethdev = cp->ethdev; local
1579 struct cnic_eth_dev *ethdev = cp->ethdev; local
4316 struct cnic_eth_dev *ethdev = cp->ethdev; local
4328 struct cnic_eth_dev *ethdev = cp->ethdev; local
4341 struct cnic_eth_dev *ethdev = cp->ethdev; local
4401 struct cnic_eth_dev *ethdev = cp->ethdev; local
4413 struct cnic_eth_dev *ethdev = cp->ethdev; local
4427 struct cnic_eth_dev *ethdev = cp->ethdev; local
4494 struct cnic_eth_dev *ethdev = cp->ethdev; local
4606 struct cnic_eth_dev *ethdev = cp->ethdev; local
4740 struct cnic_eth_dev *ethdev = cp->ethdev; local
4761 struct cnic_eth_dev *ethdev = cp->ethdev; local
4972 struct cnic_eth_dev *ethdev = cp->ethdev; local
5175 struct cnic_eth_dev *ethdev = cp->ethdev; local
5194 struct cnic_eth_dev *ethdev = cp->ethdev; local
5205 struct cnic_eth_dev *ethdev = cp->ethdev; local
5349 struct cnic_eth_dev *ethdev = NULL; local
5411 struct cnic_eth_dev *ethdev = NULL; local
[all...]
H A Dcnic.h232 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.c2683 struct net_device *ethdev)
2689 dev->ml_priv = ethdev->ml_priv;
2690 dev->irq = ethdev->irq;
2691 dev->base_addr = ethdev->base_addr;
2692 dev->wireless_data = ethdev->wireless_data;
2693 SET_NETDEV_DEV(dev, ethdev->dev.parent);
2694 memcpy(dev->dev_addr, ethdev->dev_addr, dev->addr_len);
2682 init_wifidev(struct airo_info *ai, struct net_device *ethdev) argument

Completed in 134 milliseconds