Searched refs:plid (Results 1 – 8 of 8) sorted by relevance
| /linux/net/mac80211/ |
| H A D | mesh_plink.c | 79 sta->mesh->llid = sta->mesh->plid = sta->mesh->reason = 0; in mesh_plink_fsm_restart() 216 u8 *da, u16 llid, u16 plid, u16 reason) in mesh_plink_frame_tx() argument 308 if (plid) { in mesh_plink_frame_tx() 330 put_unaligned_le16(plid, pos); in mesh_plink_frame_tx() 412 sta->mesh->plid, sta->mesh->reason); in mesh_plink_deactivate() 743 sta->mesh->llid, sta->mesh->plid, reason); in mesh_plink_timer() 998 sta->mesh->llid, sta->mesh->plid, in mesh_plink_fsm() 1006 sta->mesh->plid, 0); in mesh_plink_fsm() 1021 * @plid: peer's local link ID 1031 u16 llid, u16 plid) in mesh_plink_get_event() argument 1129 u16 plid, llid = 0; mesh_process_plink_frame() local [all...] |
| H A D | sta_info.h | 401 u16 plid; member
|
| /linux/block/ |
| H A D | blk-cgroup.c | 345 pd->plid = i; in blkg_alloc() 609 __clear_bit(pol->plid, q->blkcg_pols); in blkg_destroy_all() 718 total += prfill(sf, blkg->pd[pol->plid], data); in blkcg_print_blkgs() 1447 cpd->plid = i; in blkcg_css_alloc() 1606 if (blkg->pd[pol->plid]) in blkcg_activate_policy() 1643 pd->plid = pol->plid; in blkcg_activate_policy() 1644 blkg->pd[pol->plid] = pd; in blkcg_activate_policy() 1656 __set_bit(pol->plid, q->blkcg_pols); in blkcg_activate_policy() 1677 pd = blkg->pd[pol->plid]; in blkcg_activate_policy() 1683 blkg->pd[pol->plid] = NULL; in blkcg_activate_policy() [all …]
|
| /linux/tools/cgroup/ |
| H A 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/drivers/net/wireless/quantenna/qtnfmac/ |
| H A D | qlink.h | 1835 __le16 plid; member
|
| /linux/net/wireless/ |
| H A D | trace.h | 201 __field(u16, plid) \ 217 __entry->plid = sinfo->plid; \
|
| H A D | nl80211.c | 7507 PUT_SINFO(PLID, plid, u16); in nl80211_send_station()
|
| /linux/include/net/ |
| H A D | cfg80211.h | 2282 u16 plid; member
|