/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/ |
H A D | txrx.c | 156 struct ath10k_peer *ath10k_peer_find_by_id(struct ath10k *ar, int peer_id) in ath10k_peer_find_by_id() argument 160 if (peer_id >= BITS_PER_TYPE(peer->peer_ids)) in ath10k_peer_find_by_id() 166 if (test_bit(peer_id, peer->peer_ids)) in ath10k_peer_find_by_id() 210 if (ev->peer_id >= ATH10K_MAX_NUM_PEER_IDS) { in ath10k_peer_map_event() 213 ev->peer_id); in ath10k_peer_map_event() 231 ev->vdev_id, ev->addr, ev->peer_id); in ath10k_peer_map_event() 233 WARN_ON(ar->peer_map[ev->peer_id] && (ar->peer_map[ev->peer_id] != peer)); in ath10k_peer_map_event() 234 ar->peer_map[ev->peer_id] = peer; in ath10k_peer_map_event() 235 set_bit(ev->peer_id, pee in ath10k_peer_map_event() [all...] |
H A D | htt_rx.c | 1065 u16 peer_id; in ath10k_htt_rx_h_peer_channel() local 1080 peer_id = MS(__le32_to_cpu(rxd->mpdu_start.info0), in ath10k_htt_rx_h_peer_channel() 1083 peer = ath10k_peer_find_by_id(ar, peer_id); in ath10k_htt_rx_h_peer_channel() 1783 u16 peer_id, in ath10k_htt_rx_h_frag_pn_check() 1794 peer = ath10k_peer_find_by_id(ar, peer_id); in ath10k_htt_rx_h_frag_pn_check() 1834 u16 peer_id, in ath10k_htt_rx_h_mpdu() 1955 peer_id, in ath10k_htt_rx_h_mpdu() 2352 u16 peer_id; in ath10k_htt_rx_proc_rx_ind_hl() local 2360 peer_id = __le16_to_cpu(rx->hdr.peer_id); in ath10k_htt_rx_proc_rx_ind_hl() 1781 ath10k_htt_rx_h_frag_pn_check(struct ath10k *ar, struct sk_buff *skb, u16 peer_id, u16 offset, enum htt_rx_mpdu_encrypt_type enctype) ath10k_htt_rx_h_frag_pn_check() argument 1828 ath10k_htt_rx_h_mpdu(struct ath10k *ar, struct sk_buff_head *amsdu, struct ieee80211_rx_status *status, bool fill_crypt_header, u8 *rx_hdr, enum ath10k_pkt_rx_err *err, u16 peer_id, bool frag) ath10k_htt_rx_h_mpdu() argument 2652 u16 peer_id, sc, hdr_space; ath10k_htt_rx_proc_rx_frag_ind_hl() local 2805 u16 peer_id; ath10k_htt_rx_proc_rx_ind_ll() local 2840 u16 ppdu_info_offset = 0, peer_id; ath10k_htt_rx_tx_compl_ind() local 2958 u16 info0, tid, peer_id; ath10k_htt_rx_addba() local 2998 u16 info0, tid, peer_id; ath10k_htt_rx_delba() local 3141 u16 peer_id; ath10k_htt_rx_in_ord_ind() local 3261 u16 peer_id; ath10k_htt_rx_tx_fetch_ind() local 3422 u16 peer_id; ath10k_htt_rx_tx_mode_switch_ind() local 3794 int peer_id, i; ath10k_htt_fetch_peer_stats() local 3850 u32 peer_id = 0, i; ath10k_fetch_10_2_tx_stats() local [all...] |
H A D | htt.h | 598 __le16 peer_id; member 797 __le16 peer_id; member 807 __le16 peer_id; member 815 __le16 peer_id; member 865 __le16 peer_id; member 1033 __le16 peer_id; member 1049 __le16 peer_id; member 1073 __le16 peer_id; member 1084 __le16 peer_id; member 1112 __le16 peer_id; member 1748 __le16 peer_id; global() member 1778 u8 peer_id; global() member 1857 u16 peer_id; global() member 1862 u16 peer_id; global() member [all...] |
H A D | txrx.h | 16 struct ath10k_peer *ath10k_peer_find_by_id(struct ath10k *ar, int peer_id);
|
H A D | debug.h | 223 u16 peer_id, u8 tid, 246 u16 peer_id, u8 tid, in ath10k_sta_update_rx_tid_stats_ampdu() 245 ath10k_sta_update_rx_tid_stats_ampdu(struct ath10k *ar, u16 peer_id, u8 tid, struct htt_rx_indication_mpdu_range *ranges, int num_ranges) ath10k_sta_update_rx_tid_stats_ampdu() argument
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/ |
H A D | txrx.c | 169 struct ath10k_peer *ath10k_peer_find_by_id(struct ath10k *ar, int peer_id) in ath10k_peer_find_by_id() argument 173 if (peer_id >= BITS_PER_TYPE(peer->peer_ids)) in ath10k_peer_find_by_id() 179 if (test_bit(peer_id, peer->peer_ids)) in ath10k_peer_find_by_id() 223 if (ev->peer_id >= ATH10K_MAX_NUM_PEER_IDS) { in ath10k_peer_map_event() 226 ev->peer_id); in ath10k_peer_map_event() 244 ev->vdev_id, ev->addr, ev->peer_id); in ath10k_peer_map_event() 246 WARN_ON(ar->peer_map[ev->peer_id] && (ar->peer_map[ev->peer_id] != peer)); in ath10k_peer_map_event() 247 ar->peer_map[ev->peer_id] = peer; in ath10k_peer_map_event() 248 set_bit(ev->peer_id, pee in ath10k_peer_map_event() [all...] |
H A D | htt_rx.c | 1114 u16 peer_id; in ath10k_htt_rx_h_peer_channel() local 1133 peer_id = MS(__le32_to_cpu(rxd_mpdu_start->info0), in ath10k_htt_rx_h_peer_channel() 1136 peer = ath10k_peer_find_by_id(ar, peer_id); in ath10k_htt_rx_h_peer_channel() 1878 u16 peer_id, in ath10k_htt_rx_h_frag_pn_check() 1887 peer = ath10k_peer_find_by_id(ar, peer_id); in ath10k_htt_rx_h_frag_pn_check() 1926 u16 peer_id, in ath10k_htt_rx_h_mpdu() 2058 peer_id, in ath10k_htt_rx_h_mpdu() 2467 u16 peer_id; in ath10k_htt_rx_proc_rx_ind_hl() local 2475 peer_id = __le16_to_cpu(rx->hdr.peer_id); in ath10k_htt_rx_proc_rx_ind_hl() 1876 ath10k_htt_rx_h_frag_pn_check(struct ath10k *ar, struct sk_buff *skb, u16 peer_id, enum htt_rx_mpdu_encrypt_type enctype) ath10k_htt_rx_h_frag_pn_check() argument 1920 ath10k_htt_rx_h_mpdu(struct ath10k *ar, struct sk_buff_head *amsdu, struct ieee80211_rx_status *status, bool fill_crypt_header, u8 *rx_hdr, enum ath10k_pkt_rx_err *err, u16 peer_id, bool frag) ath10k_htt_rx_h_mpdu() argument 2767 u16 peer_id, sc, hdr_space; ath10k_htt_rx_proc_rx_frag_ind_hl() local 2920 u16 peer_id; ath10k_htt_rx_proc_rx_ind_ll() local 2955 u16 ppdu_info_offset = 0, peer_id; ath10k_htt_rx_tx_compl_ind() local 3073 u16 info0, tid, peer_id; ath10k_htt_rx_addba() local 3113 u16 info0, tid, peer_id; ath10k_htt_rx_delba() local 3265 u16 peer_id; ath10k_htt_rx_in_ord_ind() local 3385 u16 peer_id; ath10k_htt_rx_tx_fetch_ind() local 3546 u16 peer_id; ath10k_htt_rx_tx_mode_switch_ind() local 3922 int peer_id, i; ath10k_htt_fetch_peer_stats() local 3978 u32 peer_id = 0, i; ath10k_fetch_10_2_tx_stats() local [all...] |
H A D | htt.h | 592 __le16 peer_id; member 791 __le16 peer_id; member 801 __le16 peer_id; member 809 __le16 peer_id; member 859 __le16 peer_id; member 1027 __le16 peer_id; member 1043 __le16 peer_id; member 1067 __le16 peer_id; member 1078 __le16 peer_id; member 1106 __le16 peer_id; member 1638 __le16 peer_id; global() member 1668 u8 peer_id; global() member 1746 u16 peer_id; global() member 1751 u16 peer_id; global() member [all...] |
H A D | txrx.h | 16 struct ath10k_peer *ath10k_peer_find_by_id(struct ath10k *ar, int peer_id);
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/ |
H A D | peer.c | 12 int peer_id) in ath11k_peer_find_list_by_id() 19 if (peer->peer_id != peer_id) in ath11k_peer_find_list_by_id() 64 int peer_id) in ath11k_peer_find_by_id() 73 peer = rhashtable_lookup_fast(ab->rhead_peer_id, &peer_id, in ath11k_peer_find_by_id() 96 void ath11k_peer_unmap_event(struct ath11k_base *ab, u16 peer_id) in ath11k_peer_unmap_event() argument 102 peer = ath11k_peer_find_list_by_id(ab, peer_id); in ath11k_peer_unmap_event() 105 peer_id); in ath11k_peer_unmap_event() 110 peer->vdev_id, peer->addr, peer_id); in ath11k_peer_unmap_event() 120 void ath11k_peer_map_event(struct ath11k_base *ab, u8 vdev_id, u16 peer_id, in ath11k_peer_map_event() argument 11 ath11k_peer_find_list_by_id(struct ath11k_base *ab, int peer_id) ath11k_peer_find_list_by_id() argument 63 ath11k_peer_find_by_id(struct ath11k_base *ab, int peer_id) ath11k_peer_find_by_id() argument [all...] |
H A D | peer.h | 15 int peer_id; member 41 void ath11k_peer_unmap_event(struct ath11k_base *ab, u16 peer_id); 42 void ath11k_peer_map_event(struct ath11k_base *ab, u8 vdev_id, u16 peer_id, 48 struct ath11k_peer *ath11k_peer_find_by_id(struct ath11k_base *ab, int peer_id);
|
H A D | dp_tx.c | 366 peer = ath11k_peer_find_by_id(ab, ts->peer_id); in ath11k_dp_tx_htt_tx_complete_buf() 369 "dp_tx: failed to find the peer with peer_id %d\n", in ath11k_dp_tx_htt_tx_complete_buf() 370 ts->peer_id); in ath11k_dp_tx_htt_tx_complete_buf() 407 ts.peer_id = FIELD_GET(HTT_TX_WBM_COMP_INFO2_SW_PEER_ID, in ath11k_dp_tx_process_htt_tx_complete() 410 ts.peer_id = HTT_INVALID_PEER_ID; in ath11k_dp_tx_process_htt_tx_complete() 462 peer = ath11k_peer_find_by_id(ab, ts->peer_id); in ath11k_dp_tx_update_txcompl() 465 "failed to find the peer by id %u\n", ts->peer_id); in ath11k_dp_tx_update_txcompl() 621 peer = ath11k_peer_find_by_id(ab, ts->peer_id); in ath11k_dp_tx_complete_msdu() 624 "dp_tx: failed to find the peer with peer_id %d\n", in ath11k_dp_tx_complete_msdu() 625 ts->peer_id); in ath11k_dp_tx_complete_msdu() [all...] |
H A D | dp_tx.h | 16 u16 peer_id; member
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/ |
H A D | peer.c | 66 int peer_id) in ath11k_peer_find_by_id() 73 if (peer_id == peer->peer_id) in ath11k_peer_find_by_id() 96 void ath11k_peer_unmap_event(struct ath11k_base *ab, u16 peer_id) in ath11k_peer_unmap_event() argument 102 peer = ath11k_peer_find_by_id(ab, peer_id); in ath11k_peer_unmap_event() 105 peer_id); in ath11k_peer_unmap_event() 110 peer->vdev_id, peer->addr, peer_id); in ath11k_peer_unmap_event() 120 void ath11k_peer_map_event(struct ath11k_base *ab, u8 vdev_id, u16 peer_id, in ath11k_peer_map_event() argument 133 peer->peer_id = peer_id; in ath11k_peer_map_event() 65 ath11k_peer_find_by_id(struct ath11k_base *ab, int peer_id) ath11k_peer_find_by_id() argument [all...] |
H A D | peer.h | 14 int peer_id; member 32 void ath11k_peer_unmap_event(struct ath11k_base *ab, u16 peer_id); 33 void ath11k_peer_map_event(struct ath11k_base *ab, u8 vdev_id, u16 peer_id, 39 struct ath11k_peer *ath11k_peer_find_by_id(struct ath11k_base *ab, int peer_id);
|
H A D | dp_rx.c | 1168 u16 peer_id) in ath11k_get_ppdu_user_index() 1174 if (peer_id == ppdu_stats->user_stats[i].peer_id) in ath11k_get_ppdu_user_index() 1191 u16 peer_id; in ath11k_htt_tlv_ppdu_stats_parse() local 1212 peer_id = ((struct htt_ppdu_stats_user_rate *)ptr)->sw_peer_id; in ath11k_htt_tlv_ppdu_stats_parse() 1214 peer_id); in ath11k_htt_tlv_ppdu_stats_parse() 1218 user_stats->peer_id = peer_id; in ath11k_htt_tlv_ppdu_stats_parse() 1231 peer_id = ((struct htt_ppdu_stats_usr_cmpltn_cmn *)ptr)->sw_peer_id; in ath11k_htt_tlv_ppdu_stats_parse() 1233 peer_id); in ath11k_htt_tlv_ppdu_stats_parse() 1167 ath11k_get_ppdu_user_index(struct htt_ppdu_stats *ppdu_stats, u16 peer_id) ath11k_get_ppdu_user_index() argument 1652 u16 peer_id; ath11k_dp_htt_htc_t2h_msg_handler() local 3444 u32 peer_id; ath11k_dp_rx_frag_h_mpdu() local [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/ |
H A D | peer.c | 67 int peer_id) in ath12k_peer_find_by_id() 74 if (peer_id == peer->peer_id) in ath12k_peer_find_by_id() 110 void ath12k_peer_unmap_event(struct ath12k_base *ab, u16 peer_id) in ath12k_peer_unmap_event() argument 116 peer = ath12k_peer_find_by_id(ab, peer_id); in ath12k_peer_unmap_event() 119 peer_id); in ath12k_peer_unmap_event() 124 peer->vdev_id, peer->addr, peer_id); in ath12k_peer_unmap_event() 134 void ath12k_peer_map_event(struct ath12k_base *ab, u8 vdev_id, u16 peer_id, in ath12k_peer_map_event() argument 147 peer->peer_id = peer_id; in ath12k_peer_map_event() 66 ath12k_peer_find_by_id(struct ath12k_base *ab, int peer_id) ath12k_peer_find_by_id() argument [all...] |
H A D | peer.h | 27 int peer_id; member 52 void ath12k_peer_unmap_event(struct ath12k_base *ab, u16 peer_id); 53 void ath12k_peer_map_event(struct ath12k_base *ab, u8 vdev_id, u16 peer_id, 59 struct ath12k_peer *ath12k_peer_find_by_id(struct ath12k_base *ab, int peer_id);
|
H A D | dp_rx.c | 751 static void ath12k_peer_rx_tid_qref_setup(struct ath12k_base *ab, u16 peer_id, u16 tid, in ath12k_peer_rx_tid_qref_setup() argument 764 (peer_id * (IEEE80211_NUM_TIDS + 1) + tid); in ath12k_peer_rx_tid_qref_setup() 773 static void ath12k_peer_rx_tid_qref_reset(struct ath12k_base *ab, u16 peer_id, u16 tid) in ath12k_peer_rx_tid_qref_reset() argument 785 (peer_id * (IEEE80211_NUM_TIDS + 1) + tid); in ath12k_peer_rx_tid_qref_reset() 818 ath12k_peer_rx_tid_qref_reset(ar->ab, peer->peer_id, tid); in ath12k_dp_rx_peer_tid_delete() 962 if (peer->peer_id > DP_MAX_PEER_ID || tid > IEEE80211_NUM_TIDS) { in ath12k_dp_rx_peer_tid_setup() 964 peer->peer_id, tid); in ath12k_dp_rx_peer_tid_setup() 1037 ath12k_peer_rx_tid_qref_setup(ab, peer->peer_id, tid, paddr); in ath12k_dp_rx_peer_tid_setup() 1181 u16 peer_id) in ath12k_get_ppdu_user_index() 1187 if (peer_id in ath12k_get_ppdu_user_index() 1180 ath12k_get_ppdu_user_index(struct htt_ppdu_stats *ppdu_stats, u16 peer_id) ath12k_get_ppdu_user_index() argument 1207 u16 peer_id; ath12k_htt_tlv_ppdu_stats_parse() local 1550 u32 peer_id = 0; ath12k_htt_pull_ppdu_stats() local 1692 u16 peer_id; ath12k_dp_htt_htc_t2h_msg_handler() local 3204 u32 peer_id; ath12k_dp_rx_frag_h_mpdu() local 3532 u16 msdu_len, peer_id; ath12k_dp_rx_h_null_q_desc() local [all...] |
/kernel/linux/linux-5.10/net/tipc/ |
H A D | discover.c | 145 u8 *peer_id, in tipc_disc_addr_trial_msg() 179 sugg_addr = tipc_node_try_addr(net, peer_id, src); in tipc_disc_addr_trial_msg() 202 u8 peer_id[NODE_ID_LEN] = {0,}; in tipc_disc_rcv() local 220 memcpy(peer_id, msg_node_id(hdr), NODE_ID_LEN); in tipc_disc_rcv() 222 sprintf(peer_id, "%x", src); in tipc_disc_rcv() 236 src, sugg, peer_id, mtyp)) in tipc_disc_rcv() 249 tipc_node_check_dest(net, src, peer_id, b, caps, signature, pnet_hash, in tipc_disc_rcv() 140 tipc_disc_addr_trial_msg(struct tipc_discoverer *d, struct tipc_media_addr *maddr, struct tipc_bearer *b, u32 dst, u32 src, u32 sugg_addr, u8 *peer_id, int mtyp) tipc_disc_addr_trial_msg() argument
|
H A D | node.c | 128 u8 peer_id[16]; member 239 memcpy(id, &n->peer_id, TIPC_NODEID_LEN); in tipc_node_get_id() 353 if (!memcmp(id, n->peer_id, 16) && in tipc_node_find_by_id() 443 if (memcmp(n->peer_id, tn_peer->node_id, NODE_ID_LEN)) in tipc_node_assign_peer_net() 454 struct tipc_node *tipc_node_create(struct net *net, u32 addr, u8 *peer_id, in tipc_node_create() argument 467 tipc_node_find_by_id(net, peer_id); in tipc_node_create() 475 if (!tipc_link_bc_create(net, tipc_own_addr(net), addr, peer_id, U16_MAX, in tipc_node_create() 529 tipc_nodeid2string(n->peer_id_string, peer_id); in tipc_node_create() 540 memcpy(&n->peer_id, peer_id, 1 in tipc_node_create() 1143 tipc_node_check_dest(struct net *net, u32 addr, u8 *peer_id, struct tipc_bearer *b, u16 capabilities, u32 signature, u32 hash_mixes, struct tipc_media_addr *maddr, bool *respond, bool *dupl_addr) tipc_node_check_dest() argument [all...] |
/kernel/linux/linux-6.6/net/tipc/ |
H A D | discover.c | 146 u8 *peer_id, in tipc_disc_addr_trial_msg() 180 sugg_addr = tipc_node_try_addr(net, peer_id, src); in tipc_disc_addr_trial_msg() 203 u8 peer_id[NODE_ID_LEN] = {0,}; in tipc_disc_rcv() local 221 memcpy(peer_id, msg_node_id(hdr), NODE_ID_LEN); in tipc_disc_rcv() 223 sprintf(peer_id, "%x", src); in tipc_disc_rcv() 237 src, sugg, peer_id, mtyp)) in tipc_disc_rcv() 250 tipc_node_check_dest(net, src, peer_id, b, caps, signature, pnet_hash, in tipc_disc_rcv() 141 tipc_disc_addr_trial_msg(struct tipc_discoverer *d, struct tipc_media_addr *maddr, struct tipc_bearer *b, u32 dst, u32 src, u32 sugg_addr, u8 *peer_id, int mtyp) tipc_disc_addr_trial_msg() argument
|
H A D | link.h | 77 u32 peer, u8 *peer_id, u16 peer_caps, 83 bool tipc_link_bc_create(struct net *net, u32 ownnode, u32 peer, u8 *peer_id,
|
H A D | node.c | 105 * @peer_id: 128-bit ID of peer 137 u8 peer_id[16]; member 248 memcpy(id, &n->peer_id, TIPC_NODEID_LEN); in tipc_node_get_id() 363 if (!memcmp(id, n->peer_id, 16) && in tipc_node_find_by_id() 459 if (memcmp(n->peer_id, tn_peer->node_id, NODE_ID_LEN)) in tipc_node_assign_peer_net() 470 struct tipc_node *tipc_node_create(struct net *net, u32 addr, u8 *peer_id, in tipc_node_create() argument 483 tipc_node_find_by_id(net, peer_id); in tipc_node_create() 491 if (!tipc_link_bc_create(net, tipc_own_addr(net), addr, peer_id, U16_MAX, in tipc_node_create() 545 tipc_nodeid2string(n->peer_id_string, peer_id); in tipc_node_create() 556 memcpy(&n->peer_id, peer_i in tipc_node_create() 1170 tipc_node_check_dest(struct net *net, u32 addr, u8 *peer_id, struct tipc_bearer *b, u16 capabilities, u32 signature, u32 hash_mixes, struct tipc_media_addr *maddr, bool *respond, bool *dupl_addr) tipc_node_check_dest() argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/examples/ |
H A D | dpp-nfc.py | 98 peer_id = wpas.request("DPP_NFC_URI " + uri) 99 if "FAIL" in peer_id: 102 peer_id = int(peer_id) 103 summary("peer_id=%d for URI from NFC Tag: %s" % (peer_id, uri)) 104 cmd = "DPP_AUTH_INIT peer=%d" % peer_id 467 summary("peer_id=" + res) 468 peer_id = int(res) 489 cmd = "DPP_AUTH_INIT peer=%d own=%d" % (peer_id, own_i [all...] |