Home
last modified time | relevance | path

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

/linux-4.1.27/net/mac80211/
Dmesh_plink.c58 u8 *da, u16 llid, u16 plid, u16 reason);
80 sta->llid = sta->plid = sta->reason = 0; in mesh_plink_fsm_restart()
251 sta->sta.addr, sta->llid, sta->plid, in mesh_plink_deactivate()
260 u8 *da, u16 llid, u16 plid, u16 reason) in mesh_plink_frame_tx() argument
308 put_unaligned_le16(plid, pos + 2); in mesh_plink_frame_tx()
331 if (plid) { in mesh_plink_frame_tx()
353 put_unaligned_le16(plid, pos); in mesh_plink_frame_tx()
625 sta->llid, sta->plid, reason); in mesh_plink_timer()
878 sta->llid, sta->plid, sta->reason); in mesh_plink_fsm()
885 sta->plid, 0); in mesh_plink_fsm()
[all …]
Dsta_info.h429 u16 plid; member
Dsta_info.c640 id = sta->plid % (IEEE80211_MAX_AID + 1); in __sta_info_recalc_tim()
1955 sinfo->plid = sta->plid; in sta_set_sinfo()
/linux-4.1.27/block/
Dblk-cgroup.c38 return pol && test_bit(pol->plid, q->blkcg_pols); in blkcg_policy_enabled()
106 pd->plid = i; in blkg_alloc()
526 total += prfill(sf, blkg->pd[pol->plid], data); in blkcg_print_blkgs()
632 struct blkcg_policy *pol = blkcg_policy[pd->plid]; in blkg_stat_recursive_sum()
665 struct blkcg_policy *pol = blkcg_policy[pd->plid]; in blkg_rwstat_recursive_sum()
1038 blkg->pd[pol->plid] = pd; in blkcg_activate_policy()
1040 pd->plid = pol->plid; in blkcg_activate_policy()
1046 __set_bit(pol->plid, q->blkcg_pols); in blkcg_activate_policy()
1077 __clear_bit(pol->plid, q->blkcg_pols); in blkcg_deactivate_policy()
1092 kfree(blkg->pd[pol->plid]); in blkcg_deactivate_policy()
[all …]
Dblk-cgroup.h84 int plid; member
122 int plid; member
218 return blkg ? blkg->pd[pol->plid] : NULL; in blkg_to_pd()
/linux-4.1.27/net/wireless/
Dtrace.h168 __field(u16, plid) \
184 __entry->plid = sinfo->plid; \
Dnl80211.c3721 PUT_SINFO(PLID, plid, u16); in nl80211_send_station()
/linux-4.1.27/include/net/
Dcfg80211.h1069 u16 plid; member