Home
last modified time | relevance | path

Searched refs:llid (Results 1 – 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/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
317 put_unaligned_le16(llid, pos); in mesh_plink_frame_tx()
397 sta->sta.addr, sta->mesh->llid, in mesh_plink_deactivate()
723 sta->mesh->llid, sta->mesh->plid, reason); in mesh_plink_timer()
733 u16 llid) in llid_in_use() argument
744 if (!memcmp(&sta->mesh->llid, &llid, sizeof(llid))) { in llid_in_use()
756 u16 llid; in mesh_get_new_llid() local
759 get_random_bytes(&llid, sizeof(llid)); in mesh_get_new_llid()
760 } while (llid_in_use(sdata, llid)); in mesh_get_new_llid()
[all …]
Dsta_info.h399 u16 llid; member
Dsta_info.c2440 sinfo->llid = sta->mesh->llid; in sta_set_sinfo()
/kernel/linux/linux-5.10/fs/jfs/
Djfs_txnmgr.c899 lid_t lid, next, llid, k; in txUnlock() local
950 llid = ((struct linelock *) & tlck->lock)->next; in txUnlock()
951 while (llid) { in txUnlock()
952 linelock = (struct linelock *) lid_to_tlock(llid); in txUnlock()
954 txLockFree(llid); in txUnlock()
955 llid = k; in txUnlock()
/kernel/linux/linux-5.10/drivers/net/wireless/quantenna/qtnfmac/
Dqlink.h1829 __le16 llid; member
/kernel/linux/linux-5.10/net/wireless/
Dtrace.h181 __field(u16, llid) \
197 __entry->llid = sinfo->llid; \
Dnl80211.c5644 PUT_SINFO(LLID, llid, u16); in nl80211_send_station()
/kernel/linux/linux-5.10/include/net/
Dcfg80211.h1677 u16 llid; member