/Linux-v5.15/net/mac80211/ |
D | mesh_plink.c | 14 #include "mesh.h" 20 #define mod_plink_timer(s, t) (mod_timer(&s->mesh->plink_timer, \ 61 s32 rssi_threshold = sdata->u.mesh.mshcfg.rssi_threshold; in rssi_threshold_check() 69 * mesh_plink_fsm_restart - restart a mesh peer link finite state machine 71 * @sta: mesh peer link to restart 73 * Locking: this function must be called holding sta->mesh->plink_lock 77 lockdep_assert_held(&sta->mesh->plink_lock); in mesh_plink_fsm_restart() 78 sta->mesh->plink_state = NL80211_PLINK_LISTEN; in mesh_plink_fsm_restart() 79 sta->mesh->llid = sta->mesh->plid = sta->mesh->reason = 0; in mesh_plink_fsm_restart() 80 sta->mesh->plink_retries = 0; in mesh_plink_fsm_restart() [all …]
|
D | mesh_pathtbl.c | 16 #include "mesh.h" 79 * mesh_path_assign_nexthop - update mesh path next hop 81 * @mpath: mesh path to update 118 /* size of the fixed part of the mesh header */ in prepare_for_gate() 127 /* we preserve the previous mesh header and only add in prepare_for_gate() 230 * mesh_path_lookup - look up a path in the mesh path table 234 * Returns: pointer to the mesh path structure, or NULL if not found 241 return mpath_lookup(sdata->u.mesh.mesh_paths, dst, sdata); in mesh_path_lookup() 247 return mpath_lookup(sdata->u.mesh.mpp_paths, dst, sdata); in mpp_path_lookup() 273 * mesh_path_lookup_by_idx - look up a path in the mesh path table by its index [all …]
|
D | mesh.h | 19 * enum mesh_path_flags - mac80211 mesh path flags 21 * @MESH_PATH_ACTIVE: the mesh path can be used for forwarding 22 * @MESH_PATH_RESOLVING: the discovery process is running for this mesh path 23 * @MESH_PATH_SN_VALID: the mesh path contains a valid destination sequence 25 * @MESH_PATH_FIXED: the mesh path has been manually set and should not be 27 * @MESH_PATH_RESOLVED: the mesh path can has been resolved 30 * @MESH_PATH_DELETED: the mesh path has been deleted and should no longer 33 * MESH_PATH_RESOLVED is used by the mesh path timer to 34 * decide when to stop or cancel the mesh path discovery. 47 * enum mesh_deferred_task_flags - mac80211 mesh deferred tasks [all …]
|
D | mesh_ps.c | 8 #include "mesh.h" 12 /* mesh PS management */ 15 * mps_qos_null_get - create pre-addressed QoS Null frame for mesh powersave 75 * @sdata: local mesh subif 82 struct ieee80211_if_mesh *ifmsh = &sdata->u.mesh; in ieee80211_mps_local_status_update() 95 switch (sta->mesh->plink_state) { in ieee80211_mps_local_status_update() 102 if (sta->mesh->local_pm == NL80211_MESH_POWER_LIGHT_SLEEP) in ieee80211_mps_local_status_update() 104 else if (sta->mesh->local_pm == NL80211_MESH_POWER_DEEP_SLEEP) in ieee80211_mps_local_status_update() 115 * (see IEEE802.11-2012 13.14.8.3). The non-peer mesh power mode is in ieee80211_mps_local_status_update() 117 * least one mesh peer (see 13.14.3.1). Otherwise, set it to the in ieee80211_mps_local_status_update() [all …]
|
D | Kconfig | 61 bool "Enable mac80211 mesh networking support" 64 Select this option to enable 802.11 mesh operation in mac80211 65 drivers that support it. 802.11 mesh connects multiple stations 200 bool "Verbose mesh peer link debugging" 205 verbose mesh peer link debugging messages (when mac80211 206 is taking part in a mesh network). 213 bool "Verbose mesh path debugging" 218 verbose mesh path selection debugging messages (when mac80211 219 is taking part in a mesh network). 226 bool "Verbose mesh HWMP routing debugging" [all …]
|
D | mesh.c | 12 #include "mesh.h" 41 from_timer(sdata, t, u.mesh.housekeeping_timer); in ieee80211_mesh_housekeeping_timer() 43 struct ieee80211_if_mesh *ifmsh = &sdata->u.mesh; in ieee80211_mesh_housekeeping_timer() 51 * mesh_matches_local - check if the config of a mesh point matches ours 53 * @sdata: local mesh subif 54 * @ie: information elements of a management frame from the mesh peer 56 * This function checks if the mesh configuration of a mesh point matches the 57 * local mesh configuration, i.e. if both nodes belong to the same mesh network. 62 struct ieee80211_if_mesh *ifmsh = &sdata->u.mesh; in mesh_matches_local() 70 * - On mesh config capabilities in mesh_matches_local() [all …]
|
D | debugfs_netdev.c | 605 IEEE80211_IF_FILE(estab_plinks, u.mesh.estab_plinks, ATOMIC); 607 /* Mesh stats attributes */ 608 IEEE80211_IF_FILE(fwded_mcast, u.mesh.mshstats.fwded_mcast, DEC); 609 IEEE80211_IF_FILE(fwded_unicast, u.mesh.mshstats.fwded_unicast, DEC); 610 IEEE80211_IF_FILE(fwded_frames, u.mesh.mshstats.fwded_frames, DEC); 611 IEEE80211_IF_FILE(dropped_frames_ttl, u.mesh.mshstats.dropped_frames_ttl, DEC); 613 u.mesh.mshstats.dropped_frames_congestion, DEC); 615 u.mesh.mshstats.dropped_frames_no_route, DEC); 617 /* Mesh parameters */ 619 u.mesh.mshcfg.dot11MeshMaxRetries, DEC); [all …]
|
D | mesh_sync.c | 9 #include "mesh.h" 38 * @ie: information elements of a management frame from the mesh peer 49 struct ieee80211_if_mesh *ifmsh = &sdata->u.mesh; in mesh_sync_adjust_tsf() 85 struct ieee80211_if_mesh *ifmsh = &sdata->u.mesh; in mesh_sync_offset_rx_bcn_presp() 130 sta->mesh->t_offset = t_t - t_r; in mesh_sync_offset_rx_bcn_presp() 133 s64 t_clockdrift = sta->mesh->t_offset_setpoint - sta->mesh->t_offset; in mesh_sync_offset_rx_bcn_presp() 136 sta->sta.addr, (long long) sta->mesh->t_offset, in mesh_sync_offset_rx_bcn_presp() 137 (long long) sta->mesh->t_offset_setpoint, in mesh_sync_offset_rx_bcn_presp() 155 sta->mesh->t_offset_setpoint = sta->mesh->t_offset - TOFFSET_SET_MARGIN; in mesh_sync_offset_rx_bcn_presp() 160 (long long) sta->mesh->t_offset); in mesh_sync_offset_rx_bcn_presp() [all …]
|
D | mesh_hwmp.c | 12 #include "mesh.h" 80 msecs_to_jiffies(s->u.mesh.mshcfg.dot11MeshHWMPnetDiameterTraversalTime) 82 MSEC_TO_TU(s->u.mesh.mshcfg.dot11MeshHWMPactivePathTimeout) 84 (msecs_to_jiffies(s->u.mesh.mshcfg.dot11MeshHWMPpreqMinInterval)) 85 #define max_preq_retries(s) (s->u.mesh.mshcfg.dot11MeshHWMPmaxPREQretries) 87 msecs_to_jiffies(sdata->u.mesh.mshcfg.min_discovery_timeout) 89 msecs_to_jiffies(sdata->u.mesh.mshcfg.dot11MeshHWMPconfirmationInterval) 221 * mesh_path_error_tx - Sends a PERR mesh management frame 228 * @sdata: local mesh subif 240 struct ieee80211_if_mesh *ifmsh = &sdata->u.mesh; in mesh_path_error_tx() [all …]
|
D | sta_info.c | 28 #include "mesh.h" 44 * particular, it may not start any mesh peer link management or add 99 ps = &sdata->u.mesh.ps; in __cleanup_single_sta() 288 kfree(sta->mesh); in sta_info_free() 362 sta->mesh = kzalloc(sizeof(*sta->mesh), gfp); in sta_info_alloc() 363 if (!sta->mesh) in sta_info_alloc() 365 sta->mesh->plink_sta = sta; in sta_info_alloc() 366 spin_lock_init(&sta->mesh->plink_lock); in sta_info_alloc() 368 !sdata->u.mesh.user_mpm) in sta_info_alloc() 369 timer_setup(&sta->mesh->plink_timer, mesh_plink_timer, in sta_info_alloc() [all …]
|
D | sta_info.h | 68 * @WLAN_STA_MPSP_OWNER: local STA is owner of a mesh Peer Service Period. 375 * struct mesh_sta - mesh STA information 394 * @connected_to_gate: true if mesh STA has a path to a mesh gate 395 * @connected_to_as: true if mesh STA has a path to a authentication server 420 /* mesh power save */ 526 * @mesh: mesh STA information 593 struct mesh_sta *mesh; member 685 return sta->mesh->plink_state; in sta_plink_state()
|
/Linux-v5.15/drivers/scsi/ |
D | mesh.c | 3 * SCSI low-level driver for the MESH (Macintosh Enhanced SCSI Hardware) 5 * We assume the MESH is connected to a DBDMA (descriptor-based DMA) 50 #include "mesh.h" 58 MODULE_DESCRIPTION("PowerMac MESH SCSI driver"); 145 volatile struct mesh_regs __iomem *mesh; member 223 tlp->bs0 = ms->mesh->bus_status0; in dlog() 224 tlp->bs1 = ms->mesh->bus_status1; in dlog() 252 printk(KERN_DEBUG "mesh log %d: bs=%.2x%.2x ph=%.2x ", in dumplog() 277 printk(KERN_DEBUG "mesh log: bs=%.2x%.2x ph=%.2x t%d ", in dumpslog() 305 volatile struct mesh_regs __iomem *mr = ms->mesh; in mesh_dump_regs() [all …]
|
D | mesh.h | 3 * mesh.h: definitions for the driver for the MESH SCSI bus adaptor 12 * Registers in the MESH controller.
|
/Linux-v5.15/Documentation/networking/ |
D | batman-adv.rst | 56 There are additional settings for each batadv mesh interface, vlan and hardif 72 lower value. This will make the mesh more responsive to topology changes, but 83 To make use of your newly created mesh, batman advanced provides a new 117 When investigating problems with your mesh network, it is sometimes necessary to 151 batctl is available on https://www.open-mesh.org/ 162 b.a.t.m.a.n@open-mesh.org (optional subscription at 163 https://lists.open-mesh.org/mailman3/postorius/lists/b.a.t.m.a.n.lists.open-mesh.org/)
|
/Linux-v5.15/net/batman-adv/ |
D | Kconfig | 15 a routing protocol for multi-hop ad-hoc mesh networks. The 17 https://www.open-mesh.org/ for more information and user space 41 to avoid Ethernet frames looping when mesh nodes are connected 42 to both the same LAN and the same mesh. If you will never use 43 more than one mesh node in the same LAN, you can safely remove 53 mesh networks. If you think that your network does not need
|
D | types.h | 364 * struct batadv_orig_node - structure for orig_list maintaining nodes of mesh 948 * struct batadv_priv_tt - per mesh interface translation table data 1023 * struct batadv_priv_bla - per mesh interface bridge loop avoidance data 1030 * @claim_hash: hash table containing mesh nodes this host has claimed 1103 * struct batadv_priv_gw - per mesh interface gateway data 1142 * struct batadv_priv_tvlv - per mesh interface tvlv data 1164 * struct batadv_priv_dat - per mesh interface DAT private data 1183 /** @exists: whether a querier exists in the mesh */ 1197 /** @querier_ipv4: the current state of an IGMP querier in the mesh */ 1200 /** @querier_ipv6: the current state of an MLD querier in the mesh */ [all …]
|
/Linux-v5.15/drivers/net/wireless/marvell/libertas/ |
D | defs.h | 60 #define lbs_deb_mesh(fmt, args...) LBS_DEB_LL(LBS_DEB_MESH, " mesh", fmt, ##args) 173 * is when enabling the mesh using CMD_MESH_CONFIG. 207 /* Tx mesh flag */ 209 * Currently we are using normal WDS flag as mesh flag. 210 * TODO: change to proper mesh flag when MAC understands it. 215 /* Mesh interface ID */ 217 /* Mesh id should be in bits 14-13-12 */ 219 /* Mesh enable bit in FW capability */ 236 /* Rx mesh flag */ 238 * Currently we are using normal WDS flag as mesh flag. [all …]
|
D | mesh.c | 14 #include "mesh.h" 22 * Mesh command handling 49 * Command id is 0xac for v10 FW along with mesh interface in __lbs_mesh_config_send() 127 lbs_deb_cmd("mesh config action %d type %x channel %d SSID %*pE\n", in lbs_mesh_config() 146 * Mesh sysfs support 264 * lbs_mesh_show - Get function for sysfs attribute mesh 277 * lbs_mesh_store - Set function for sysfs attribute mesh 533 dev_err(dev, "inconsistent mesh ID length\n"); in mesh_id_show() 813 * Initializing and starting, stopping mesh 817 * Check mesh FW version and appropriately send the mesh start [all …]
|
D | Kconfig | 43 bool "Enable mesh support" 46 This enables Libertas' MESH support, used by e.g. the OLPC people.
|
/Linux-v5.15/include/uapi/linux/ |
D | batman_adv.h | 82 * mesh. 92 * @BATADV_MCAST_FLAGS_BRIDGED: There is a bridge on top of the mesh 99 * exists in the mesh 105 * exists in the mesh 351 * messages of the mesh interface shall be aggregated or not. 376 * the mesh will be sent using multiple interfaces at the same time. 383 * between the mesh and devices bridged with the soft interface 391 * the whole mesh. 397 * through the mesh will be fragmented or silently discarded if the 444 * of multicast packets. If set to non-zero then all nodes in the mesh [all …]
|
D | nl80211.h | 388 * @NL80211_CMD_GET_MPATH: Get mesh path attributes for mesh path to 391 * @NL80211_CMD_SET_MPATH: Set mesh path attributes for mesh path to 394 * @NL80211_CMD_NEW_MPATH: Create a new mesh path for the destination given by 396 * @NL80211_CMD_DEL_MPATH: Delete a mesh path to the destination given by 398 * @NL80211_CMD_NEW_PATH: Add a mesh path with given attributes to the 400 * @NL80211_CMD_DEL_PATH: Remove a mesh path identified by %NL80211_ATTR_MAC 401 * or, if no MAC address given, all mesh paths, on the interface identified 433 * @NL80211_CMD_GET_MESH_CONFIG: Get mesh networking properties for the 436 * @NL80211_CMD_SET_MESH_CONFIG: Set mesh networking properties for the 780 * @NL80211_CMD_JOIN_MESH: Join a mesh. The mesh ID must be given, and initial [all …]
|
/Linux-v5.15/net/wireless/ |
D | mesh.c | 183 * mesh to be interoperable with older versions. in __cfg80211_join_mesh() 229 * into mesh mode but doesn't implement join_mesh. Instead, in cfg80211_set_mesh_channel() 230 * it is configured via sysfs and then joins the mesh when in cfg80211_set_mesh_channel() 231 * you set the channel. Note that the libertas mesh isn't in cfg80211_set_mesh_channel() 232 * compatible with 802.11 mesh. in cfg80211_set_mesh_channel()
|
/Linux-v5.15/Documentation/admin-guide/perf/ |
D | arm-cmn.rst | 2 Arm Coherent Mesh Network PMU 5 CMN-600 is a configurable mesh interconnect consisting of a rectangular 22 each mesh counts its own events entirely independently, and additional
|
/Linux-v5.15/Documentation/devicetree/bindings/perf/ |
D | arm,cmn.yaml | 8 title: Arm CMN (Coherent Mesh Network) Performance Monitors 52 /* 4x2 mesh with one DTC, and CFG node at 0,1,1,0 */
|
/Linux-v5.15/include/linux/ |
D | ieee80211.h | 268 /* Mesh Control 802.11s */ 271 /* Mesh Power Save Level */ 273 /* Mesh Receiver Service Period Initiated */ 781 /* Mesh flags */ 788 * enum ieee80211_preq_flags - mesh PREQ element flags 797 * enum ieee80211_preq_target_flags - mesh PREQ element per target flags 865 * struct ieee80211_mesh_chansw_params_ie - mesh channel switch parameters IE 867 * This structure represents the "Mesh Channel Switch Paramters element" 900 * This structure refers to "Mesh Configuration information element" 913 * enum mesh_config_capab_flags - Mesh Configuration IE capability field flags [all …]
|