/kernel/linux/linux-5.10/net/mac80211/ |
H A D | mesh_plink.c | 79 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() 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() 723 sta->mesh->llid, sta->mesh->plid, reason); in mesh_plink_timer() 978 sta->mesh->llid, sta->mesh->plid, in mesh_plink_fsm() 986 sta->mesh->plid, 0); in mesh_plink_fsm() 1001 * @plid: peer's local link ID 1011 u16 llid, u16 plid) in mesh_plink_get_event() 210 mesh_plink_frame_tx(struct ieee80211_sub_if_data *sdata, struct sta_info *sta, enum ieee80211_self_protected_actioncode action, u8 *da, u16 llid, u16 plid, u16 reason) mesh_plink_frame_tx() argument 1007 mesh_plink_get_event(struct ieee80211_sub_if_data *sdata, struct sta_info *sta, struct ieee802_11_elems *elems, enum ieee80211_self_protected_actioncode ftype, u16 llid, u16 plid) mesh_plink_get_event() argument 1109 u16 plid, llid = 0; mesh_process_plink_frame() local [all...] |
H A D | sta_info.h | 370 * @plid: Peer link ID 400 u16 plid; member
|
H A D | sta_info.c | 2444 sinfo->plid = sta->mesh->plid; in sta_set_sinfo()
|
/kernel/linux/linux-6.6/net/mac80211/ |
H A 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() 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() 1015 * @plid: peer's local link ID 1025 u16 llid, u16 plid) in mesh_plink_get_event() 211 mesh_plink_frame_tx(struct ieee80211_sub_if_data *sdata, struct sta_info *sta, enum ieee80211_self_protected_actioncode action, u8 *da, u16 llid, u16 plid, u16 reason) mesh_plink_frame_tx() argument 1021 mesh_plink_get_event(struct ieee80211_sub_if_data *sdata, struct sta_info *sta, struct ieee802_11_elems *elems, enum ieee80211_self_protected_actioncode ftype, u16 llid, u16 plid) mesh_plink_get_event() argument 1123 u16 plid, llid = 0; mesh_process_plink_frame() local [all...] |
H A D | sta_info.h | 374 * @plid: Peer link ID 404 u16 plid; member
|
H A D | sta_info.c | 2748 sinfo->plid = sta->mesh->plid; in sta_set_sinfo()
|
/kernel/linux/linux-5.10/block/ |
H A D | blk-cgroup.c | 63 return pol && test_bit(pol->plid, q->blkcg_pols); in blkcg_policy_enabled() 193 pd->plid = i; in blkg_alloc() 515 total += prfill(sf, blkg->pd[pol->plid], data); in blkcg_print_blkgs() 1116 cpd->plid = i; in blkcg_css_alloc() 1269 if (blkcg->cpd[pol->plid]) in blkcg_bind() 1270 pol->cpd_bind_fn(blkcg->cpd[pol->plid]); in blkcg_bind() 1340 if (blkg->pd[pol->plid]) in blkcg_activate_policy() 1374 blkg->pd[pol->plid] = pd; in blkcg_activate_policy() 1376 pd->plid = pol->plid; in blkcg_activate_policy() [all...] |
/kernel/linux/linux-6.6/block/ |
H A 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() 615 __clear_bit(pol->plid, q->blkcg_pols); in blkg_destroy_all() 701 total += prfill(sf, blkg->pd[pol->plid], data); in blkcg_print_blkgs() 1370 cpd->plid = i; in blkcg_css_alloc() 1531 if (blkg->pd[pol->plid]) in blkcg_activate_policy() 1568 pd->plid = pol->plid; in blkcg_activate_policy() 1569 blkg->pd[pol->plid] = pd; in blkcg_activate_policy() 1581 __set_bit(pol->plid, in blkcg_activate_policy() [all...] |
H A D | blk-cgroup.h | 138 int plid; member 152 int plid; member 170 int plid; member 276 return blkg ? blkg->pd[pol->plid] : NULL; in blkg_to_pd() 282 return blkcg ? blkcg->cpd[pol->plid] : NULL; in blkcg_to_cpd()
|
/kernel/linux/linux-5.10/tools/cgroup/ |
H A D | iocost_monitor.py | 43 plid = prog['blkcg_policy_iocost'].plid.value_() 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')
|
/kernel/linux/linux-6.6/tools/cgroup/ |
H A D | iocost_monitor.py | 43 plid = prog['blkcg_policy_iocost'].plid.value_() 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')
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | blk-cgroup.h | 89 int plid; member 102 int plid; member 155 int plid; member 379 return blkg ? blkg->pd[pol->plid] : NULL; in blkg_to_pd() 385 return blkcg ? blkcg->cpd[pol->plid] : NULL; in blkcg_to_cpd()
|
/kernel/linux/linux-5.10/drivers/net/wireless/quantenna/qtnfmac/ |
H A D | qlink.h | 1830 __le16 plid; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/quantenna/qtnfmac/ |
H A D | qlink.h | 1830 __le16 plid; member
|
/kernel/linux/linux-5.10/net/wireless/ |
H A D | trace.h | 182 __field(u16, plid) \ 198 __entry->plid = sinfo->plid; \
|
H A D | nl80211.c | 5662 PUT_SINFO(PLID, plid, u16); in nl80211_send_station()
|
/kernel/linux/linux-6.6/net/wireless/ |
H A D | trace.h | 193 __field(u16, plid) \ 209 __entry->plid = sinfo->plid; \
|
H A D | nl80211.c | 6584 PUT_SINFO(PLID, plid, u16); in nl80211_send_station()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | cfg80211.h | 1619 * @plid: mesh peer link id 1681 u16 plid; member
|
/kernel/linux/linux-6.6/include/net/ |
H A D | cfg80211.h | 1888 * @plid: mesh peer link id 1968 u16 plid; member
|