Searched refs:net_dev (Results 1 - 25 of 26) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dieee80211softmac_wx.h36 ieee80211softmac_wx_trigger_scan(struct net_device *net_dev,
42 ieee80211softmac_wx_get_scan_results(struct net_device *net_dev,
48 ieee80211softmac_wx_set_essid(struct net_device *net_dev,
54 ieee80211softmac_wx_get_essid(struct net_device *net_dev,
60 ieee80211softmac_wx_set_rate(struct net_device *net_dev,
66 ieee80211softmac_wx_get_rate(struct net_device *net_dev,
72 ieee80211softmac_wx_get_wap(struct net_device *net_dev,
78 ieee80211softmac_wx_set_wap(struct net_device *net_dev,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/i4l/
H A Disdn_concap.c44 struct net_device *ndev = concap -> net_dev;
48 IX25DEBUG( "isdn_concap_dl_data_req: %s \n", concap->net_dev->name);
50 IX25DEBUG( "isdn_concap_dl_data_req: %s : isdn_net_send_skb returned %d\n", concap -> net_dev -> name, 1);
56 IX25DEBUG( "isdn_concap_dl_data_req: %s : isdn_net_send_skb returned %d\n", concap -> net_dev -> name, 0);
63 struct net_device *ndev = concap -> net_dev;
76 IX25DEBUG( "isdn_concap_dl_disconn_req: %s \n", concap -> net_dev -> name);
78 isdn_net_hangup( concap -> net_dev );
H A Disdn_x25iface.c94 tmp -> priv.net_dev = NULL;
116 IX25DEBUG( "isdn_x25iface_proto_close %s \n", MY_DEVNAME(cprot -> net_dev) );
119 cprot -> net_dev = NULL;
180 cprot -> net_dev = ndev;
192 IX25DEBUG( "isdn_x25iface_receive %s \n", MY_DEVNAME(cprot->net_dev) );
197 skb->protocol = x25_type_trans(skb, cprot->net_dev);
202 printk(KERN_WARNING "isdn_x25iface_receive %s: not connected, skb dropped\n", MY_DEVNAME(cprot->net_dev) );
215 , MY_DEVNAME(cprot->net_dev) );
219 , MY_DEVNAME(cprot->net_dev) );
227 skb->protocol = x25_type_trans(skb, cprot->net_dev);
[all...]
H A Disdn_ppp.c30 static void isdn_ppp_push_higher(isdn_net_dev * net_dev, isdn_net_local * lp,
36 static void isdn_ppp_receive_ccp(isdn_net_dev * net_dev, isdn_net_local * lp,
40 static void isdn_ppp_send_ccp(isdn_net_dev *net_dev, isdn_net_local *lp,
67 static void isdn_ppp_mp_receive(isdn_net_dev * net_dev, isdn_net_local * lp,
163 isdn_net_dev *net_dev = dev->netdev; local
166 while (net_dev) { /* step through net devices to find exclusive minors */
167 isdn_net_local *lp = net_dev->local;
170 net_dev = net_dev->next;
968 void isdn_ppp_receive(isdn_net_dev * net_dev, isdn_net_loca argument
1024 isdn_ppp_push_higher(isdn_net_dev * net_dev, isdn_net_local * lp, struct sk_buff *skb, int proto) argument
1586 isdn_ppp_mp_receive(isdn_net_dev * net_dev, isdn_net_local * lp, struct sk_buff *skb) argument
1865 isdn_ppp_mp_reassembly( isdn_net_dev * net_dev, isdn_net_local * lp, struct sk_buff * from, struct sk_buff * to ) argument
2642 isdn_ppp_receive_ccp(isdn_net_dev *net_dev, isdn_net_local *lp, struct sk_buff *skb,int proto) argument
2819 isdn_ppp_send_ccp(isdn_net_dev *net_dev, isdn_net_local *lp, struct sk_buff *skb) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dsis900.c68 static void sis900_read_mode(struct net_device *net_dev, int *speed, int *duplex);
158 static int sis900_open(struct net_device *net_dev);
159 static int sis900_mii_probe (struct net_device * net_dev);
160 static void sis900_init_rxfilter (struct net_device * net_dev);
162 static int mdio_read(struct net_device *net_dev, int phy_id, int location);
163 static void mdio_write(struct net_device *net_dev, int phy_id, int location, int val);
165 static void sis900_check_mode (struct net_device *net_dev, struct mii_phy *mii_phy);
166 static void sis900_tx_timeout(struct net_device *net_dev);
167 static void sis900_init_tx_ring(struct net_device *net_dev);
168 static void sis900_init_rx_ring(struct net_device *net_dev);
197 sis900_get_mac_addr(struct pci_dev * pci_dev, struct net_device *net_dev) argument
228 sis630e_get_mac_addr(struct pci_dev * pci_dev, struct net_device *net_dev) argument
267 sis635_get_mac_addr(struct pci_dev * pci_dev, struct net_device *net_dev) argument
310 sis96x_get_mac_addr(struct pci_dev * pci_dev, struct net_device *net_dev) argument
352 struct net_device *net_dev; local
527 sis900_mii_probe(struct net_device * net_dev) argument
654 sis900_default_phy(struct net_device * net_dev) argument
716 sis900_set_capability(struct net_device *net_dev, struct mii_phy *phy) argument
823 mdio_read(struct net_device *net_dev, int phy_id, int location) argument
866 mdio_write(struct net_device *net_dev, int phy_id, int location, int value) argument
919 sis900_reset_phy(struct net_device *net_dev, int phy_addr) argument
955 sis900_open(struct net_device *net_dev) argument
1009 sis900_init_rxfilter(struct net_device * net_dev) argument
1047 sis900_init_tx_ring(struct net_device *net_dev) argument
1081 sis900_init_rx_ring(struct net_device *net_dev) argument
1126 sis630_set_eq(struct net_device *net_dev, u8 revision) argument
1200 struct net_device *net_dev = (struct net_device *)data; local
1269 sis900_check_mode(struct net_device *net_dev, struct mii_phy *mii_phy) argument
1348 sis900_auto_negotiate(struct net_device *net_dev, int phy_addr) argument
1383 sis900_read_mode(struct net_device *net_dev, int *speed, int *duplex) argument
1437 sis900_tx_timeout(struct net_device *net_dev) argument
1496 sis900_start_xmit(struct sk_buff *skb, struct net_device *net_dev) argument
1567 struct net_device *net_dev = dev_instance; local
1628 sis900_rx(struct net_device *net_dev) argument
1778 sis900_finish_xmit(struct net_device *net_dev) argument
1846 sis900_close(struct net_device *net_dev) argument
1901 sis900_get_drvinfo(struct net_device *net_dev, struct ethtool_drvinfo *info) argument
1911 sis900_get_msglevel(struct net_device *net_dev) argument
1917 sis900_set_msglevel(struct net_device *net_dev, u32 value) argument
1923 sis900_get_link(struct net_device *net_dev) argument
1929 sis900_get_settings(struct net_device *net_dev, struct ethtool_cmd *cmd) argument
1939 sis900_set_settings(struct net_device *net_dev, struct ethtool_cmd *cmd) argument
1950 sis900_nway_reset(struct net_device *net_dev) argument
1967 sis900_set_wol(struct net_device *net_dev, struct ethtool_wolinfo *wol) argument
2003 sis900_get_wol(struct net_device *net_dev, struct ethtool_wolinfo *wol) argument
2038 mii_ioctl(struct net_device *net_dev, struct ifreq *rq, int cmd) argument
2070 sis900_get_stats(struct net_device *net_dev) argument
2209 set_rx_mode(struct net_device *net_dev) argument
2285 sis900_reset(struct net_device *net_dev) argument
2319 struct net_device *net_dev = pci_get_drvdata(pci_dev); local
2343 struct net_device *net_dev = pci_get_drvdata(pci_dev); local
2363 struct net_device *net_dev = pci_get_drvdata(pci_dev); local
[all...]
H A Dmyri_sbus.c1120 struct net_device *net_dev = mp->dev; local
1122 unregister_netdevice(net_dev);
1124 free_irq(net_dev->irq, net_dev);
1134 free_netdev(net_dev);
H A Dsunlance.c1546 struct net_device *net_dev = lp->dev; local
1548 unregister_netdev(net_dev);
1552 free_netdev(net_dev);
1586 struct net_device *net_dev = lp->dev; local
1588 unregister_netdev(net_dev);
1592 free_netdev(net_dev);
H A Dsunqe.c962 struct net_device *net_dev = qp->dev; local
964 unregister_netdev(net_dev);
977 free_netdev(net_dev);
H A Dsunbmac.c1278 struct net_device *net_dev = bp->dev; local
1280 unregister_netdevice(net_dev);
1291 free_netdev(net_dev);
H A Dsunhme.c3206 struct net_device *net_dev = hp->dev; local
3208 unregister_netdev(net_dev);
3217 free_netdev(net_dev);
3274 struct net_device *net_dev = hp->dev; local
3276 unregister_netdev(net_dev);
3289 free_netdev(net_dev);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/bcm43xx/
H A Dbcm43xx_wx.c50 static int bcm43xx_wx_get_name(struct net_device *net_dev, argument
55 struct bcm43xx_private *bcm = bcm43xx_priv(net_dev);
100 static int bcm43xx_wx_set_channelfreq(struct net_device *net_dev, argument
105 struct bcm43xx_private *bcm = bcm43xx_priv(net_dev);
145 static int bcm43xx_wx_get_channelfreq(struct net_device *net_dev, argument
150 struct bcm43xx_private *bcm = bcm43xx_priv(net_dev);
175 static int bcm43xx_wx_set_mode(struct net_device *net_dev, argument
180 struct bcm43xx_private *bcm = bcm43xx_priv(net_dev);
201 static int bcm43xx_wx_get_mode(struct net_device *net_dev, argument
206 struct bcm43xx_private *bcm = bcm43xx_priv(net_dev);
215 bcm43xx_wx_get_rangeparams(struct net_device *net_dev, struct iw_request_info *info, union iwreq_data *data, char *extra) argument
313 bcm43xx_wx_set_nick(struct net_device *net_dev, struct iw_request_info *info, union iwreq_data *data, char *extra) argument
330 bcm43xx_wx_get_nick(struct net_device *net_dev, struct iw_request_info *info, union iwreq_data *data, char *extra) argument
348 bcm43xx_wx_set_rts(struct net_device *net_dev, struct iw_request_info *info, union iwreq_data *data, char *extra) argument
375 bcm43xx_wx_get_rts(struct net_device *net_dev, struct iw_request_info *info, union iwreq_data *data, char *extra) argument
391 bcm43xx_wx_set_frag(struct net_device *net_dev, struct iw_request_info *info, union iwreq_data *data, char *extra) argument
418 bcm43xx_wx_get_frag(struct net_device *net_dev, struct iw_request_info *info, union iwreq_data *data, char *extra) argument
434 bcm43xx_wx_set_xmitpower(struct net_device *net_dev, struct iw_request_info *info, union iwreq_data *data, char *extra) argument
482 bcm43xx_wx_get_xmitpower(struct net_device *net_dev, struct iw_request_info *info, union iwreq_data *data, char *extra) argument
508 bcm43xx_wx_set_encoding(struct net_device *net_dev, struct iw_request_info *info, union iwreq_data *data, char *extra) argument
521 bcm43xx_wx_set_encodingext(struct net_device *net_dev, struct iw_request_info *info, union iwreq_data *data, char *extra) argument
534 bcm43xx_wx_get_encoding(struct net_device *net_dev, struct iw_request_info *info, union iwreq_data *data, char *extra) argument
547 bcm43xx_wx_get_encodingext(struct net_device *net_dev, struct iw_request_info *info, union iwreq_data *data, char *extra) argument
560 bcm43xx_wx_set_interfmode(struct net_device *net_dev, struct iw_request_info *info, union iwreq_data *data, char *extra) argument
612 bcm43xx_wx_get_interfmode(struct net_device *net_dev, struct iw_request_info *info, union iwreq_data *data, char *extra) argument
642 bcm43xx_wx_set_shortpreamble(struct net_device *net_dev, struct iw_request_info *info, union iwreq_data *data, char *extra) argument
661 bcm43xx_wx_get_shortpreamble(struct net_device *net_dev, struct iw_request_info *info, union iwreq_data *data, char *extra) argument
682 bcm43xx_wx_set_swencryption(struct net_device *net_dev, struct iw_request_info *info, union iwreq_data *data, char *extra) argument
705 bcm43xx_wx_get_swencryption(struct net_device *net_dev, struct iw_request_info *info, union iwreq_data *data, char *extra) argument
759 bcm43xx_wx_sprom_read(struct net_device *net_dev, struct iw_request_info *info, union iwreq_data *data, char *extra) argument
792 bcm43xx_wx_sprom_write(struct net_device *net_dev, struct iw_request_info *info, union iwreq_data *data, char *extra) argument
842 bcm43xx_get_wireless_stats(struct net_device *net_dev) argument
[all...]
H A Dbcm43xx_main.c385 const u8 *mac = (const u8 *)(bcm->net_dev->dev_addr);
2175 struct net_device *net_dev = bcm->net_dev; local
2183 net_dev->type = ARPHRD_IEEE80211;
2185 net_dev->type = ARPHRD_ETHER;
2216 if (net_dev->flags & IFF_PROMISC)
2661 const u8 *mac = (const u8*)(bcm->net_dev->dev_addr);
3110 struct net_device *net_dev = bcm->net_dev; local
3121 netif_tx_lock_bh(net_dev);
3635 struct net_device *net_dev = bcm->net_dev; local
3780 bcm43xx_ieee80211_set_chan(struct net_device *net_dev, u8 channel) argument
3802 bcm43xx_ieee80211_set_security(struct net_device *net_dev, struct ieee80211_security *sec) argument
3887 bcm43xx_ieee80211_hard_start_xmit(struct ieee80211_txb *txb, struct net_device *net_dev, int pri) argument
3905 bcm43xx_net_tx_timeout(struct net_device *net_dev) argument
3916 bcm43xx_net_poll_controller(struct net_device *net_dev) argument
3928 bcm43xx_net_open(struct net_device *net_dev) argument
3935 bcm43xx_net_stop(struct net_device *net_dev) argument
3949 bcm43xx_init_private(struct bcm43xx_private *bcm, struct net_device *net_dev, struct pci_dev *pci_dev) argument
3990 struct net_device *net_dev; local
4057 struct net_device *net_dev = pci_get_drvdata(pdev); local
4107 struct net_device *net_dev = pci_get_drvdata(pdev); local
4140 struct net_device *net_dev = pci_get_drvdata(pdev); local
[all...]
H A Dbcm43xx_xmit.c496 if (memcmp(wlhdr->addr1, bcm->net_dev->dev_addr, ETH_ALEN) == 0 ||
500 bcm->net_dev->flags & IFF_PROMISC)
508 memcmp(wlhdr->addr1, bcm->net_dev->dev_addr, ETH_ALEN) == 0 ||
509 (memcmp(wlhdr->addr3, bcm->net_dev->dev_addr, ETH_ALEN) &&
512 bcm->net_dev->flags & IFF_PROMISC)))
H A Dbcm43xx_debugfs.c72 struct net_device *net_dev; local
86 net_dev = bcm->net_dev;
90 fappend("*** %s devinfo ***\n", net_dev->name);
426 strncpy(devdir, bcm->net_dev->name, ARRAY_SIZE(devdir));
H A Dbcm43xx.h742 struct net_device *net_dev; member in struct:bcm43xx_private
853 struct net_device *net_dev; local
856 net_dev = dev_get_drvdata(dev);
857 bcm = bcm43xx_priv(net_dev);
H A Dbcm43xx_pio.c378 netif_tx_disable(queue->bcm->net_dev);
479 netif_stop_queue(queue->bcm->net_dev);
500 netif_wake_queue(queue->bcm->net_dev);
H A Dbcm43xx_dma.c82 netif_stop_queue(ring->bcm->net_dev);
107 netif_wake_queue(ring->bcm->net_dev);
467 skb->dev = ring->bcm->net_dev;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/atm/
H A Dbr2684.c84 struct net_device *net_dev; member in struct:br2684_dev
103 static inline struct br2684_dev *BRPRIV(const struct net_device *net_dev) argument
105 return (struct br2684_dev *) net_dev->priv;
110 return list_entry(le, struct br2684_dev, br2684_devs)->net_dev;
127 struct net_device *net_dev; local
131 net_dev = list_entry_brdev(lh);
132 if (BRPRIV(net_dev)->number == s->spec.devnum)
133 return net_dev;
138 net_dev = list_entry_brdev(lh);
139 if (!strncmp(net_dev
407 struct net_device *net_dev = brvcc->device; local
503 struct net_device *net_dev; local
732 const struct net_device *net_dev = brdev->net_dev; local
810 struct net_device *net_dev; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ieee80211/softmac/
H A Dieee80211softmac_wx.c34 ieee80211softmac_wx_trigger_scan(struct net_device *net_dev, argument
39 struct ieee80211softmac_device *sm = ieee80211_priv(net_dev);
48 ieee80211softmac_wx_get_scan_results(struct net_device *net_dev, argument
54 struct ieee80211softmac_device *sm = ieee80211_priv(net_dev);
67 ieee80211softmac_wx_set_essid(struct net_device *net_dev, argument
72 struct ieee80211softmac_device *sm = ieee80211_priv(net_dev);
134 ieee80211softmac_wx_get_essid(struct net_device *net_dev, argument
139 struct ieee80211softmac_device *sm = ieee80211_priv(net_dev);
166 ieee80211softmac_wx_set_rate(struct net_device *net_dev, argument
171 struct ieee80211softmac_device *mac = ieee80211_priv(net_dev);
253 ieee80211softmac_wx_get_rate(struct net_device *net_dev, struct iw_request_info *info, union iwreq_data *data, char *extra) argument
319 ieee80211softmac_wx_get_wap(struct net_device *net_dev, struct iw_request_info *info, union iwreq_data *data, char *extra) argument
340 ieee80211softmac_wx_set_wap(struct net_device *net_dev, struct iw_request_info *info, union iwreq_data *data, char *extra) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dconcap.h31 struct net_device *net_dev; /* net device using our service */ member in struct:concap_proto
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/
H A Dipw2100.c524 read_nic_dword(priv->net_dev,
526 read_nic_dword(priv->net_dev, addr, val);
538 read_nic_dword(priv->net_dev,
543 read_nic_dword(priv->net_dev,
565 read_nic_memory(priv->net_dev, addr, total_length, val);
589 read_nic_dword(priv->net_dev,
592 write_nic_dword(priv->net_dev, addr, *val);
674 priv->net_dev->name, priv->reset_backoff);
675 netif_carrier_off(priv->net_dev);
676 netif_stop_queue(priv->net_dev);
[all...]
H A Dipw2200.c1428 struct net_device *dev = priv->net_dev;
1895 wireless_send_event(priv->net_dev, SIOCGIWAP, &wrqu, NULL);
2240 priv->net_dev->name, MAC_ARG(mac));
4698 wireless_send_event(priv->net_dev, SIOCGIWSCAN,
4916 (priv->status & STATUS_ASSOCIATED) && netif_running(priv->net_dev))
4917 netif_wake_queue(priv->net_dev);
5081 priv->net_dev->name);
7605 priv->net_dev->trans_start = jiffies;
7615 } else if (unlikely(!netif_running(priv->net_dev))) {
7667 priv->net_dev
11523 struct net_device *net_dev; local
[all...]
H A Dipw2100.h553 struct net_device *net_dev; member in struct:ipw2100_priv
H A Dipw2200.h1179 struct net_device *net_dev; member in struct:ipw_priv
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/arm/
H A Dat91_ether.c1162 struct net_device *net_dev = platform_get_drvdata(pdev); local
1163 struct at91_private *lp = netdev_priv(net_dev);
1166 if (netif_running(net_dev)) {
1170 netif_stop_queue(net_dev);
1171 netif_device_detach(net_dev);
1180 struct net_device *net_dev = platform_get_drvdata(pdev); local
1181 struct at91_private *lp = netdev_priv(net_dev);
1184 if (netif_running(net_dev)) {
1187 netif_device_attach(net_dev);
1188 netif_start_queue(net_dev);
[all...]

Completed in 461 milliseconds

12