llid             1468 drivers/net/wireless/quantenna/qtnfmac/qlink.h 	__le16 llid;
llid              899 fs/jfs/jfs_txnmgr.c 	lid_t lid, next, llid, k;
llid              950 fs/jfs/jfs_txnmgr.c 		llid = ((struct linelock *) & tlck->lock)->next;
llid              951 fs/jfs/jfs_txnmgr.c 		while (llid) {
llid              952 fs/jfs/jfs_txnmgr.c 			linelock = (struct linelock *) lid_to_tlock(llid);
llid              954 fs/jfs/jfs_txnmgr.c 			txLockFree(llid);
llid              955 fs/jfs/jfs_txnmgr.c 			llid = k;
llid             1479 include/net/cfg80211.h 	u16 llid;
llid               79 net/mac80211/mesh_plink.c 	sta->mesh->llid = sta->mesh->plid = sta->mesh->reason = 0;
llid              212 net/mac80211/mesh_plink.c 			       u8 *da, u16 llid, u16 plid, u16 reason)
llid              314 net/mac80211/mesh_plink.c 	put_unaligned_le16(llid, pos);
llid              393 net/mac80211/mesh_plink.c 				    sta->sta.addr, sta->mesh->llid,
llid              717 net/mac80211/mesh_plink.c 				    sta->mesh->llid, sta->mesh->plid, reason);
llid              727 net/mac80211/mesh_plink.c 			u16 llid)
llid              738 net/mac80211/mesh_plink.c 		if (!memcmp(&sta->mesh->llid, &llid, sizeof(llid))) {
llid              750 net/mac80211/mesh_plink.c 	u16 llid;
llid              753 net/mac80211/mesh_plink.c 		get_random_bytes(&llid, sizeof(llid));
llid              754 net/mac80211/mesh_plink.c 	} while (llid_in_use(sdata, llid));
llid              756 net/mac80211/mesh_plink.c 	return llid;
llid              768 net/mac80211/mesh_plink.c 	sta->mesh->llid = mesh_get_new_llid(sdata);
llid              785 net/mac80211/mesh_plink.c 			    sta->sta.addr, sta->mesh->llid, 0, 0);
llid              861 net/mac80211/mesh_plink.c 			sta->mesh->llid = mesh_get_new_llid(sdata);
llid              972 net/mac80211/mesh_plink.c 				    sta->mesh->llid, sta->mesh->plid,
llid              979 net/mac80211/mesh_plink.c 					    sta->sta.addr, sta->mesh->llid,
llid             1005 net/mac80211/mesh_plink.c 		     u16 llid, u16 plid)
llid             1057 net/mac80211/mesh_plink.c 		    sta->mesh->llid != llid ||
llid             1077 net/mac80211/mesh_plink.c 		else if (ie_len == 8 && sta->mesh->llid != llid)
llid             1103 net/mac80211/mesh_plink.c 	u16 plid, llid = 0;
llid             1140 net/mac80211/mesh_plink.c 		llid = get_unaligned_le16(PLINK_GET_PLID(elems->peering));
llid             1155 net/mac80211/mesh_plink.c 	event = mesh_plink_get_event(sdata, sta, elems, ftype, llid, plid);
llid             2367 net/mac80211/sta_info.c 		sinfo->llid = sta->mesh->llid;
llid              388 net/mac80211/sta_info.h 	u16 llid;
llid             5119 net/wireless/nl80211.c 	PUT_SINFO(LLID, llid, u16);
llid              168 net/wireless/trace.h 		    __field(u16, llid)		    \
llid              184 net/wireless/trace.h 		__entry->llid = sinfo->llid;			       \