Searched refs:plid (Results 1 - 8 of 8) sorted by relevance

/linux-4.1.27/net/mac80211/
H A Dmesh_plink.c58 u8 *da, u16 llid, u16 plid, u16 reason);
80 sta->llid = sta->plid = sta->reason = 0; mesh_plink_fsm_restart()
251 sta->sta.addr, sta->llid, sta->plid, mesh_plink_deactivate()
260 u8 *da, u16 llid, u16 plid, u16 reason) mesh_plink_frame_tx()
308 put_unaligned_le16(plid, pos + 2); mesh_plink_frame_tx()
331 if (plid) { mesh_plink_frame_tx()
353 put_unaligned_le16(plid, pos); mesh_plink_frame_tx()
625 sta->llid, sta->plid, reason); mesh_plink_timer()
878 sta->llid, sta->plid, sta->reason); mesh_plink_fsm()
885 sta->plid, 0); mesh_plink_fsm()
900 * @plid: peer's local link ID
910 u16 llid, u16 plid) mesh_plink_get_event()
955 (sta->plid && sta->plid != plid)) mesh_plink_get_event()
965 (sta->plid && sta->plid != plid)) mesh_plink_get_event()
972 /* Do not check for llid or plid. This does not mesh_plink_get_event()
982 else if (sta->plid != plid) mesh_plink_get_event()
1009 u16 plid, llid = 0; mesh_process_plink_frame() local
1040 /* Note the lines below are correct, the llid in the frame is the plid mesh_process_plink_frame()
1043 plid = get_unaligned_le16(PLINK_GET_LLID(elems->peering)); mesh_process_plink_frame()
1061 event = mesh_plink_get_event(sdata, sta, elems, ftype, llid, plid); mesh_process_plink_frame()
1071 sta->plid = plid; mesh_process_plink_frame()
1074 mgmt->sa, 0, plid, mesh_process_plink_frame()
1082 /* 802.11-2012 13.3.7.2 - update plid on CNF if not set */ mesh_process_plink_frame()
1083 if (!sta->plid && event == CNF_ACPT) mesh_process_plink_frame()
1084 sta->plid = plid; mesh_process_plink_frame()
258 mesh_plink_frame_tx(struct ieee80211_sub_if_data *sdata, enum ieee80211_self_protected_actioncode action, u8 *da, u16 llid, u16 plid, u16 reason) mesh_plink_frame_tx() argument
906 mesh_plink_get_event(struct ieee80211_sub_if_data *sdata, struct sta_info *sta, struct ieee802_11_elems *elems, enum ieee80211_self_protected_actioncode ftype, u16 llid, u16 plid) mesh_plink_get_event() argument
H A Dsta_info.h303 * @plid: Peer link ID
429 u16 plid; member in struct:sta_info
H A Dsta_info.c640 id = sta->plid % (IEEE80211_MAX_AID + 1); __sta_info_recalc_tim()
1955 sinfo->plid = sta->plid; sta_set_sinfo()
/linux-4.1.27/block/
H A Dblk-cgroup.c38 return pol && test_bit(pol->plid, q->blkcg_pols); blkcg_policy_enabled()
106 pd->plid = i; blkg_alloc()
526 total += prfill(sf, blkg->pd[pol->plid], data); blkcg_print_blkgs()
632 struct blkcg_policy *pol = blkcg_policy[pd->plid]; blkg_stat_recursive_sum()
665 struct blkcg_policy *pol = blkcg_policy[pd->plid]; blkg_rwstat_recursive_sum()
1038 blkg->pd[pol->plid] = pd; blkcg_activate_policy()
1040 pd->plid = pol->plid; blkcg_activate_policy()
1046 __set_bit(pol->plid, q->blkcg_pols); blkcg_activate_policy()
1077 __clear_bit(pol->plid, q->blkcg_pols); blkcg_deactivate_policy()
1092 kfree(blkg->pd[pol->plid]); blkcg_deactivate_policy()
1093 blkg->pd[pol->plid] = NULL; blkcg_deactivate_policy()
1128 pol->plid = i; blkcg_policy_register()
1152 if (WARN_ON(blkcg_policy[pol->plid] != pol)) blkcg_policy_unregister()
1160 blkcg_policy[pol->plid] = NULL; blkcg_policy_unregister()
H A Dblk-cgroup.h84 int plid; member in struct:blkg_policy_data
122 int plid; member in struct:blkcg_policy
218 return blkg ? blkg->pd[pol->plid] : NULL; blkg_to_pd()
/linux-4.1.27/net/wireless/
H A Dtrace.h168 __field(u16, plid) \
184 __entry->plid = sinfo->plid; \
H A Dnl80211.c3721 PUT_SINFO(PLID, plid, u16); nl80211_send_station()
/linux-4.1.27/include/net/
H A Dcfg80211.h1022 * @plid: mesh peer link id
1069 u16 plid; member in struct:station_info

Completed in 387 milliseconds