Searched refs:plid (Results 1 – 10 of 10) sorted by relevance
/Linux-v6.6/net/mac80211/ |
D | mesh_plink.c | 79 sta->mesh->llid = sta->mesh->plid = sta->mesh->reason = 0; in mesh_plink_fsm_restart() 214 u8 *da, u16 llid, u16 plid, u16 reason) in mesh_plink_frame_tx() argument 304 if (plid) { in mesh_plink_frame_tx() 326 put_unaligned_le16(plid, pos); in mesh_plink_frame_tx() 406 sta->mesh->plid, sta->mesh->reason); in mesh_plink_deactivate() 737 sta->mesh->llid, sta->mesh->plid, reason); in mesh_plink_timer() 992 sta->mesh->llid, sta->mesh->plid, in mesh_plink_fsm() 1000 sta->mesh->plid, 0); in mesh_plink_fsm() 1025 u16 llid, u16 plid) in mesh_plink_get_event() argument 1068 (sta->mesh->plid && sta->mesh->plid != plid)) in mesh_plink_get_event() [all …]
|
D | sta_info.h | 404 u16 plid; member
|
D | sta_info.c | 2743 sinfo->plid = sta->mesh->plid; in sta_set_sinfo()
|
/Linux-v6.6/block/ |
D | blk-cgroup.c | 116 return pol && test_bit(pol->plid, q->blkcg_pols); in blkcg_policy_enabled() 351 pd->plid = i; in blkg_alloc() 688 total += prfill(sf, blkg->pd[pol->plid], data); in blkcg_print_blkgs() 1357 cpd->plid = i; in blkcg_css_alloc() 1518 if (blkg->pd[pol->plid]) in blkcg_activate_policy() 1555 pd->plid = pol->plid; in blkcg_activate_policy() 1556 blkg->pd[pol->plid] = pd; in blkcg_activate_policy() 1568 __set_bit(pol->plid, q->blkcg_pols); in blkcg_activate_policy() 1589 pd = blkg->pd[pol->plid]; in blkcg_activate_policy() 1595 blkg->pd[pol->plid] = NULL; in blkcg_activate_policy() [all …]
|
D | blk-cgroup.h | 138 int plid; member 152 int plid; member 170 int plid; member 277 return blkg ? blkg->pd[pol->plid] : NULL; in blkg_to_pd() 283 return blkcg ? blkcg->cpd[pol->plid] : NULL; in blkcg_to_cpd()
|
/Linux-v6.6/tools/cgroup/ |
D | iocost_monitor.py | 43 plid = prog['blkcg_policy_iocost'].plid.value_() variable 233 if blkg.pd[plid]: 234 root_iocg = container_of(blkg.pd[plid], 'struct ioc_gq', 'pd') 261 if not blkg.pd[plid]: 264 iocg = container_of(blkg.pd[plid], 'struct ioc_gq', 'pd')
|
/Linux-v6.6/drivers/net/wireless/quantenna/qtnfmac/ |
D | qlink.h | 1830 __le16 plid; member
|
/Linux-v6.6/net/wireless/ |
D | trace.h | 193 __field(u16, plid) \ 209 __entry->plid = sinfo->plid; \
|
D | nl80211.c | 6581 PUT_SINFO(PLID, plid, u16); in nl80211_send_station()
|
/Linux-v6.6/include/net/ |
D | cfg80211.h | 1968 u16 plid; member
|