Home
last modified time | relevance | path

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

/linux-6.15/net/mac80211/
H A Dmesh_plink.c312 if (plid) { in mesh_plink_frame_tx()
1010 sta->mesh->plid, 0); in mesh_plink_fsm()
1035 u16 llid, u16 plid) in mesh_plink_get_event() argument
1078 (sta->mesh->plid && sta->mesh->plid != plid)) in mesh_plink_get_event()
1088 (sta->mesh->plid && sta->mesh->plid != plid)) in mesh_plink_get_event()
1105 else if (sta->mesh->plid != plid) in mesh_plink_get_event()
1133 u16 plid, llid = 0; in mesh_process_plink_frame() local
1195 sta->mesh->plid = plid; in mesh_process_plink_frame()
1198 mgmt->sa, 0, plid, in mesh_process_plink_frame()
1208 if (!sta->mesh->plid) in mesh_process_plink_frame()
[all …]
H A Dsta_info.h401 u16 plid; member
H A Dsta_info.c2617 sinfo->plid = sta->mesh->plid; in sta_set_mesh_sinfo()
/linux-6.15/block/
H A Dblk-cgroup.c351 pd->plid = i; in blkg_alloc()
1465 cpd->plid = i; in blkcg_css_alloc()
1624 if (blkg->pd[pol->plid]) in blkcg_activate_policy()
1661 pd->plid = pol->plid; in blkcg_activate_policy()
1662 blkg->pd[pol->plid] = pd; in blkcg_activate_policy()
1695 pd = blkg->pd[pol->plid]; in blkcg_activate_policy()
1701 blkg->pd[pol->plid] = NULL; in blkcg_activate_policy()
1741 if (blkg->pd[pol->plid]) { in blkcg_deactivate_policy()
1745 blkg->pd[pol->plid] = NULL; in blkcg_deactivate_policy()
1804 pol->plid = i; in blkcg_policy_register()
[all …]
H A Dblk-cgroup.h141 int plid; member
155 int plid; member
173 int plid; member
284 return blkg ? blkg->pd[pol->plid] : NULL; in blkg_to_pd()
290 return blkcg ? blkcg->cpd[pol->plid] : NULL; in blkcg_to_cpd()
/linux-6.15/tools/cgroup/
H A Diocost_monitor.py43 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-6.15/drivers/net/wireless/quantenna/qtnfmac/
H A Dqlink.h1835 __le16 plid; member
/linux-6.15/net/wireless/
H A Dtrace.h201 __field(u16, plid) \
217 __entry->plid = sinfo->plid; \
H A Dnl80211.c6810 PUT_SINFO(PLID, plid, u16); in nl80211_send_station()
/linux-6.15/include/net/
H A Dcfg80211.h2168 u16 plid; member