Searched refs:net (Results 1 - 25 of 569) sorted by relevance

1234567891011>>

/drivers/tty/ipwireless/
H A Dnetwork.h33 void ipwireless_network_notify_control_line_change(struct ipw_network *net,
36 void ipwireless_network_packet_received(struct ipw_network *net,
40 void ipwireless_network_free(struct ipw_network *net);
41 void ipwireless_associate_network_tty(struct ipw_network *net,
43 void ipwireless_disassociate_network_ttys(struct ipw_network *net,
46 void ipwireless_ppp_open(struct ipw_network *net);
48 void ipwireless_ppp_close(struct ipw_network *net);
49 int ipwireless_ppp_channel_index(struct ipw_network *net);
50 int ipwireless_ppp_unit_number(struct ipw_network *net);
51 int ipwireless_ppp_mru(const struct ipw_network *net);
[all...]
/drivers/staging/wlags49_h2/
H A Dwl_sysfs.h5 static inline void register_wlags_sysfs(struct net_device *net) { } argument
6 static inline void unregister_wlags_sysfs(struct net_device *net) { } argument
H A Dwl_sysfs.c8 #include <net/sock.h>
11 #include <net/iw_handler.h>
121 void register_wlags_sysfs(struct net_device *net) argument
123 struct device *dev = &(net->dev);
124 struct wl_private *lp = wl_priv(net);
131 void unregister_wlags_sysfs(struct net_device *net) argument
133 struct device *dev = &(net->dev);
134 struct wl_private *lp = wl_priv(net);
/drivers/net/wireless/mwifiex/
H A Dcfg80211.h23 #include <net/cfg80211.h>
/drivers/net/wireless/orinoco/
H A Dwext.h8 #include <net/iw_handler.h>
H A Dcfg.h8 #include <net/cfg80211.h>
/drivers/net/wireless/wl12xx/
H A Dtestmode.h27 #include <net/mac80211.h>
/drivers/vhost/
H A DMakefile2 vhost_net-y := vhost.o net.o
/drivers/net/hyperv/
H A Dnetvsc_drv.c36 #include <net/arp.h>
37 #include <net/route.h>
38 #include <net/sock.h>
39 #include <net/pkt_sched.h>
80 static void netvsc_set_multicast_list(struct net_device *net) argument
82 struct net_device_context *net_device_ctx = netdev_priv(net);
87 static int netvsc_open(struct net_device *net) argument
89 struct net_device_context *net_device_ctx = netdev_priv(net);
96 netdev_err(net, "unable to open device (ret %d).\n", ret);
100 netif_start_queue(net);
105 netvsc_close(struct net_device *net) argument
134 netvsc_start_xmit(struct sk_buff *skb, struct net_device *net) argument
225 struct net_device *net; local
257 struct net_device *net; local
298 netvsc_get_drvinfo(struct net_device *net, struct ethtool_drvinfo *info) argument
365 struct net_device *net; local
378 struct net_device *net = NULL; local
432 struct net_device *net; local
[all...]
/drivers/media/dvb/dvb-core/
H A DMakefile5 dvb-net-$(CONFIG_DVB_NET) := dvb_net.o
9 $(dvb-net-y) dvb_ringbuffer.o dvb_math.o
/drivers/net/irda/
H A Dirtty-sir.h17 #include <net/irda/irda.h>
18 #include <net/irda/irda_device.h> // chipio_t
/drivers/net/wireless/brcm80211/brcmutil/
H A DMakefile19 -Idrivers/net/wireless/brcm80211/brcmutil \
20 -Idrivers/net/wireless/brcm80211/include
/drivers/s390/
H A DMakefile5 obj-y += cio/ block/ char/ crypto/ net/ scsi/ kvm/
/drivers/net/usb/
H A Dusbnet.c177 dev->net->dev_addr [i] =
235 skb->protocol = eth_type_trans (skb, dev->net);
236 dev->net->stats.rx_packets++;
237 dev->net->stats.rx_bytes += skb->len;
239 netif_dbg(dev, rx_status, dev->net, "< rx, len %zu, type 0x%x\n",
248 netif_dbg(dev, rx_err, dev->net,
261 int usbnet_change_mtu (struct net_device *net, int new_mtu)
263 struct usbnet *dev = netdev_priv(net);
264 int ll_mtu = new_mtu + net->hard_header_len;
273 net
260 usbnet_change_mtu(struct net_device *net, int new_mtu) argument
683 usbnet_stop(struct net_device *net) argument
738 usbnet_open(struct net_device *net) argument
817 usbnet_get_settings(struct net_device *net, struct ethtool_cmd *cmd) argument
828 usbnet_set_settings(struct net_device *net, struct ethtool_cmd *cmd) argument
847 usbnet_get_link(struct net_device *net) argument
864 usbnet_nway_reset(struct net_device *net) argument
875 usbnet_get_drvinfo(struct net_device *net, struct ethtool_drvinfo *info) argument
887 usbnet_get_msglevel(struct net_device *net) argument
895 usbnet_set_msglevel(struct net_device *net, u32 level) argument
1071 usbnet_tx_timeout(struct net_device *net) argument
1084 usbnet_start_xmit(struct sk_buff *skb, struct net_device *net) argument
1283 struct net_device *net; local
1339 struct net_device *net; local
[all...]
H A Ddm9601.c62 netdev_dbg(dev->net, "dm_read() reg=0x%02x length=%d\n", reg, length);
93 netdev_dbg(dev->net, "dm_write() reg=0x%02x, length=%d\n", reg, length);
115 netdev_dbg(dev->net, "dm_write_reg() reg=0x%02x, value=0x%02x\n",
146 netdev_err(dev->net, "Error allocating URB in dm_write_async_helper!\n");
152 netdev_err(dev->net, "Failed to allocate memory for control request\n");
170 netdev_err(dev->net, "Error submitting the control message: status=%d\n",
179 netdev_dbg(dev->net, "dm_write_async() reg=0x%02x length=%d\n", reg, length);
186 netdev_dbg(dev->net, "dm_write_reg_async() reg=0x%02x value=0x%02x\n",
215 netdev_err(dev->net, "%s read timed out!\n", phy ? "phy" : "eeprom");
223 netdev_dbg(dev->net, "rea
282 dm9601_get_eeprom(struct net_device *net, struct ethtool_eeprom *eeprom, u8 * data) argument
338 dm9601_get_drvinfo(struct net_device *net, struct ethtool_drvinfo *info) argument
346 dm9601_get_link(struct net_device *net) argument
353 dm9601_ioctl(struct net_device *net, struct ifreq *rq, int cmd) argument
372 dm9601_set_multicast(struct net_device *net) argument
406 dm9601_set_mac_address(struct net_device *net, void *p) argument
[all...]
H A Dsmsc95xx.c82 netdev_warn(dev->net, "Failed to read register index 0x%08x\n", index);
110 netdev_warn(dev->net, "Failed to write register index 0x%08x\n", index);
142 netdev_warn(dev->net, "MII is busy in smsc95xx_mdio_read\n");
154 netdev_warn(dev->net, "Timed out reading MII reg %02X\n", idx);
176 netdev_warn(dev->net, "MII is busy in smsc95xx_mdio_write\n");
191 netdev_warn(dev->net, "Timed out writing MII reg %02X\n", idx);
209 netdev_warn(dev->net, "EEPROM read operation timeout\n");
230 netdev_warn(dev->net, "EEPROM is busy\n");
312 netdev_warn(dev->net, "async callback failed with %d\n", status);
327 netdev_warn(dev->net, "Erro
552 smsc95xx_ethtool_get_eeprom_len(struct net_device *net) argument
[all...]
H A Dipheth.c123 struct net_device *net; member in struct:ipheth_device
222 dev->net->stats.rx_length_errors++;
231 dev->net->stats.rx_dropped++;
236 skb->dev = dev->net;
237 skb->protocol = eth_type_trans(skb, dev->net);
239 dev->net->stats.rx_packets++;
240 dev->net->stats.rx_bytes += len;
262 netif_wake_queue(dev->net);
284 netif_carrier_on(dev->net);
286 netif_carrier_off(dev->net);
303 struct net_device *net = dev->net; local
347 ipheth_open(struct net_device *net) argument
368 ipheth_close(struct net_device *net) argument
377 ipheth_tx(struct sk_buff *skb, struct net_device *net) argument
418 ipheth_tx_timeout(struct net_device *net) argument
427 ipheth_ethtool_op_get_link(struct net_device *net) argument
[all...]
H A Dsmsc75xx.c57 ({ if (ret < 0) netdev_warn(dev->net, fmt, ##args); })
60 ({ if (ret < 0) { netdev_warn(dev->net, fmt, ##args); return ret; } })
63 ({ if (ret < 0) { netdev_warn(dev->net, fmt, ##args); goto done; } })
100 netdev_warn(dev->net,
130 netdev_warn(dev->net,
240 netdev_warn(dev->net, "EEPROM read operation timeout");
263 netdev_warn(dev->net, "EEPROM is busy");
358 netdev_warn(dev->net, "smsc75xx_dataport_wait_not_busy timed out");
415 netif_dbg(dev, drv, dev->net, "deferred multicast write 0x%08x",
441 if (dev->net
553 smsc75xx_ethtool_get_eeprom_len(struct net_device *net) argument
[all...]
H A Dasix.c4 * Copyright (C) 2005 Phil Chang <pchang23@sbcglobal.net>
192 netdev_dbg(dev->net, "asix_read_cmd() cmd=0x%02x value=0x%04x index=0x%04x size=%d\n",
225 netdev_dbg(dev->net, "asix_write_cmd() cmd=0x%02x value=0x%04x index=0x%04x size=%d\n",
271 netdev_dbg(dev->net, "asix_write_cmd_async() cmd=0x%02x value=0x%04x index=0x%04x size=%d\n",
276 netdev_err(dev->net, "Error allocating URB in write_cmd_async!\n");
282 netdev_err(dev->net, "Failed to allocate memory for control request\n");
300 netdev_err(dev->net, "Error submitting the control message: status=%d\n",
321 netdev_err(dev->net, "asix_rx_fixup() Bad Header Length\n");
325 if ((size > dev->net->mtu + ETH_HLEN + VLAN_HLEN) ||
327 netdev_err(dev->net, "asix_rx_fixu
531 asix_set_multicast(struct net_device *net) argument
633 asix_get_wol(struct net_device *net, struct ethtool_wolinfo *wolinfo) argument
652 asix_set_wol(struct net_device *net, struct ethtool_wolinfo *wolinfo) argument
669 asix_get_eeprom_len(struct net_device *net) argument
677 asix_get_eeprom(struct net_device *net, struct ethtool_eeprom *eeprom, u8 *data) argument
701 asix_get_drvinfo(struct net_device *net, struct ethtool_drvinfo *info) argument
714 asix_get_link(struct net_device *net) argument
721 asix_ioctl(struct net_device *net, struct ifreq *rq, int cmd) argument
728 asix_set_mac_address(struct net_device *net, void *p) argument
769 ax88172_set_multicast(struct net_device *net) argument
1372 ax88178_change_mtu(struct net_device *net, int new_mtu) argument
[all...]
/drivers/net/wireless/rtl818x/rtl8187/
H A DMakefile5 ccflags-y += -Idrivers/net/wireless/rtl818x
/drivers/staging/winbond/
H A Dwb35rx_f.h4 #include <net/mac80211.h>
/drivers/firewire/
H A DMakefile9 firewire-net-y += net.o
14 obj-$(CONFIG_FIREWIRE_NET) += firewire-net.o
/drivers/net/wireless/brcm80211/brcmsmac/
H A DMakefile20 -Idrivers/net/wireless/brcm80211/brcmsmac \
21 -Idrivers/net/wireless/brcm80211/brcmsmac/phy \
22 -Idrivers/net/wireless/brcm80211/include
/drivers/usb/gadget/
H A Du_ether.c56 struct net_device *net; member in struct:eth_dev
119 printk(level "%s: " fmt , (d)->net->name , ## args)
146 static int ueth_change_mtu(struct net_device *net, int new_mtu) argument
148 struct eth_dev *dev = netdev_priv(net);
159 net->mtu = new_mtu;
165 static void eth_get_drvinfo(struct net_device *net, struct ethtool_drvinfo *p) argument
167 struct eth_dev *dev = netdev_priv(net);
230 size += sizeof(struct ethhdr) + dev->net->mtu + RX_EXTRA;
305 dev->net->stats.rx_errors++;
306 dev->net
489 eth_start_xmit(struct sk_buff *skb, struct net_device *net) argument
637 eth_open(struct net_device *net) argument
655 eth_stop(struct net_device *net) argument
782 struct net_device *net; local
[all...]
/drivers/net/wireless/bcmdhd/
H A Dwl_android.c120 int wl_cfg80211_get_p2p_dev_addr(struct net_device *net, struct ether_addr *p2pdev_addr);
123 int wl_cfg80211_get_p2p_dev_addr(struct net_device *net, struct ether_addr *p2pdev_addr) argument
125 int wl_cfg80211_set_p2p_noa(struct net_device *net, char* buf, int len) argument
127 int wl_cfg80211_get_p2p_noa(struct net_device *net, char* buf, int len) argument
129 int wl_cfg80211_set_p2p_ps(struct net_device *net, char* buf, int len) argument
158 static int wl_android_get_link_speed(struct net_device *net, char *command, int total_len) argument
164 error = wldev_get_link_speed(net, &link_speed);
175 static int wl_android_get_rssi(struct net_device *net, char *command, int total_len) argument
182 error = wldev_get_rssi(net, &rssi);
186 error = wldev_get_ssid(net,
449 wl_android_set_fwpath(struct net_device *net, char *command, int total_len) argument
465 wl_android_priv_cmd(struct net_device *net, struct ifreq *ifr, int cmd) argument
[all...]

Completed in 2713 milliseconds

1234567891011>>