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

12

/linux-master/drivers/net/wireless/ath/ath10k/
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 Dtxrx.h16 struct ath10k_peer *ath10k_peer_find_by_id(struct ath10k *ar, int peer_id);
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 Dmac.h71 u16 peer_id,
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 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_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...]
/linux-master/drivers/net/wireless/ath/ath12k/
H A Dpeer.h27 int peer_id; member in struct:ath12k_peer
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 Dpeer.c67 int peer_id)
74 if (peer_id == peer->peer_id)
110 void ath12k_peer_unmap_event(struct ath12k_base *ab, u16 peer_id) argument
116 peer = ath12k_peer_find_by_id(ab, peer_id);
119 peer_id);
124 peer->vdev_id, peer->addr, peer_id);
134 void ath12k_peer_map_event(struct ath12k_base *ab, u8 vdev_id, u16 peer_id, argument
147 peer->peer_id = peer_id;
66 ath12k_peer_find_by_id(struct ath12k_base *ab, int peer_id) argument
[all...]
H A Ddp_rx.c739 static void ath12k_peer_rx_tid_qref_setup(struct ath12k_base *ab, u16 peer_id, u16 tid, argument
752 (peer_id * (IEEE80211_NUM_TIDS + 1) + tid);
761 static void ath12k_peer_rx_tid_qref_reset(struct ath12k_base *ab, u16 peer_id, u16 tid) argument
773 (peer_id * (IEEE80211_NUM_TIDS + 1) + tid);
806 ath12k_peer_rx_tid_qref_reset(ar->ab, peer->peer_id, tid);
950 if (peer->peer_id > DP_MAX_PEER_ID || tid > IEEE80211_NUM_TIDS) {
952 peer->peer_id, tid);
1025 ath12k_peer_rx_tid_qref_setup(ab, peer->peer_id, tid, paddr);
1169 u16 peer_id)
1175 if (peer_id
1168 ath12k_get_ppdu_user_index(struct htt_ppdu_stats *ppdu_stats, u16 peer_id) argument
1195 u16 peer_id; local
1535 u32 peer_id = 0; local
1677 u16 peer_id; local
3188 u32 peer_id; local
[all...]
H A Dhal_tx.h65 u16 peer_id; member in struct:hal_tx_status
H A Ddp_mon.c774 u16 peer_id; local
777 peer_id = u32_get_bits(info[1], HAL_RX_MPDU_START_INFO1_PEERID);
778 if (peer_id)
779 ppdu_info->peer_id = peer_id;
2083 ppdu_info->peer_id = HAL_INVALID_PEERID;
2142 peer = ath12k_peer_find_by_id(ab, ppdu_info->peer_id);
2146 "failed to find the peer with peer_id %d\n",
2147 ppdu_info->peer_id);
2535 if (ppdu_info->peer_id
[all...]
/linux-master/drivers/net/wireless/ath/ath11k/
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);
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 Ddp_tx.h17 u16 peer_id; member in struct:ath11k_dp_htt_wbm_tx_status
H A Dhal_tx.h62 u16 peer_id; member in struct:hal_tx_status
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 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;
/linux-master/net/tipc/
H A Ddiscover.c146 u8 *peer_id,
180 sugg_addr = tipc_node_try_addr(net, peer_id, src);
203 u8 peer_id[NODE_ID_LEN] = {0,}; local
221 memcpy(peer_id, msg_node_id(hdr), NODE_ID_LEN);
223 sprintf(peer_id, "%x", src);
237 src, sugg, peer_id, mtyp))
250 tipc_node_check_dest(net, src, peer_id, b, caps, signature, pnet_hash,
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) argument
H A Dlink.h77 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 Dnode.h83 struct tipc_node *tipc_node_create(struct net *net, u32 addr, u8 *peer_id,
H A Dnode.c103 * @peer_id: 128-bit ID of peer
135 u8 peer_id[16]; member in struct:tipc_node
246 memcpy(id, &n->peer_id, TIPC_NODEID_LEN);
361 if (!memcmp(id, n->peer_id, 16) &&
457 if (memcmp(n->peer_id, tn_peer->node_id, NODE_ID_LEN))
468 struct tipc_node *tipc_node_create(struct net *net, u32 addr, u8 *peer_id, argument
481 tipc_node_find_by_id(net, peer_id);
489 if (!tipc_link_bc_create(net, tipc_own_addr(net), addr, peer_id, U16_MAX,
543 tipc_nodeid2string(n->peer_id_string, peer_id);
554 memcpy(&n->peer_id, peer_i
1168 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) argument
[all...]
/linux-master/include/linux/
H A Dvmw_vmci_defs.h550 u32 peer_id; /* Context id of attaching/detaching VM. */ member in struct:vmci_event_payload_qp
695 u32 peer_id; /* Context id of attaching/detaching VM. */ member in struct:vmci_event_payld_qp
/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...]

Completed in 403 milliseconds

12