| /linux-6.15/drivers/tty/ipwireless/ |
| H A D | network.c | 119 network); in ipwireless_ppp_start_xmit() 135 network); in ipwireless_ppp_start_xmit() 167 val = network->flags | network->rbits; in ipwireless_ppp_ioctl() 217 memcpy(network->xaccm, accm, sizeof(network->xaccm)); in ipwireless_ppp_ioctl() 232 network->mru = val; in ipwireless_ppp_ioctl() 271 network->flags = 0; in do_go_online() 272 network->rbits = 0; in do_go_online() 274 memset(network->xaccm, 0, sizeof(network->xaccm)); in do_go_online() 421 if (!network) in ipwireless_network_create() 434 return network; in ipwireless_network_create() [all …]
|
| H A D | tty.c | 53 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() 447 ttys[j]->network = network; in add_tty() 469 struct ipw_network *network) in ipwireless_tty_create() argument 486 if (add_tty(j, hardware, network, in ipwireless_tty_create() 492 if (add_tty(j, hardware, network, in ipwireless_tty_create() 498 if (add_tty(j, hardware, network, in ipwireless_tty_create() [all …]
|
| /linux-6.15/drivers/net/wireless/intel/ipw2x00/ |
| H A D | libipw_rx.c | 1027 memset(network->ssid + network->ssid_len, 0, in libipw_parse_info_param() 1031 network->ssid_len, network->ssid, in libipw_parse_info_param() 1224 network->rates_len = network->rates_ex_len = 0; in libipw_handle_assoc_resp() 1243 network->mode = 0; in libipw_handle_assoc_resp() 1253 memcpy(&network->stats, stats, sizeof(network->stats)); in libipw_handle_assoc_resp() 1282 network->rates_len = network->rates_ex_len = 0; in libipw_network_init() 1287 network->erp_value = (network->capability & WLAN_CAPABILITY_IBSS) ? in libipw_network_init() 1303 network->mode = 0; in libipw_network_init() 1315 network->ssid_len, network->ssid, in libipw_network_init() 1320 memcpy(&network->stats, stats, sizeof(network->stats)); in libipw_network_init() [all …]
|
| H A D | libipw_wx.c | 67 &iwe, network->ssid); in libipw_translate_scan() 72 libipw_modes[network->mode]); in libipw_translate_scan() 103 &iwe, network->ssid); in libipw_translate_scan() 158 network->stats.rssi))) / in libipw_translate_scan() 192 if (network->wpa_ie_len) { in libipw_translate_scan() 194 memcpy(buf, network->wpa_ie, network->wpa_ie_len); in libipw_translate_scan() 201 if (network->rsn_ie_len) { in libipw_translate_scan() 203 memcpy(buf, network->rsn_ie, network->rsn_ie_len); in libipw_translate_scan() 251 struct libipw_network *network; in libipw_wx_get_scan() local 276 network->ssid_len, network->ssid, in libipw_wx_get_scan() [all …]
|
| H A D | ipw2200.c | 5445 network->ssid_len, network->ssid, in ipw_find_adhoc_network() 5493 network->ssid_len, network->ssid, in ipw_find_adhoc_network() 5503 network->ssid_len, network->ssid, in ipw_find_adhoc_network() 5513 network->ssid_len, network->ssid, in ipw_find_adhoc_network() 5525 network->ssid_len, network->ssid, in ipw_find_adhoc_network() 5533 network->ssid_len, network->ssid, in ipw_find_adhoc_network() 5560 match->network = network; in ipw_find_adhoc_network() 5562 network->ssid_len, network->ssid, network->bssid); in ipw_find_adhoc_network() 5755 match->network = network; in ipw_best_network() 5758 network->ssid_len, network->ssid, network->bssid); in ipw_best_network() [all …]
|
| /linux-6.15/drivers/net/wireless/realtek/rtw88/ |
| H A D | Kconfig | 69 802.11ac PCIe wireless network adapter 80 802.11ac SDIO wireless network adapter 91 802.11ac USB wireless network adapter 102 802.11ac PCIe wireless network adapter 113 802.11ac SDIO wireless network adapter 124 802.11ac USB wireless network adapter 135 802.11n PCIe wireless network adapter 146 802.11n SDIO wireless network adapter 158 wireless network adapter. 171 802.11n USB wireless network adapter [all …]
|
| /linux-6.15/Documentation/ABI/testing/ |
| H A D | sysfs-class-led-trigger-netdev | 6 Specifies the network device name to monitor. 26 Signal the link state of the named network device. 31 of the named network device. 88 speed of 10MBps of the named network device. 103 speed of 100Mbps of the named network device. 118 speed of 1000Mbps of the named network device. 133 speed of 2500Mbps of the named network device. 148 speed of 5000Mbps of the named network device. 163 speed of 10000Mbps of the named network device. 178 duplex state of the named network device. [all …]
|
| H A D | sysfs-class-net-statistics | 6 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 51 packet processing. See the network driver for the exact 68 network device. See the network driver for the exact 105 an inactive device by the network core. 123 network device. 131 during transmission by a network device (e.g: because of 140 Indicates the number of bytes transmitted by a network [all …]
|
| H A D | sysfs-class-net-queues | 8 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 D | sysfs-class-net-qmi | 8 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-6.15/drivers/staging/rtl8723bs/core/ |
| H A D | rtw_mlme.c | 363 if (is_same_network(&network->network, &found->network, 0)) in _rtw_find_same_network() 1036 memcpy(&cur_network->network, &pnetwork->network, pnetwork->network.length); in rtw_joinbss_update_network() 1038 cur_network->network.ie_length = ptarget_wlan->network.ie_length; in rtw_joinbss_update_network() 1039 memcpy(&cur_network->network.ies[0], &ptarget_wlan->network.ies[0], MAX_IE_SZ); in rtw_joinbss_update_network() 1073 …rtw_update_ht_cap(padapter, cur_network->network.ies, cur_network->network.ie_length, (u8) cur_net… in rtw_joinbss_update_network() 1099 pnetwork->network.length = get_wlan_bssid_ex_sz(&pnetwork->network); in rtw_joinbss_event_prehandle() 1419 memcpy(pdev_network, &tgt_network->network, get_wlan_bssid_ex_sz(&tgt_network->network)); in rtw_stadel_event_callback() 1631 if (is_same_ess(&competitor->network, &mlme->cur_network.network) == false) in rtw_check_roaming_candidate() 1650 if (*candidate && (*candidate)->network.rssi >= competitor->network.rssi) in rtw_check_roaming_candidate() 1733 || is_same_ess(&competitor->network, &mlme->cur_network.network) == false in rtw_check_join_candidate() [all …]
|
| /linux-6.15/drivers/net/wireless/realtek/rtw89/ |
| H A D | Kconfig | 42 tristate "Realtek 8851BE PCI wireless network (Wi-Fi 6) adapter" 50 802.11ax PCIe wireless network (Wi-Fi 6) adapter 53 tristate "Realtek 8852AE PCI wireless network (Wi-Fi 6) adapter" 61 802.11ax PCIe wireless network (Wi-Fi 6) adapter 64 tristate "Realtek 8852BE PCI wireless network (Wi-Fi 6) adapter" 73 802.11ax PCIe wireless network (Wi-Fi 6) adapter 76 tristate "Realtek 8852BE-VT PCI wireless network (Wi-Fi 6) adapter" 85 802.11ax PCIe wireless network (Wi-Fi 6) adapter 88 tristate "Realtek 8852CE PCI wireless network (Wi-Fi 6E) adapter" 96 802.11ax PCIe wireless network (Wi-Fi 6E) adapter [all …]
|
| /linux-6.15/drivers/net/wireless/realtek/rtlwifi/ |
| H A D | Kconfig | 22 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-6.15/drivers/net/hippi/ |
| H A D | Kconfig | 3 # HIPPI network device configuration 11 1600Mbit/sec dual-simplex switched or point-to-point network. HIPPI 14 connect to super computers. If you are connected to a HIPPI network 15 and have a HIPPI network card in your computer that you want to use 25 Say Y here if this is your PCI HIPPI network card.
|
| /linux-6.15/net/x25/ |
| H A D | Kconfig | 9 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-6.15/drivers/net/fddi/ |
| H A D | Kconfig | 3 # 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-6.15/Documentation/networking/ |
| H A D | gtp.rst | 19 and the interconnection between an external packet data network (such 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. 227 and each private network. 234 is mapped to a separate Gi/SGi interface (network device). 240 GTP-U packets and network devices are known 242 Therefore for a given UE the mapping in IP to PDN network is: 244 * network device + MS IP -> Peer IP + Peer TEID, 246 and from PDN to IP network: [all …]
|
| H A D | bridge.rst | 12 standard, is a device that connects two or more network segments and operates 56 bridge context, STP is crucial for network stability and availability. 76 network topology. 100 in the network. The Bridge ID is used to compare the priorities of 112 network. This information is used by other bridges to calculate the 126 it to actively forward network traffic. 131 Blocking state to prevent network loops. 166 networks. It allows network administrators to create logical VLANs on a 167 physical network and tag Ethernet frames with VLAN information, which is 225 network and the processing time in the device. [all …]
|
| /linux-6.15/Documentation/userspace-api/media/dvb/ |
| H A D | net.rst | 10 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-6.15/Documentation/networking/device_drivers/wwan/ |
| H A D | iosm.rst | 30 - 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-6.15/drivers/net/ethernet/sun/ |
| H A D | Kconfig | 3 # 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-6.15/drivers/net/ethernet/marvell/ |
| H A D | Kconfig | 11 If you have a network (Ethernet) card belonging to this class, say Y. 40 This driver supports the MDIO interface found in the network 47 tristate "Marvell Armada 38x/XP network interface BM support" 51 This driver supports auxiliary block of the network 56 driver and is common for all network ports of the devices, 61 tristate "Marvell Armada 370/38x/XP/37xx network interface support" 68 This driver supports the network interface units in the 88 tristate "Marvell Armada 375/7K/8K network interface support" 94 This driver supports the network interface units in the 122 It does not support the link failover and network management
|
| /linux-6.15/drivers/net/wwan/ |
| H A D | Kconfig | 53 tristate "MHI WWAN MBIM network driver for QCOM-based PCIe modems" 56 MHI WWAN MBIM is a WWAN network driver for QCOM-based PCIe modems. 58 A default wwan0 network interface is created for MBIM data session 65 tristate "Qualcomm BAM-DMUX WWAN network driver" 68 The BAM Data Multiplexer provides access to the network data channels 72 (CONFIG_RPMSG_WWAN_CTRL) or QRTR network sockets (CONFIG_QRTR). 90 QRTR network sockets (CONFIG_QRTR). 114 Adapts WWAN framework and provides network interface like wwan0
|
| /linux-6.15/arch/um/drivers/ |
| H A D | Kconfig | 129 bool "Virtual network device" 133 provide one or more virtual network devices through which the UML 150 The Ethertap User-Mode Linux network transport allows a single 240 bool "Vector I/O high performance network devices" 244 This User-Mode Linux network driver uses multi-message send 247 This driver provides tap, raw, gre and l2tpv3 network transports 248 with up to 4 times higher network throughput than the UML network 281 This Multicast User-Mode Linux network transport allows multiple 304 The SLiRP User-Mode Linux network transport allows a running UML 309 unlike other network transports that can handle all Ethernet [all …]
|
| /linux-6.15/drivers/net/ethernet/vertexcom/ |
| H A D | Kconfig | 3 # 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.
|