Searched refs:llid (Results 1 – 8 of 8) sorted by relevance
/linux-6.6.21/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 323 put_unaligned_le16(llid, pos); in mesh_plink_frame_tx() 405 sta->sta.addr, sta->mesh->llid, in mesh_plink_deactivate() 737 sta->mesh->llid, sta->mesh->plid, reason); in mesh_plink_timer() 747 u16 llid) in llid_in_use() argument 758 if (!memcmp(&sta->mesh->llid, &llid, sizeof(llid))) { in llid_in_use() 770 u16 llid; in mesh_get_new_llid() local 773 get_random_bytes(&llid, sizeof(llid)); in mesh_get_new_llid() 774 } while (llid_in_use(sdata, llid)); in mesh_get_new_llid() [all …]
|
D | sta_info.h | 403 u16 llid; member
|
D | sta_info.c | 2747 sinfo->llid = sta->mesh->llid; in sta_set_sinfo()
|
/linux-6.6.21/fs/jfs/ |
D | jfs_txnmgr.c | 904 lid_t lid, next, llid, k; in txUnlock() local 955 llid = ((struct linelock *) & tlck->lock)->next; in txUnlock() 956 while (llid) { in txUnlock() 957 linelock = (struct linelock *) lid_to_tlock(llid); in txUnlock() 959 txLockFree(llid); in txUnlock() 960 llid = k; in txUnlock()
|
/linux-6.6.21/drivers/net/wireless/quantenna/qtnfmac/ |
D | qlink.h | 1829 __le16 llid; member
|
/linux-6.6.21/net/wireless/ |
D | trace.h | 192 __field(u16, llid) \ 208 __entry->llid = sinfo->llid; \
|
D | nl80211.c | 6583 PUT_SINFO(LLID, llid, u16); in nl80211_send_station()
|
/linux-6.6.21/include/net/ |
D | cfg80211.h | 1967 u16 llid; member
|