Home
last modified time | relevance | path

Searched refs:mpath (Results 1 – 10 of 10) sorted by relevance

/linux/net/mac80211/
A Dmesh_pathtbl.c213 if (mpath && mpath_expired(mpath)) { in mpath_lookup()
218 return mpath; in mpath_lookup()
253 if (!mpath) in __mesh_path_lookup_by_idx()
261 return mpath; in __mesh_path_lookup_by_idx()
323 mpath->dst, mpath->sdata->u.mesh.num_gates); in mesh_path_add_gate()
349 mpath->dst, mpath->sdata->u.mesh.num_gates); in mesh_gate_del()
418 if (!mpath) in mesh_path_add()
422 if (mpath) { in mesh_path_add()
495 ++mpath->sn; in mesh_plink_broken()
499 mpath->dst, mpath->sn, in mesh_plink_broken()
[all …]
A Dmesh_hwmp.c443 if (mpath) { in hwmp_route_info_get()
495 mpath->exp_time = time_after(mpath->exp_time, exp_time) in hwmp_route_info_get()
519 if (mpath) { in hwmp_route_info_get()
541 mpath->exp_time = time_after(mpath->exp_time, exp_time) in hwmp_route_info_get()
666 da = (mpath && mpath->is_root) ? in hwmp_preq_frame_process()
725 if (mpath) in hwmp_prep_frame_process()
781 if (mpath) { in hwmp_perr_frame_process()
1058 if (!mpath) in mesh_path_start_discovery()
1108 target_flags, mpath->dst, mpath->sn, da, 0, in mesh_path_start_discovery()
1237 if (!mpath || !(mpath->flags & MESH_PATH_ACTIVE)) in mesh_nexthop_lookup()
[all …]
A Dmesh.h254 void mesh_path_fix_nexthop(struct mesh_path *mpath, struct sta_info *next_hop);
261 int mesh_path_add_gate(struct mesh_path *mpath);
262 int mesh_path_send_to_gates(struct mesh_path *mpath);
288 void mesh_path_assign_nexthop(struct mesh_path *mpath, struct sta_info *sta);
289 void mesh_path_flush_pending(struct mesh_path *mpath);
290 void mesh_path_tx_pending(struct mesh_path *mpath);
329 static inline void mesh_path_activate(struct mesh_path *mpath) in mesh_path_activate() argument
331 mpath->flags |= MESH_PATH_ACTIVE | MESH_PATH_RESOLVED; in mesh_path_activate()
A Dcfg.c1927 struct mesh_path *mpath; in ieee80211_add_mpath() local
1940 if (IS_ERR(mpath)) { in ieee80211_add_mpath()
1942 return PTR_ERR(mpath); in ieee80211_add_mpath()
1967 struct mesh_path *mpath; in ieee80211_change_mpath() local
1981 if (!mpath) { in ieee80211_change_mpath()
2017 pinfo->sn = mpath->sn; in mpath_set_pinfo()
2043 struct mesh_path *mpath; in ieee80211_get_mpath() local
2049 if (!mpath) { in ieee80211_get_mpath()
2070 if (!mpath) { in ieee80211_dump_mpath()
2100 if (!mpath) { in ieee80211_get_mpp()
[all …]
A Dtx.c2564 struct mesh_path __maybe_unused *mppath = NULL, *mpath = NULL; in ieee80211_build_hdr() local
2634 mpath = mesh_path_lookup(sdata, skb->data); in ieee80211_build_hdr()
2635 if (mpath) { in ieee80211_build_hdr()
2637 next_hop = rcu_dereference(mpath->next_hop); in ieee80211_build_hdr()
2639 !(mpath->flags & (MESH_PATH_ACTIVE | in ieee80211_build_hdr()
2650 if (mppath && mpath) in ieee80211_build_hdr()
2651 mesh_path_del(sdata, mpath->dst); in ieee80211_build_hdr()
2677 else if (mpath) in ieee80211_build_hdr()
2678 mesh_da = mpath->dst; in ieee80211_build_hdr()
/linux/drivers/s390/cio/
A Ddevice_pgid.c37 int mpath = cdev->private->flags.mpath; in verify_done() local
43 if (sch->config.mp != mpath) { in verify_done()
44 sch->config.mp = mpath; in verify_done()
185 if (cdev->private->flags.mpath) in pgid_wipeout_start()
209 if (cdev->private->flags.mpath) in spid_do()
244 if (cdev->private->flags.mpath) { in spid_callback()
246 cdev->private->flags.mpath = 0; in spid_callback()
425 cdev->private->flags.mpath = 0; in snid_done()
565 cdev->private->flags.mpath = cdev->private->options.mpath; in ccw_device_verify_start()
582 cdev->private->flags.mpath = 0; in disband_callback()
[all …]
A Dio_sch.h154 unsigned int mpath:1; /* do multipathing */ member
164 unsigned int mpath:1; /* multipathing is set up */ member
A Ddevice_ops.c51 cdev->private->options.mpath = (flags & CCWDEV_DO_MULTIPATH) != 0; in ccw_device_set_options_mask()
80 cdev->private->options.mpath |= (flags & CCWDEV_DO_MULTIPATH) != 0; in ccw_device_set_options()
97 cdev->private->options.mpath &= (flags & CCWDEV_DO_MULTIPATH) == 0; in ccw_device_clear_options()
120 return cdev->private->flags.mpath; in ccw_device_is_multipath()
/linux/Documentation/admin-guide/device-mapper/
A Ddm-uevent.rst90 DM_UUID=mpath-35333333000002328
107 DM_UUID=mpath-35333333000002328
/linux/drivers/md/
A DMakefile9 dm-multipath-y += dm-path-selector.o dm-mpath.o

Completed in 55 milliseconds