Searched refs:llid (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/mac80211/
H A Dmesh_plink.c87 sta->llid = sta->plid = sta->reason = 0;
160 enum plink_frame_type action, u8 *da, __le16 llid, __le16 plid,
225 memcpy(pos, &llid, 2);
273 __le16 llid, plid, reason; local
297 llid = sta->llid;
316 mesh_plink_frame_tx(sdata, PLINK_OPEN, sta->sta.addr, llid,
329 mesh_plink_frame_tx(sdata, PLINK_CLOSE, sta->sta.addr, llid, plid,
371 __le16 llid; local
375 get_random_bytes(&llid,
159 mesh_plink_frame_tx(struct ieee80211_sub_if_data *sdata, enum plink_frame_type action, u8 *da, __le16 llid, __le16 plid, __le16 reason) argument
418 __le16 plid, llid, reason; local
[all...]
H A Dsta_info.h229 * @llid: Local link ID
310 __le16 llid; member in struct:sta_info
H A Dcfg.c382 sinfo->llid = le16_to_cpu(sta->llid);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jfs/
H A Djfs_txnmgr.c913 lid_t lid, next, llid, k; local
964 llid = ((struct linelock *) & tlck->lock)->next;
965 while (llid) {
966 linelock = (struct linelock *) lid_to_tlock(llid);
968 txLockFree(llid);
969 llid = k;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dcfg80211.h342 * @STATION_INFO_LLID: @llid filled
404 * @llid: mesh local link id
421 u16 llid; member in struct:station_info
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/wireless/
H A Dnl80211.c1826 sinfo->llid);

Completed in 220 milliseconds