/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/ |
H A D | debug.h | 224 u16 peer_id, u8 tid, 247 u16 peer_id, u8 tid, in ath10k_sta_update_rx_tid_stats_ampdu() 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) ath10k_sta_update_rx_tid_stats_ampdu() argument
|
H A D | htt_tx.c | 47 u16 peer_id; in __ath10k_htt_tx_txq_recalc() local 61 peer_id = arsta->peer_id; in __ath10k_htt_tx_txq_recalc() 63 peer_id = arvif->peer_id; in __ath10k_htt_tx_txq_recalc() 67 bit = BIT(peer_id % 32); in __ath10k_htt_tx_txq_recalc() 68 idx = peer_id / 32; in __ath10k_htt_tx_txq_recalc() 73 if (unlikely(peer_id >= ar->htt.tx_q_state.num_peers) || in __ath10k_htt_tx_txq_recalc() 75 ath10k_warn(ar, "refusing to update txq for peer_id %u tid %u due to out of bounds\n", in __ath10k_htt_tx_txq_recalc() 76 peer_id, ti in __ath10k_htt_tx_txq_recalc() [all...] |
H A D | mac.h | 71 u16 peer_id,
|
H A D | core.h | 527 u16 peer_id; member 574 u16 peer_id; member 989 u16 peer_id; member
|
/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...] |
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/ |
H A D | hal_tx.h | 58 u16 peer_id; member
|
H A D | core.h | 869 void ath11k_peer_unmap_event(struct ath11k_base *ab, u16 peer_id); 870 void ath11k_peer_map_event(struct ath11k_base *ab, u8 vdev_id, u16 peer_id, 876 struct ath11k_peer *ath11k_peer_find_by_id(struct ath11k_base *ab, int peer_id);
|
H A D | hal_rx.c | 1133 u16 peer_id; in ath11k_hal_rx_parse_mon_status_tlv() local 1135 peer_id = FIELD_GET(HAL_RX_MPDU_INFO_INFO0_PEERID, in ath11k_hal_rx_parse_mon_status_tlv() 1137 if (peer_id) in ath11k_hal_rx_parse_mon_status_tlv() 1138 ppdu_info->peer_id = peer_id; in ath11k_hal_rx_parse_mon_status_tlv()
|
H A D | hal_rx.h | 91 u16 peer_id; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/ |
H A D | hal_tx.h | 62 u16 peer_id; member
|
H A D | dp_rx.c | 1234 u16 peer_id) in ath11k_get_ppdu_user_index() 1240 if (peer_id == ppdu_stats->user_stats[i].peer_id) in ath11k_get_ppdu_user_index() 1257 u16 peer_id; in ath11k_htt_tlv_ppdu_stats_parse() local 1278 peer_id = ((struct htt_ppdu_stats_user_rate *)ptr)->sw_peer_id; in ath11k_htt_tlv_ppdu_stats_parse() 1280 peer_id); in ath11k_htt_tlv_ppdu_stats_parse() 1284 user_stats->peer_id = peer_id; in ath11k_htt_tlv_ppdu_stats_parse() 1297 peer_id = ((struct htt_ppdu_stats_usr_cmpltn_cmn *)ptr)->sw_peer_id; in ath11k_htt_tlv_ppdu_stats_parse() 1299 peer_id); in ath11k_htt_tlv_ppdu_stats_parse() 1233 ath11k_get_ppdu_user_index(struct htt_ppdu_stats *ppdu_stats, u16 peer_id) ath11k_get_ppdu_user_index() argument 1695 u16 peer_id; ath11k_dp_htt_htc_t2h_msg_handler() local 3571 u32 peer_id; ath11k_dp_rx_frag_h_mpdu() local [all...] |
H A D | hw.c | 844 u16 peer_id = 0; in ath11k_hw_ipq8074_mpdu_info_get_peerid() local 846 peer_id = FIELD_GET(HAL_RX_MPDU_INFO_INFO0_PEERID, in ath11k_hw_ipq8074_mpdu_info_get_peerid() 849 return peer_id; in ath11k_hw_ipq8074_mpdu_info_get_peerid() 855 u16 peer_id = 0; in ath11k_hw_qcn9074_mpdu_info_get_peerid() local 857 peer_id = FIELD_GET(HAL_RX_MPDU_INFO_INFO0_PEERID, in ath11k_hw_qcn9074_mpdu_info_get_peerid() 860 return peer_id; in ath11k_hw_qcn9074_mpdu_info_get_peerid() 866 u16 peer_id = 0; in ath11k_hw_wcn6855_mpdu_info_get_peerid() local 868 peer_id = FIELD_GET(HAL_RX_MPDU_INFO_INFO0_PEERID_WCN6855, in ath11k_hw_wcn6855_mpdu_info_get_peerid() 870 return peer_id; in ath11k_hw_wcn6855_mpdu_info_get_peerid()
|
H A D | hal_rx.c | 1470 u16 peer_id; in ath11k_hal_rx_parse_mon_status_tlv() local 1472 peer_id = ath11k_hal_rx_mpduinfo_get_peerid(ab, mpdu_info); in ath11k_hal_rx_parse_mon_status_tlv() 1473 if (peer_id) in ath11k_hal_rx_parse_mon_status_tlv() 1474 ppdu_info->peer_id = peer_id; in ath11k_hal_rx_parse_mon_status_tlv()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/ |
H A D | htt_tx.c | 47 u16 peer_id; in __ath10k_htt_tx_txq_recalc() local 61 peer_id = arsta->peer_id; in __ath10k_htt_tx_txq_recalc() 63 peer_id = arvif->peer_id; in __ath10k_htt_tx_txq_recalc() 67 bit = BIT(peer_id % 32); in __ath10k_htt_tx_txq_recalc() 68 idx = peer_id / 32; in __ath10k_htt_tx_txq_recalc() 73 if (unlikely(peer_id >= ar->htt.tx_q_state.num_peers) || in __ath10k_htt_tx_txq_recalc() 75 ath10k_warn(ar, "refusing to update txq for peer_id %hu tid %hhu due to out of bounds\n", in __ath10k_htt_tx_txq_recalc() 76 peer_id, ti in __ath10k_htt_tx_txq_recalc() [all...] |
H A D | mac.h | 71 u16 peer_id,
|
H A D | core.h | 525 u16 peer_id; member 572 u16 peer_id; member 972 u16 peer_id; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/ |
H A D | dp_mon.c | 776 u16 peer_id; in ath12k_dp_mon_rx_parse_status_tlv() local 779 peer_id = u32_get_bits(info[1], HAL_RX_MPDU_START_INFO1_PEERID); in ath12k_dp_mon_rx_parse_status_tlv() 780 if (peer_id) in ath12k_dp_mon_rx_parse_status_tlv() 781 ppdu_info->peer_id = peer_id; in ath12k_dp_mon_rx_parse_status_tlv() 2083 ppdu_info->peer_id = HAL_INVALID_PEERID; in ath12k_dp_mon_srng_process() 2142 peer = ath12k_peer_find_by_id(ab, ppdu_info->peer_id); in ath12k_dp_mon_srng_process() 2146 "failed to find the peer with peer_id %d\n", in ath12k_dp_mon_srng_process() 2147 ppdu_info->peer_id); in ath12k_dp_mon_srng_process() 2535 if (ppdu_info->peer_id in ath12k_dp_mon_rx_process_stats() [all...] |
H A D | hal_tx.h | 65 u16 peer_id; member
|
/kernel/linux/linux-5.10/drivers/misc/vmw_vmci/ |
H A D | vmci_queue_pair.c | 862 ev.payload.peer_id = context_id; in qp_notify_peer_local() 1452 u32 peer_id) in qp_notify_peer() 1458 peer_id == VMCI_INVALID_ID) in qp_notify_peer() 1470 ev.msg.hdr.dst = vmci_make_handle(peer_id, VMCI_EVENT_HANDLER); in qp_notify_peer() 1477 ev.payload.peer_id = my_id; in qp_notify_peer() 1483 attach ? "ATTACH" : "DETACH", peer_id); in qp_notify_peer() 2081 u32 peer_id; in vmci_qp_broker_detach() local 2113 peer_id = entry->attach_id; in vmci_qp_broker_detach() 2116 peer_id = entry->create_id; in vmci_qp_broker_detach() 2183 qp_notify_peer(false, handle, context_id, peer_id); in vmci_qp_broker_detach() 1449 qp_notify_peer(bool attach, struct vmci_handle handle, u32 my_id, u32 peer_id) qp_notify_peer() argument [all...] |
/kernel/linux/linux-6.6/drivers/misc/vmw_vmci/ |
H A D | vmci_queue_pair.c | 864 ev.payload.peer_id = context_id; in qp_notify_peer_local() 1454 u32 peer_id) in qp_notify_peer() 1460 peer_id == VMCI_INVALID_ID) in qp_notify_peer() 1472 ev.msg.hdr.dst = vmci_make_handle(peer_id, VMCI_EVENT_HANDLER); in qp_notify_peer() 1479 ev.payload.peer_id = my_id; in qp_notify_peer() 1485 attach ? "ATTACH" : "DETACH", peer_id); in qp_notify_peer() 2086 u32 peer_id; in vmci_qp_broker_detach() local 2118 peer_id = entry->attach_id; in vmci_qp_broker_detach() 2121 peer_id = entry->create_id; in vmci_qp_broker_detach() 2188 qp_notify_peer(false, handle, context_id, peer_id); in vmci_qp_broker_detach() 1451 qp_notify_peer(bool attach, struct vmci_handle handle, u32 my_id, u32 peer_id) qp_notify_peer() argument [all...] |
/kernel/linux/linux-5.10/net/tipc/ |
H A D | node.h | 83 struct tipc_node *tipc_node_create(struct net *net, u32 addr, u8 *peer_id,
|
/kernel/linux/linux-6.6/net/tipc/ |
H A D | node.h | 83 struct tipc_node *tipc_node_create(struct net *net, u32 addr, u8 *peer_id,
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | vmw_vmci_defs.h | 488 u32 peer_id; /* Context id of attaching/detaching VM. */ member 633 u32 peer_id; /* Context id of attaching/detaching VM. */ member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | vmw_vmci_defs.h | 550 u32 peer_id; /* Context id of attaching/detaching VM. */ member 695 u32 peer_id; /* Context id of attaching/detaching VM. */ member
|
/third_party/mbedtls/include/psa/ |
H A D | crypto_extra.h | 1132 * \param[out] peer_id Peer id. 1133 * \param peer_id_size Size of \p peer_id in bytes. 1141 * The size of the \p peer_id is too small. 1145 uint8_t *peer_id, size_t peer_id_size, size_t *peer_id_length); 1341 * \param[in] peer_id The peer's ID to authenticate. 1342 * \param peer_id_len Size of the \p peer_id buffer in bytes. 1347 * \p peer_id is not valid for the \p operation's algorithm and cipher 1362 const uint8_t *peer_id,
|