Searched refs:plid (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/net/mac80211/ |
D | mesh_plink.c | 58 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 …]
|
D | sta_info.h | 429 u16 plid; member
|
D | sta_info.c | 640 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/ |
D | blk-cgroup.c | 38 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 …]
|
D | blk-cgroup.h | 84 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/ |
D | trace.h | 168 __field(u16, plid) \ 184 __entry->plid = sinfo->plid; \
|
D | nl80211.c | 3721 PUT_SINFO(PLID, plid, u16); in nl80211_send_station()
|
/linux-4.1.27/include/net/ |
D | cfg80211.h | 1069 u16 plid; member
|