/kernel/linux/linux-5.10/net/mac80211/ |
H A D | mesh_plink.c | 79 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() 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() 744 if (!memcmp(&sta->mesh->llid, &llid, sizeof(llid))) { in llid_in_use() 756 u16 llid; in mesh_get_new_llid() local 210 mesh_plink_frame_tx(struct ieee80211_sub_if_data *sdata, struct sta_info *sta, enum ieee80211_self_protected_actioncode action, u8 *da, u16 llid, u16 plid, u16 reason) mesh_plink_frame_tx() argument 732 llid_in_use(struct ieee80211_sub_if_data *sdata, u16 llid) llid_in_use() argument 1007 mesh_plink_get_event(struct ieee80211_sub_if_data *sdata, struct sta_info *sta, struct ieee802_11_elems *elems, enum ieee80211_self_protected_actioncode ftype, u16 llid, u16 plid) mesh_plink_get_event() argument 1109 u16 plid, llid = 0; mesh_process_plink_frame() local [all...] |
H A D | sta_info.h | 369 * @llid: Local link ID 399 u16 llid; member
|
H A D | sta_info.c | 2443 sinfo->llid = sta->mesh->llid; in sta_set_sinfo()
|
/kernel/linux/linux-6.6/net/mac80211/ |
H A 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() 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() 758 if (!memcmp(&sta->mesh->llid, &llid, sizeof(llid))) { in llid_in_use() 770 u16 llid; in mesh_get_new_llid() local 211 mesh_plink_frame_tx(struct ieee80211_sub_if_data *sdata, struct sta_info *sta, enum ieee80211_self_protected_actioncode action, u8 *da, u16 llid, u16 plid, u16 reason) mesh_plink_frame_tx() argument 746 llid_in_use(struct ieee80211_sub_if_data *sdata, u16 llid) llid_in_use() argument 1021 mesh_plink_get_event(struct ieee80211_sub_if_data *sdata, struct sta_info *sta, struct ieee802_11_elems *elems, enum ieee80211_self_protected_actioncode ftype, u16 llid, u16 plid) mesh_plink_get_event() argument 1123 u16 plid, llid = 0; mesh_process_plink_frame() local [all...] |
H A D | sta_info.h | 373 * @llid: Local link ID 403 u16 llid; member
|
H A D | sta_info.c | 2747 sinfo->llid = sta->mesh->llid; in sta_set_sinfo()
|
/kernel/linux/linux-5.10/fs/jfs/ |
H A 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()
|
/kernel/linux/linux-6.6/fs/jfs/ |
H A 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()
|
/kernel/linux/linux-5.10/drivers/net/wireless/quantenna/qtnfmac/ |
H A D | qlink.h | 1829 __le16 llid; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/quantenna/qtnfmac/ |
H A D | qlink.h | 1829 __le16 llid; member
|
/kernel/linux/linux-5.10/net/wireless/ |
H A D | trace.h | 181 __field(u16, llid) \ 197 __entry->llid = sinfo->llid; \
|
H A D | nl80211.c | 5661 PUT_SINFO(LLID, llid, u16); in nl80211_send_station()
|
/kernel/linux/linux-6.6/net/wireless/ |
H A D | trace.h | 192 __field(u16, llid) \ 208 __entry->llid = sinfo->llid; \
|
H A D | nl80211.c | 6583 PUT_SINFO(LLID, llid, u16); in nl80211_send_station()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | cfg80211.h | 1618 * @llid: mesh local link id 1680 u16 llid; member
|
/kernel/linux/linux-6.6/include/net/ |
H A D | cfg80211.h | 1887 * @llid: mesh local link id 1967 u16 llid; member
|