Home
last modified time | relevance | path

Searched refs:network (Results 1 – 25 of 543) sorted by relevance

12345678910>>...22

/linux/drivers/tty/ipwireless/
H A Dnetwork.c69 struct ipw_network *network = callback_data; in notify_packet_sent() local
72 spin_lock_irqsave(&network->lock, flags); in notify_packet_sent()
73 network->outgoing_packets_queued--; in notify_packet_sent()
74 if (network->ppp_channel != NULL) { in notify_packet_sent()
75 if (network->ppp_blocked) { in notify_packet_sent()
76 network->ppp_blocked = 0; in notify_packet_sent()
77 spin_unlock_irqrestore(&network->lock, flags); in notify_packet_sent()
78 ppp_output_wakeup(network->ppp_channel); in notify_packet_sent()
83 spin_unlock_irqrestore(&network->lock, flags); in notify_packet_sent()
85 spin_unlock_irqrestore(&network->lock, flags); in notify_packet_sent()
[all …]
H A Dtty.c53 struct ipw_network *network; member
105 ipwireless_ppp_open(tty->network); in ipw_open()
124 ipwireless_ppp_close(tty->network); in do_ipw_close()
399 tty->network); in ipw_ioctl()
411 tty->network); in ipw_ioctl()
437 struct ipw_network *network, int channel_idx, in add_tty() argument
447 ttys[j]->network = network; in add_tty()
453 ipwireless_associate_network_tty(network, channel_idx, ttys[j]); in add_tty()
456 ipwireless_associate_network_tty(network, in add_tty()
469 struct ipw_network *network) in ipwireless_tty_create() argument
[all …]
/linux/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw_rx.c926 struct libipw_network *network) in libipw_parse_qos_info_param_IE() argument
935 network->qos_data.param_count = qos_info_element.ac_info & 0x0F; in libipw_parse_qos_info_param_IE()
936 network->flags |= NETWORK_HAS_QOS_INFORMATION; in libipw_parse_qos_info_param_IE()
943 qos_param = &(network->qos_data.parameters); in libipw_parse_qos_info_param_IE()
946 network->flags |= NETWORK_HAS_QOS_PARAMETERS; in libipw_parse_qos_info_param_IE()
947 network->qos_data.param_count = in libipw_parse_qos_info_param_IE()
954 network->qos_data.supported = 1; in libipw_parse_qos_info_param_IE()
998 struct libipw_network *network) in libipw_parse_info_param() argument
1022 network->ssid_len = min(info_element->len, in libipw_parse_info_param()
1024 memcpy(network->ssid, info_element->data, in libipw_parse_info_param()
[all …]
H A Dlibipw_wx.c44 struct libipw_network *network, in libipw_translate_scan() argument
57 memcpy(iwe.u.ap_addr.sa_data, network->bssid, ETH_ALEN); in libipw_translate_scan()
65 iwe.u.data.length = min(network->ssid_len, (u8) 32); in libipw_translate_scan()
67 &iwe, network->ssid); in libipw_translate_scan()
72 libipw_modes[network->mode]); in libipw_translate_scan()
77 if (network->capability & (WLAN_CAPABILITY_ESS | WLAN_CAPABILITY_IBSS)) { in libipw_translate_scan()
78 if (network->capability & WLAN_CAPABILITY_ESS) in libipw_translate_scan()
90 iwe.u.freq.m = libipw_channel_to_freq(ieee, network->channel); in libipw_translate_scan()
97 if (network->capability & WLAN_CAPABILITY_PRIVACY) in libipw_translate_scan()
103 &iwe, network->ssid); in libipw_translate_scan()
[all …]
H A Dipw2200.c1393 IPW_ERROR("Failed to register promiscuous network " in rtap_iface_store()
2954 struct libipw_network *network = NULL; in ipw_remove_current_network() local
2959 network = list_entry(element, struct libipw_network, list); in ipw_remove_current_network()
2960 if (ether_addr_equal(network->bssid, priv->bssid)) { in ipw_remove_current_network()
2962 list_add_tail(&network->list, in ipw_remove_current_network()
3854 /* Another node is active in network */ in ipw_add_station()
5054 * + A received packet is processed and handed to the kernel network stack,
5298 const struct libipw_network *network, in ipw_compatible_rates() argument
5304 num_rates = min(network->rates_len, (u8) IPW_MAX_RATES); in ipw_compatible_rates()
5307 if (!ipw_is_rate_in_mask(priv, network in ipw_compatible_rates()
5428 struct libipw_network *network; global() member
5434 ipw_find_adhoc_network(struct ipw_priv * priv,struct ipw_network_match * match,struct libipw_network * network,int roaming) ipw_find_adhoc_network() argument
5570 struct libipw_network *network = NULL; ipw_merge_adhoc_network() local
5611 ipw_best_network(struct ipw_priv * priv,struct ipw_network_match * match,struct libipw_network * network,int roaming) ipw_best_network() argument
5763 ipw_adhoc_create(struct ipw_priv * priv,struct libipw_network * network) ipw_adhoc_create() argument
6799 ipw_qos_handle_probe_response(struct ipw_priv * priv,int active_network,struct libipw_network * network) ipw_qos_handle_probe_response() argument
6962 ipw_qos_association(struct ipw_priv * priv,struct libipw_network * network) ipw_qos_association() argument
7008 ipw_qos_association_resp(struct ipw_priv * priv,struct libipw_network * network) ipw_qos_association_resp() argument
7179 ipw_handle_probe_response(struct net_device * dev,struct libipw_probe_response * resp,struct libipw_network * network) ipw_handle_probe_response() argument
7192 ipw_handle_beacon(struct net_device * dev,struct libipw_beacon * resp,struct libipw_network * network) ipw_handle_beacon() argument
7205 ipw_handle_assoc_response(struct net_device * dev,struct libipw_assoc_response * resp,struct libipw_network * network) ipw_handle_assoc_response() argument
7229 ipw_associate_network(struct ipw_priv * priv,struct libipw_network * network,struct ipw_supported_rates * rates,int roaming) ipw_associate_network() argument
7408 struct libipw_network *network = NULL; ipw_roam() local
7483 struct libipw_network *network = NULL; ipw_associate() local
[all...]
/linux/drivers/net/wireless/realtek/rtw88/
H A DKconfig61 tristate "Realtek 8822BE PCI wireless network adapter"
69 802.11ac PCIe wireless network adapter
72 tristate "Realtek 8822BS SDIO wireless network adapter"
80 802.11ac SDIO wireless network adapter
83 tristate "Realtek 8822BU USB wireless network adapter"
91 802.11ac USB wireless network adapter
94 tristate "Realtek 8822CE PCI wireless network adapter"
102 802.11ac PCIe wireless network adapter
105 tristate "Realtek 8822CS SDIO wireless network adapter"
113 802.11ac SDIO wireless network adapter
[all …]
/linux/Documentation/ABI/testing/
H A Dsysfs-class-led-trigger-netdev6 Specifies the network device name to monitor.
26 Signal the link state of the named network device.
31 of the named network device.
40 Signal transmission of data on the named network device.
55 Signal reception of data on the named network device.
83 Signal the link speed state of 10Mbps of the named network device.
88 speed of 10MBps of the named network device.
91 Present only if the named network device supports 10Mbps link speed.
98 Signal the link speed state of 100Mbps of the named network device.
103 speed of 100Mbps of the named network device.
[all …]
H A Dsysfs-class-net-statistics6 Indicates the number of collisions seen by this network device.
15 network device.
22 Indicates the number of bytes received by this network device.
23 See the network driver for the exact meaning of when this
32 network device. This value might only be relevant for interfaces
41 by this network device. Note that the specific meaning might
49 Indicates the number of packets received by the network device
51 packet processing. See the network driver for the exact
59 Indicates the number of receive errors on this network device.
60 See the network driver for the exact meaning of this value.
[all …]
H A Dsysfs-class-net-queues8 network device queue. Possible values depend on the number
17 processed by this particular network device receive queue.
25 network interface transmit queue.
42 network device transmit queue. Possible values depend on the
52 network device transmit queue. Possible values depend on the
53 number of available receive queue(s) in the network device.
62 of this particular network device transmit queue.
71 network device transmit queue.
79 on this network device transmit queue. This value is clamped
88 queued on this network device transmit queue. See
[all …]
H A Dsysfs-class-net-qmi8 Set this to 'Y' to change the network device link
33 based network device, supported by recent Qualcomm based
36 The network device will be called qmimux.
38 Userspace is in charge of managing the qmux network device
50 created qmap mux based network device.
59 Indicates the mux id associated to the qmimux network interface
/linux/drivers/staging/rtl8723bs/core/
H A Drtw_mlme.c54 pmlmepriv->cur_network.network.infrastructure_mode = Ndis802_11AutoUnknown; in rtw_init_mlme_priv()
235 if (!memcmp(addr, pnetwork->network.mac_address, ETH_ALEN)) in _rtw_find_network()
334 (pnetwork->network.privacy == 0)) in rtw_is_same_ibss()
337 (pnetwork->network.privacy == 1)) in rtw_is_same_ibss()
369 struct wlan_network *_rtw_find_same_network(struct __queue *scanned_queue, struct wlan_network *network) in is_same_network()
378 if (is_same_network(&network->network, &found->network, 0)) in _rtw_find_same_network()
420 if (check_fwstate(&padapter->mlmepriv, _FW_LINKED) && is_same_network(&padapter->mlmepriv.cur_network.network, src, 0)) { in update_network()
457 if (check_fwstate(pmlmepriv, _FW_LINKED) && (is_same_network(&pmlmepriv->cur_network.network, pnetwor in update_current_network()
372 _rtw_find_same_network(struct __queue * scanned_queue,struct wlan_network * network) _rtw_find_same_network() argument
[all...]
/linux/drivers/net/wireless/realtek/rtlwifi/
H A DKconfig22 wireless network adapters.
33 wireless network adapters.
45 wireless network adapters.
58 wireless network adapters.
71 wireless network adapters.
82 wireless network adapters.
94 wireless network adapters.
106 wireless network adapters.
118 wireless network adapters.
130 wireless network adapters.
/linux/net/x25/
H A DKconfig9 X.25 is a set of standardized network protocols, similar in scope to
10 frame relay; the one physical line from your box to the X.25 network
13 network. Governments, banks, and other organizations tend to use it
24 One connects to an X.25 network either with a dedicated network card
/linux/Documentation/networking/
H A Dgtp.rst19 and the interconnection between an external packet data network (such
24 such a tunnel between that external data network and the phone. The
32 At some network element inside the cellular operator infrastructure
40 and forwards it onto an external packet data network. This can be
41 public internet, but can also be any private IP network (or even
42 theoretically some non-IP network like X.25).
56 packet network in downlink towards the phone.
205 The GTP-U driver creates a Linux network device for each Gi/SGi
223 2. each private network manages its own addressing. In general this
227 and each private network.
[all …]
H A Dtuntap.rst28 corresponding ioctl() to register a network device with the kernel. A network
30 the program closes the file descriptor, the network device and all
39 two network interfaces.
57 since CAP_NET_ADMIN is required for creating network devices or for
58 connecting to network devices which aren't owned by the user in question.
86 "tun%d"), but (as far as I can see) this can be any valid network device name.
229 3. How does Virtual network device actually work ?
231 Virtual network device can be viewed as a simple Point-to-Point or
253 network interface. It does not provide a virtual network interface.
254 A TUN/TAP driver does provide a virtual network interface and it is possible
H A Dila.rst12 differentiates between location and identity of a network node. Part of an
16 network virtualization as well as solutions for use cases in mobility.
18 ILA can be thought of as means to implement an overlay network without
19 encapsulation. This is accomplished by performing network address
20 translation on destination addresses as a packet traverses a network. To
21 the network, an ILA translated packet appears to be no different than any
24 advantage of this is that ILA is transparent to the network so that
25 optimizations in the network, such as ECMP, RSS, GRO, GSO, etc., just work.
34 A number that identifies an addressable node in the network
39 A network prefix that routes to a physical host. Locators
[all …]
/linux/drivers/net/fddi/
H A DKconfig3 # FDDI network device configuration
10 Fiber Distributed Data Interface is a high speed local area network
12 run over copper or fiber. If you are connected to such a network and
24 and 700-C (DEFZA-CA, copper) TURBOchannel network cards which
25 can connect you to a local FDDI network.
36 to a local FDDI network.
/linux/drivers/net/ethernet/sun/
H A DKconfig3 # Sun network device configuration
11 If you have a network (Ethernet) card belonging to this class, say Y.
15 the questions about Sun network interfaces. If you say Y, you will be
85 Support for virtual network devices under Sun Logical Domains.
94 This driver adds a network interface for every vsw-port node
97 guest domain network interconnectivity or guest domain
98 connection to a physical network on a service domain.
/linux/Documentation/networking/device_drivers/wwan/
H A Diosm.rst30 - configure network connection settings
31 - connect to network
32 - configure IP network interface
67 wwan0-X network device
70 traffic. Iproute network utility is used for creating "wwan0-X" network
81 The driver will automatically map the "wwan0-1" network device to MBIM IP
/linux/Documentation/userspace-api/media/dvb/
H A Dnet.rst10 of a transport stream to be mapped into a virtual network interface,
11 visible through the standard Linux network protocol stack.
19 In order to create the Linux virtual network interfaces, an application
23 virtual ``dvb?_?`` network interfaces, and will be controlled/routed via
/linux/drivers/net/ethernet/vertexcom/
H A DKconfig3 # Vertexcom network device configuration
10 If you have a network (Ethernet) card belonging to this class, say Y.
23 SPI driver for Vertexcom MSE102x SPI attached network chip.
/linux/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/
H A Doverview.rst16 DPAA2 is a hardware architecture designed for high-speeed network
26 network ports to create functional objects/devices such as network
58 | -network interface -DPNI |
78 in creating a network interfaces.
140 Ethernet network interface functionality. This approach provides
145 network interface configuration on a system with 2 CPUs.
187 Contains TX/RX queues, network interface configuration, and RX buffer pool
254 A network interface requires a 'buffer pool' (DPBP
258 the network interface.
359 - DPMCPs to send MC commands, to configure network interfaces
[all …]
H A Dethernet-driver.rst21 representing network interfaces; instead, several separate hardware resources
24 - network interfaces
68 The DPNIs are network interfaces without a direct one-on-one mapping to PHYs.
119 Each network interface can have multiple Rx, Tx and confirmation queues affined
124 The role of hardware buffer pools is storage of ingress frame data. Each network
158 a number of properties which determine the network interface configuration
161 DPNI objects (and the other DPAA2 objects needed for a network interface) can be
185 Hardware specific statistics for the network interface as well as some
/linux/drivers/net/ethernet/nvidia/
H A DKconfig3 # NVIDIA network device configuration
11 If you have a network (Ethernet) card belonging to this class, say Y.
24 If you have a network (Ethernet) controller of this type, say Y here.
/linux/arch/powerpc/boot/dts/
H A Dmpc885ads.dts97 device_type = "network";
105 linux,network-index = <0>;
109 device_type = "network";
117 linux,network-index = <1>;
200 device_type = "network";
209 linux,network-index = <2>;

12345678910>>...22