Home
last modified time | relevance | path

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

/linux-6.1.9/net/mac80211/
Dmesh_plink.c79 sta->mesh->llid = sta->mesh->plid = sta->mesh->reason = 0; in mesh_plink_fsm_restart()
213 u8 *da, u16 llid, u16 plid, u16 reason) in mesh_plink_frame_tx() argument
298 if (plid) { in mesh_plink_frame_tx()
320 put_unaligned_le16(plid, pos); in mesh_plink_frame_tx()
398 sta->mesh->plid, sta->mesh->reason); in mesh_plink_deactivate()
724 sta->mesh->llid, sta->mesh->plid, reason); in mesh_plink_timer()
979 sta->mesh->llid, sta->mesh->plid, in mesh_plink_fsm()
987 sta->mesh->plid, 0); in mesh_plink_fsm()
1012 u16 llid, u16 plid) in mesh_plink_get_event() argument
1055 (sta->mesh->plid && sta->mesh->plid != plid)) in mesh_plink_get_event()
[all …]
Dsta_info.h404 u16 plid; member
Dsta_info.c2669 sinfo->plid = sta->mesh->plid; in sta_set_sinfo()
/linux-6.1.9/block/
Dblk-cgroup.c83 return pol && test_bit(pol->plid, q->blkcg_pols); in blkcg_policy_enabled()
257 pd->plid = i; in blkg_alloc()
565 total += prfill(sf, blkg->pd[pol->plid], data); in blkcg_print_blkgs()
1178 cpd->plid = i; in blkcg_css_alloc()
1297 if (blkcg->cpd[pol->plid]) in blkcg_bind()
1298 pol->cpd_bind_fn(blkcg->cpd[pol->plid]); in blkcg_bind()
1367 if (blkg->pd[pol->plid]) in blkcg_activate_policy()
1401 blkg->pd[pol->plid] = pd; in blkcg_activate_policy()
1403 pd->plid = pol->plid; in blkcg_activate_policy()
1409 pol->pd_init_fn(blkg->pd[pol->plid]); in blkcg_activate_policy()
[all …]
Dblk-cgroup.h127 int plid; member
140 int plid; member
158 int plid; member
266 return blkg ? blkg->pd[pol->plid] : NULL; in blkg_to_pd()
272 return blkcg ? blkcg->cpd[pol->plid] : NULL; in blkcg_to_cpd()
/linux-6.1.9/tools/cgroup/
Diocost_monitor.py43 plid = prog['blkcg_policy_iocost'].plid.value_() variable
226 if blkg.pd[plid]:
227 root_iocg = container_of(blkg.pd[plid], 'struct ioc_gq', 'pd')
254 if not blkg.pd[plid]:
257 iocg = container_of(blkg.pd[plid], 'struct ioc_gq', 'pd')
/linux-6.1.9/drivers/net/wireless/quantenna/qtnfmac/
Dqlink.h1830 __le16 plid; member
/linux-6.1.9/net/wireless/
Dtrace.h195 __field(u16, plid) \
211 __entry->plid = sinfo->plid; \
Dnl80211.c6382 PUT_SINFO(PLID, plid, u16); in nl80211_send_station()
/linux-6.1.9/include/net/
Dcfg80211.h1894 u16 plid; member