Searched refs:peer_id (Results 1 - 25 of 44) sorted by path

12

/linux-master/drivers/net/wireless/ath/ath10k/
H A Dtxrx.h16 struct ath10k_peer *ath10k_peer_find_by_id(struct ath10k *ar, int peer_id);
H A Dcore.h528 u16 peer_id; member in struct:ath10k_sta
575 u16 peer_id; member in struct:ath10k_vif
990 u16 peer_id; member in struct:ath10k_per_peer_tx_stats
H A Ddebug.h224 u16 peer_id, u8 tid,
247 u16 peer_id, u8 tid,
246 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) argument
H A Ddebugfs_sta.c49 void ath10k_sta_update_rx_tid_stats_ampdu(struct ath10k *ar, u16 peer_id, u8 tid, argument
63 peer = ath10k_peer_find_by_id(ar, peer_id);
H A Dhtt.h593 __le16 peer_id; member in struct:htt_rx_indication_hdr
792 __le16 peer_id; member in struct:htt_rx_flush
802 __le16 peer_id; member in struct:htt_rx_peer_map
810 __le16 peer_id; member in struct:htt_rx_peer_unmap
860 __le16 peer_id; member in struct:htt_security_indication
1027 __le16 peer_id; member in struct:htt_rc_update
1043 __le16 peer_id; member in struct:htt_rx_fragment_indication
1067 __le16 peer_id; member in struct:htt_rx_pn_ind
1078 __le16 peer_id; member in struct:htt_rx_offload_msdu
1106 __le16 peer_id; member in struct:htt_rx_in_ord_ind
1642 __le16 peer_id; member in struct:htt_per_peer_tx_stats_ind
1672 u8 peer_id; member in struct:ath10k_10_2_peer_tx_stats
1750 u16 peer_id; member in struct:htt_peer_map_event
1755 u16 peer_id; member in struct:htt_peer_unmap_event
[all...]
H A Dhtt_rx.c1115 u16 peer_id; local
1134 peer_id = MS(__le32_to_cpu(rxd_mpdu_start->info0),
1137 peer = ath10k_peer_find_by_id(ar, peer_id);
1879 u16 peer_id,
1888 peer = ath10k_peer_find_by_id(ar, peer_id);
1927 u16 peer_id,
2059 peer_id,
2468 u16 peer_id; local
2476 peer_id = __le16_to_cpu(rx->hdr.peer_id);
1877 ath10k_htt_rx_h_frag_pn_check(struct ath10k *ar, struct sk_buff *skb, u16 peer_id, enum htt_rx_mpdu_encrypt_type enctype) argument
1921 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) argument
2768 u16 peer_id, sc, hdr_space; local
2921 u16 peer_id; local
2956 u16 ppdu_info_offset = 0, peer_id; local
3073 u16 info0, tid, peer_id; local
3113 u16 info0, tid, peer_id; local
3265 u16 peer_id; local
3385 u16 peer_id; local
3546 u16 peer_id; local
3922 int peer_id, i; local
3978 u32 peer_id = 0, i; local
[all...]
H A Dhtt_tx.c47 u16 peer_id; local
61 peer_id = arsta->peer_id;
63 peer_id = arvif->peer_id;
67 bit = BIT(peer_id % 32);
68 idx = peer_id / 32;
73 if (unlikely(peer_id >= ar->htt.tx_q_state.num_peers) ||
75 ath10k_warn(ar, "refusing to update txq for peer_id %u tid %u due to out of bounds\n",
76 peer_id, ti
[all...]
H A Dmac.c863 int peer_id, i; local
867 for_each_set_bit(peer_id, peer->peer_ids,
869 ar->peer_map[peer_id] = NULL;
4282 u16 peer_id,
4289 peer = ar->peer_map[peer_id];
5765 arvif->peer_id = find_first_bit(peer->peer_ids,
5770 arvif->peer_id = HTT_INVALID_PEERID;
7558 arsta->peer_id = find_first_bit(peer->peer_ids,
4281 ath10k_mac_txq_lookup(struct ath10k *ar, u16 peer_id, u8 tid) argument
H A Dmac.h71 u16 peer_id,
H A Dtxrx.c169 struct ath10k_peer *ath10k_peer_find_by_id(struct ath10k *ar, int peer_id) argument
173 if (peer_id >= BITS_PER_TYPE(peer->peer_ids))
179 if (test_bit(peer_id, peer->peer_ids))
223 if (ev->peer_id >= ATH10K_MAX_NUM_PEER_IDS) {
226 ev->peer_id);
244 ev->vdev_id, ev->addr, ev->peer_id);
246 WARN_ON(ar->peer_map[ev->peer_id] && (ar->peer_map[ev->peer_id] != peer));
247 ar->peer_map[ev->peer_id] = peer;
248 set_bit(ev->peer_id, pee
[all...]
H A Dwmi-tlv.c442 u32 pause_id, action, vdev_map, peer_id, tid_map; local
460 peer_id = __le32_to_cpu(ev->peer_id);
464 "wmi tlv tx pause pause_id %u action %u vdev_map 0x%08x peer_id %u tid_map 0x%08x\n",
465 pause_id, action, vdev_map, peer_id, tid_map);
H A Dwmi-tlv.h2351 * Only peer_id is valid.
2352 * @WMI_TLV_TX_PAUSE_ID_AP_PEER_UAPSD: Only peer_id and tid_map are valid.
2355 * @WMI_TLV_TX_PAUSE_ID_STA_ADD_BA: Only peer_id and tid_map are valid.
2383 __le32 peer_id; member in struct:wmi_tlv_tx_pause_ev
/linux-master/drivers/misc/vmw_vmci/
H A Dvmci_queue_pair.c864 ev.payload.peer_id = context_id;
1454 u32 peer_id)
1460 peer_id == VMCI_INVALID_ID)
1472 ev.msg.hdr.dst = vmci_make_handle(peer_id, VMCI_EVENT_HANDLER);
1479 ev.payload.peer_id = my_id;
1485 attach ? "ATTACH" : "DETACH", peer_id);
2086 u32 peer_id; local
2118 peer_id = entry->attach_id;
2121 peer_id = entry->create_id;
2188 qp_notify_peer(false, handle, context_id, peer_id);
1451 qp_notify_peer(bool attach, struct vmci_handle handle, u32 my_id, u32 peer_id) argument
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.c1106 u16 peer_id; local
1120 peer_id = MLX5_CAP_GEN(peer_mdev, vhca_id);
1127 hpe = mlx5e_hairpin_get(priv, peer_id, match_prio);
1148 hpe->peer_vhca_id = peer_id;
1154 hash_hairpin_info(peer_id, match_prio));
/linux-master/drivers/net/wireless/ath/ath11k/
H A Dcore.h137 u16 peer_id; member in struct:ath11k_skb_rxcb
H A Ddp.h1379 u16 peer_id; member in struct:htt_ppdu_user_stats
H A Ddp_rx.c1235 u16 peer_id)
1241 if (peer_id == ppdu_stats->user_stats[i].peer_id)
1258 u16 peer_id; local
1279 peer_id = ((struct htt_ppdu_stats_user_rate *)ptr)->sw_peer_id;
1281 peer_id);
1285 user_stats->peer_id = peer_id;
1298 peer_id = ((struct htt_ppdu_stats_usr_cmpltn_cmn *)ptr)->sw_peer_id;
1300 peer_id);
1234 ath11k_get_ppdu_user_index(struct htt_ppdu_stats *ppdu_stats, u16 peer_id) argument
1693 u16 peer_id; local
3569 u32 peer_id; local
[all...]
H A Ddp_tx.c366 peer = ath11k_peer_find_by_id(ab, ts->peer_id);
369 "dp_tx: failed to find the peer with peer_id %d\n",
370 ts->peer_id);
407 ts.peer_id = FIELD_GET(HTT_TX_WBM_COMP_INFO2_SW_PEER_ID,
410 ts.peer_id = HTT_INVALID_PEER_ID;
462 peer = ath11k_peer_find_by_id(ab, ts->peer_id);
465 "failed to find the peer by id %u\n", ts->peer_id);
621 peer = ath11k_peer_find_by_id(ab, ts->peer_id);
624 "dp_tx: failed to find the peer with peer_id %d\n",
625 ts->peer_id);
[all...]
H A Ddp_tx.h17 u16 peer_id; member in struct:ath11k_dp_htt_wbm_tx_status
H A Dhal_rx.c1469 u16 peer_id; local
1471 peer_id = ath11k_hal_rx_mpduinfo_get_peerid(ab, mpdu_info);
1472 if (peer_id)
1473 ppdu_info->peer_id = peer_id;
H A Dhal_rx.h136 u16 peer_id; member in struct:hal_rx_mon_ppdu_info
H A Dhal_tx.h62 u16 peer_id; member in struct:hal_tx_status
H A Dhw.c844 u16 peer_id = 0; local
846 peer_id = FIELD_GET(HAL_RX_MPDU_INFO_INFO0_PEERID,
849 return peer_id;
855 u16 peer_id = 0; local
857 peer_id = FIELD_GET(HAL_RX_MPDU_INFO_INFO0_PEERID,
860 return peer_id;
866 u16 peer_id = 0; local
868 peer_id = FIELD_GET(HAL_RX_MPDU_INFO_INFO0_PEERID_WCN6855,
870 return peer_id;
H A Dpeer.c12 int peer_id)
19 if (peer->peer_id != peer_id)
64 int peer_id)
73 peer = rhashtable_lookup_fast(ab->rhead_peer_id, &peer_id,
96 void ath11k_peer_unmap_event(struct ath11k_base *ab, u16 peer_id) argument
102 peer = ath11k_peer_find_list_by_id(ab, peer_id);
105 peer_id);
110 peer->vdev_id, peer->addr, peer_id);
120 void ath11k_peer_map_event(struct ath11k_base *ab, u8 vdev_id, u16 peer_id, argument
11 ath11k_peer_find_list_by_id(struct ath11k_base *ab, int peer_id) argument
63 ath11k_peer_find_by_id(struct ath11k_base *ab, int peer_id) argument
[all...]
H A Dpeer.h15 int peer_id; member in struct:ath11k_peer
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);

Completed in 558 milliseconds

12