Home
last modified time | relevance | path

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

/linux/net/mac80211/
H A Dmesh_plink.c79 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
327 put_unaligned_le16(llid, pos); in mesh_plink_frame_tx()
411 sta->sta.addr, sta->mesh->llid, in mesh_plink_deactivate()
743 sta->mesh->llid, sta->mesh->plid, reason); in mesh_plink_timer()
753 u16 llid) in llid_in_use() argument
764 if (!memcmp(&sta->mesh->llid, &llid, sizeof(llid))) { in llid_in_use()
776 u16 llid; in mesh_get_new_llid() local
779 get_random_bytes(&llid, sizeof(llid)); in mesh_get_new_llid()
780 } while (llid_in_use(sdata, llid)); in mesh_get_new_llid()
[all …]
H A Dsta_info.h400 u16 llid; member
H A Dsta_info.c2701 sinfo->llid = sta->mesh->llid; in sta_set_mesh_sinfo()
/linux/fs/jfs/
H A Djfs_txnmgr.c905 lid_t lid, next, llid, k; in txUnlock() local
956 llid = ((struct linelock *) & tlck->lock)->next; in txUnlock()
957 while (llid) { in txUnlock()
958 linelock = (struct linelock *) lid_to_tlock(llid); in txUnlock()
960 txLockFree(llid); in txUnlock()
961 llid = k; in txUnlock()
/linux/drivers/net/wireless/quantenna/qtnfmac/
H A Dqlink.h1834 __le16 llid; member
/linux/net/wireless/
H A Dtrace.h200 __field(u16, llid) \
216 __entry->llid = sinfo->llid; \
H A Dnl80211.c7602 PUT_SINFO(LLID, llid, u16); in nl80211_send_station()
/linux/include/net/
H A Dcfg80211.h2333 u16 llid; member