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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wan/
H A Dlapbether.c57 struct net_device *ethdev; /* link to ethernet device */ member in struct:lapbethdev
73 if (lapbeth->ethdev == dev)
210 skb->dev = dev = lapbeth->ethdev;
339 lapbeth->ethdev = dev;
365 dev_put(lapbeth->ethdev);
448 dev_put(lapbeth->ethdev);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dcnic.c173 struct cnic_eth_dev *ethdev = cp->ethdev; local
181 ethdev->drv_ctl(dev->netdev, &info);
187 struct cnic_eth_dev *ethdev = cp->ethdev; local
194 ethdev->drv_ctl(dev->netdev, &info);
200 struct cnic_eth_dev *ethdev = cp->ethdev; local
211 ethdev->drv_ctl(dev->netdev, &info);
217 struct cnic_eth_dev *ethdev local
230 struct cnic_eth_dev *ethdev = cp->ethdev; local
248 struct cnic_eth_dev *ethdev = cp->ethdev; local
1061 struct cnic_eth_dev *ethdev = cp->ethdev; local
1426 struct cnic_eth_dev *ethdev = cp->ethdev; local
3417 struct cnic_eth_dev *ethdev = cp->ethdev; local
3429 struct cnic_eth_dev *ethdev = cp->ethdev; local
3491 struct cnic_eth_dev *ethdev = cp->ethdev; local
3503 struct cnic_eth_dev *ethdev = cp->ethdev; local
3517 struct cnic_eth_dev *ethdev = cp->ethdev; local
3583 struct cnic_eth_dev *ethdev = cp->ethdev; local
3693 struct cnic_eth_dev *ethdev = cp->ethdev; local
3827 struct cnic_eth_dev *ethdev = cp->ethdev; local
3848 struct cnic_eth_dev *ethdev = cp->ethdev; local
4293 struct cnic_eth_dev *ethdev = cp->ethdev; local
4312 struct cnic_eth_dev *ethdev = cp->ethdev; local
4323 struct cnic_eth_dev *ethdev = cp->ethdev; local
4474 struct cnic_eth_dev *ethdev = NULL; local
4539 struct cnic_eth_dev *ethdev = NULL; local
[all...]
H A Dcnic.h198 struct cnic_eth_dev *ethdev; member in struct:cnic_local
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/hamradio/
H A Dbpqether.c113 struct net_device *ethdev; /* link to ethernet device */ member in struct:bpqdev
152 return bpq ? bpq->ethdev : NULL;
163 if (bpq->ethdev == dev)
431 bpqdev->axdev->name, bpqdev->ethdev->name,
512 bpq->ethdev = edev;
542 dev_put(bpq->ethdev);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/
H A Dairo.c2685 struct net_device *ethdev)
2691 dev->ml_priv = ethdev->ml_priv;
2692 dev->irq = ethdev->irq;
2693 dev->base_addr = ethdev->base_addr;
2694 dev->wireless_data = ethdev->wireless_data;
2695 SET_NETDEV_DEV(dev, ethdev->dev.parent);
2696 memcpy(dev->dev_addr, ethdev->dev_addr, dev->addr_len);
2684 init_wifidev(struct airo_info *ai, struct net_device *ethdev) argument

Completed in 104 milliseconds