Searched refs:mesh (Results 1 - 25 of 28) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/mac80211/
H A Dmesh.c14 #include "mesh.h"
48 struct ieee80211_if_mesh *ifmsh = &sdata->u.mesh;
61 * mesh_matches_local - check if the config of a mesh point matches ours
63 * @ie: information elements of a management frame from the mesh peer
64 * @sdata: local mesh subif
66 * This function checks if the mesh configuration of a mesh point matches the
67 * local mesh configuration, i.e. if both nodes belong to the same mesh network.
71 struct ieee80211_if_mesh *ifmsh = &sdata->u.mesh;
[all...]
H A Ddebugfs_netdev.c235 IEEE80211_IF_FILE(fwded_mcast, u.mesh.mshstats.fwded_mcast, DEC);
236 IEEE80211_IF_FILE(fwded_unicast, u.mesh.mshstats.fwded_unicast, DEC);
237 IEEE80211_IF_FILE(fwded_frames, u.mesh.mshstats.fwded_frames, DEC);
238 IEEE80211_IF_FILE(dropped_frames_ttl, u.mesh.mshstats.dropped_frames_ttl, DEC);
240 u.mesh.mshstats.dropped_frames_no_route, DEC);
241 IEEE80211_IF_FILE(estab_plinks, u.mesh.mshstats.estab_plinks, ATOMIC);
245 u.mesh.mshcfg.dot11MeshMaxRetries, DEC);
247 u.mesh.mshcfg.dot11MeshRetryTimeout, DEC);
249 u.mesh.mshcfg.dot11MeshConfirmTimeout, DEC);
251 u.mesh
[all...]
H A Dmesh_hwmp.c11 #include "mesh.h"
89 msecs_to_jiffies(s->u.mesh.mshcfg.dot11MeshHWMPnetDiameterTraversalTime)
91 MSEC_TO_TU(s->u.mesh.mshcfg.dot11MeshHWMPactivePathTimeout)
93 (msecs_to_jiffies(s->u.mesh.mshcfg.dot11MeshHWMPpreqMinInterval))
94 #define max_preq_retries(s) (s->u.mesh.mshcfg.dot11MeshHWMPmaxPREQretries)
96 msecs_to_jiffies(sdata->u.mesh.mshcfg.min_discovery_timeout)
196 * mesh_send_path error - Sends a PERR mesh management frame
311 * @sdata: local mesh subif
312 * @mgmt: mesh management frame
473 struct ieee80211_if_mesh *ifmsh = &sdata->u.mesh;
[all...]
H A Dmesh_plink.c14 #include "mesh.h"
39 #define dot11MeshMaxRetries(s) (s->u.mesh.mshcfg.dot11MeshMaxRetries)
40 #define dot11MeshRetryTimeout(s) (s->u.mesh.mshcfg.dot11MeshRetryTimeout)
41 #define dot11MeshConfirmTimeout(s) (s->u.mesh.mshcfg.dot11MeshConfirmTimeout)
42 #define dot11MeshHoldingTimeout(s) (s->u.mesh.mshcfg.dot11MeshHoldingTimeout)
43 #define dot11MeshMaxPeerLinks(s) (s->u.mesh.mshcfg.dot11MeshMaxPeerLinks)
66 atomic_inc(&sdata->u.mesh.mshstats.estab_plinks);
73 atomic_dec(&sdata->u.mesh.mshstats.estab_plinks);
78 * mesh_plink_fsm_restart - restart a mesh peer link finite state machine
80 * @sta: mesh pee
[all...]
H A DMakefile37 mesh.o \
H A Dmesh.h23 * enum mesh_path_flags - mac80211 mesh path flags
27 * @MESH_PATH_ACTIVE: the mesh path can be used for forwarding
28 * @MESH_PATH_RESOLVING: the discovery process is running for this mesh path
29 * @MESH_PATH_SN_VALID: the mesh path contains a valid destination sequence
31 * @MESH_PATH_FIXED: the mesh path has been manually set and should not be
33 * @MESH_PATH_RESOLVED: the mesh path can has been resolved
35 * MESH_PATH_RESOLVED is used by the mesh path timer to
36 * decide when to stop or cancel the mesh path discovery.
47 * enum mesh_deferred_task_flags - mac80211 mesh deferred tasks
51 * @MESH_WORK_HOUSEKEEPING: run the periodic mesh housekeepin
[all...]
H A Dmesh_pathtbl.c18 #include "mesh.h"
115 * mesh_path_assign_nexthop - update mesh path next hop
117 * @mpath: mesh path to update
147 * mesh_path_lookup - look up a path in the mesh path table
151 * Returns: pointer to the mesh path structure, or NULL if not found
211 * mesh_path_lookup_by_idx - look up a path in the mesh path table by its index
215 * Returns: pointer to the mesh path structure, or NULL if not found.
244 * mesh_path_add - allocate and add a new path to the mesh path table
254 struct ieee80211_if_mesh *ifmsh = &sdata->u.mesh;
271 if (atomic_add_unless(&sdata->u.mesh
[all...]
H A Dieee80211_i.h433 /* Local mesh Sequence Number */
534 struct ieee80211_if_mesh mesh; member in union:ieee80211_sub_if_data::__anon34473
561 struct ieee80211_if_mesh *ifmsh = &sdata->u.mesh;
1024 /* mesh code */
H A Dcfg.c20 #include "mesh.h"
996 memcpy(conf, &(sdata->u.mesh.mshcfg), sizeof(struct mesh_config));
1014 ifmsh = &sdata->u.mesh;
1017 conf = &(sdata->u.mesh.mshcfg);
H A Drx.c25 #include "mesh.h"
1707 IEEE80211_IFSTA_MESH_CTR_INC(&rx->sdata->u.mesh,
1716 printk(KERN_DEBUG "%s: failed to clone mesh frame\n",
1731 IEEE80211_IFSTA_MESH_CTR_INC(&sdata->u.mesh,
1748 IEEE80211_IFSTA_MESH_CTR_INC(&sdata->u.mesh,
1751 IEEE80211_IFSTA_MESH_CTR_INC(&sdata->u.mesh,
2119 /* process for all: mesh, mlme, ibss */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/mac80211/
H A Dmesh.c14 #include "mesh.h"
48 struct ieee80211_if_mesh *ifmsh = &sdata->u.mesh;
61 * mesh_matches_local - check if the config of a mesh point matches ours
63 * @ie: information elements of a management frame from the mesh peer
64 * @sdata: local mesh subif
66 * This function checks if the mesh configuration of a mesh point matches the
67 * local mesh configuration, i.e. if both nodes belong to the same mesh network.
71 struct ieee80211_if_mesh *ifmsh = &sdata->u.mesh;
[all...]
H A Ddebugfs_netdev.c235 IEEE80211_IF_FILE(fwded_mcast, u.mesh.mshstats.fwded_mcast, DEC);
236 IEEE80211_IF_FILE(fwded_unicast, u.mesh.mshstats.fwded_unicast, DEC);
237 IEEE80211_IF_FILE(fwded_frames, u.mesh.mshstats.fwded_frames, DEC);
238 IEEE80211_IF_FILE(dropped_frames_ttl, u.mesh.mshstats.dropped_frames_ttl, DEC);
240 u.mesh.mshstats.dropped_frames_no_route, DEC);
241 IEEE80211_IF_FILE(estab_plinks, u.mesh.mshstats.estab_plinks, ATOMIC);
245 u.mesh.mshcfg.dot11MeshMaxRetries, DEC);
247 u.mesh.mshcfg.dot11MeshRetryTimeout, DEC);
249 u.mesh.mshcfg.dot11MeshConfirmTimeout, DEC);
251 u.mesh
[all...]
H A Dmesh_hwmp.c11 #include "mesh.h"
89 msecs_to_jiffies(s->u.mesh.mshcfg.dot11MeshHWMPnetDiameterTraversalTime)
91 MSEC_TO_TU(s->u.mesh.mshcfg.dot11MeshHWMPactivePathTimeout)
93 (msecs_to_jiffies(s->u.mesh.mshcfg.dot11MeshHWMPpreqMinInterval))
94 #define max_preq_retries(s) (s->u.mesh.mshcfg.dot11MeshHWMPmaxPREQretries)
96 msecs_to_jiffies(sdata->u.mesh.mshcfg.min_discovery_timeout)
196 * mesh_send_path error - Sends a PERR mesh management frame
311 * @sdata: local mesh subif
312 * @mgmt: mesh management frame
473 struct ieee80211_if_mesh *ifmsh = &sdata->u.mesh;
[all...]
H A Dmesh_plink.c14 #include "mesh.h"
39 #define dot11MeshMaxRetries(s) (s->u.mesh.mshcfg.dot11MeshMaxRetries)
40 #define dot11MeshRetryTimeout(s) (s->u.mesh.mshcfg.dot11MeshRetryTimeout)
41 #define dot11MeshConfirmTimeout(s) (s->u.mesh.mshcfg.dot11MeshConfirmTimeout)
42 #define dot11MeshHoldingTimeout(s) (s->u.mesh.mshcfg.dot11MeshHoldingTimeout)
43 #define dot11MeshMaxPeerLinks(s) (s->u.mesh.mshcfg.dot11MeshMaxPeerLinks)
66 atomic_inc(&sdata->u.mesh.mshstats.estab_plinks);
73 atomic_dec(&sdata->u.mesh.mshstats.estab_plinks);
78 * mesh_plink_fsm_restart - restart a mesh peer link finite state machine
80 * @sta: mesh pee
[all...]
H A DMakefile37 mesh.o \
H A Dmesh.h23 * enum mesh_path_flags - mac80211 mesh path flags
27 * @MESH_PATH_ACTIVE: the mesh path can be used for forwarding
28 * @MESH_PATH_RESOLVING: the discovery process is running for this mesh path
29 * @MESH_PATH_SN_VALID: the mesh path contains a valid destination sequence
31 * @MESH_PATH_FIXED: the mesh path has been manually set and should not be
33 * @MESH_PATH_RESOLVED: the mesh path can has been resolved
35 * MESH_PATH_RESOLVED is used by the mesh path timer to
36 * decide when to stop or cancel the mesh path discovery.
47 * enum mesh_deferred_task_flags - mac80211 mesh deferred tasks
51 * @MESH_WORK_HOUSEKEEPING: run the periodic mesh housekeepin
[all...]
H A Dmesh_pathtbl.c18 #include "mesh.h"
115 * mesh_path_assign_nexthop - update mesh path next hop
117 * @mpath: mesh path to update
147 * mesh_path_lookup - look up a path in the mesh path table
151 * Returns: pointer to the mesh path structure, or NULL if not found
211 * mesh_path_lookup_by_idx - look up a path in the mesh path table by its index
215 * Returns: pointer to the mesh path structure, or NULL if not found.
244 * mesh_path_add - allocate and add a new path to the mesh path table
254 struct ieee80211_if_mesh *ifmsh = &sdata->u.mesh;
271 if (atomic_add_unless(&sdata->u.mesh
[all...]
H A Dieee80211_i.h433 /* Local mesh Sequence Number */
534 struct ieee80211_if_mesh mesh; member in union:ieee80211_sub_if_data::__anon22780
561 struct ieee80211_if_mesh *ifmsh = &sdata->u.mesh;
1024 /* mesh code */
H A Dcfg.c20 #include "mesh.h"
996 memcpy(conf, &(sdata->u.mesh.mshcfg), sizeof(struct mesh_config));
1014 ifmsh = &sdata->u.mesh;
1017 conf = &(sdata->u.mesh.mshcfg);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/wireless/libertas/
H A DMakefile9 libertas-$(CONFIG_LIBERTAS_MESH) += mesh.o
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/wireless/libertas/
H A DMakefile9 libertas-$(CONFIG_LIBERTAS_MESH) += mesh.o
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/
H A Dmesh.c50 #include "mesh.h"
143 volatile struct mesh_regs __iomem *mesh; member in struct:mesh_state
221 tlp->bs0 = ms->mesh->bus_status0;
222 tlp->bs1 = ms->mesh->bus_status1;
250 printk(KERN_DEBUG "mesh log %d: bs=%.2x%.2x ph=%.2x ",
275 printk(KERN_DEBUG "mesh log: bs=%.2x%.2x ph=%.2x t%d ",
303 volatile struct mesh_regs __iomem *mr = ms->mesh;
308 printk(KERN_DEBUG "mesh: state at %p, regs at %p, dma at %p\n",
335 * Flush write buffers on the bus path to the mesh
358 volatile struct mesh_regs __iomem *mr = ms->mesh;
1825 struct device_node *mesh = macio_get_of_node(mdev); local
[all...]
H A DMakefile115 obj-$(CONFIG_SCSI_MESH) += mesh.o
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/
H A Dmesh.c50 #include "mesh.h"
143 volatile struct mesh_regs __iomem *mesh; member in struct:mesh_state
221 tlp->bs0 = ms->mesh->bus_status0;
222 tlp->bs1 = ms->mesh->bus_status1;
250 printk(KERN_DEBUG "mesh log %d: bs=%.2x%.2x ph=%.2x ",
275 printk(KERN_DEBUG "mesh log: bs=%.2x%.2x ph=%.2x t%d ",
303 volatile struct mesh_regs __iomem *mr = ms->mesh;
308 printk(KERN_DEBUG "mesh: state at %p, regs at %p, dma at %p\n",
335 * Flush write buffers on the bus path to the mesh
358 volatile struct mesh_regs __iomem *mr = ms->mesh;
1825 struct device_node *mesh = macio_get_of_node(mdev); local
[all...]
H A DMakefile115 obj-$(CONFIG_SCSI_MESH) += mesh.o

Completed in 376 milliseconds

12