/linux-6.1.9/drivers/net/wireless/ath/ath11k/ |
D | peer.c | 28 struct ath11k_peer *ath11k_peer_find(struct ath11k_base *ab, int vdev_id, in ath11k_peer_find() 80 int vdev_id) in ath11k_peer_find_by_vdev_id() 120 void ath11k_peer_map_event(struct ath11k_base *ab, u8 vdev_id, u16 peer_id, in ath11k_peer_map_event() 148 static int ath11k_wait_for_peer_common(struct ath11k_base *ab, int vdev_id, in ath11k_wait_for_peer_common() 240 void ath11k_peer_cleanup(struct ath11k *ar, u32 vdev_id) in ath11k_peer_cleanup() 266 static int ath11k_wait_for_peer_deleted(struct ath11k *ar, int vdev_id, const u8 *addr) in ath11k_wait_for_peer_deleted() 271 int ath11k_wait_for_peer_delete_done(struct ath11k *ar, u32 vdev_id, in ath11k_wait_for_peer_delete_done() 293 static int __ath11k_peer_delete(struct ath11k *ar, u32 vdev_id, const u8 *addr) in __ath11k_peer_delete() 350 int ath11k_peer_delete(struct ath11k *ar, u32 vdev_id, u8 *addr) in ath11k_peer_delete() 365 static int ath11k_wait_for_peer_created(struct ath11k *ar, int vdev_id, const u8 *addr) in ath11k_wait_for_peer_created()
|
D | wmi.c | 638 int ath11k_wmi_mgmt_send(struct ath11k *ar, u32 vdev_id, u32 buf_id, in ath11k_wmi_mgmt_send() 765 int ath11k_wmi_vdev_delete(struct ath11k *ar, u8 vdev_id) in ath11k_wmi_vdev_delete() 792 int ath11k_wmi_vdev_stop(struct ath11k *ar, u8 vdev_id) in ath11k_wmi_vdev_stop() 820 int ath11k_wmi_vdev_down(struct ath11k *ar, u8 vdev_id) in ath11k_wmi_vdev_down() 990 int ath11k_wmi_vdev_up(struct ath11k *ar, u32 vdev_id, u32 aid, const u8 *bssid) in ath11k_wmi_vdev_up() 1072 const u8 *peer_addr, u8 vdev_id) in ath11k_wmi_send_peer_delete_cmd() 1144 u32 vdev_id, u32 param_id, u32 param_val) in ath11k_wmi_set_peer_param() 1212 int vdev_id, const u8 *addr, in ath11k_wmi_peer_rx_reorder_queue_setup() 1323 int ath11k_wmi_pdev_set_ps_mode(struct ath11k *ar, int vdev_id, in ath11k_wmi_pdev_set_ps_mode() 1488 int ath11k_wmi_set_sta_ps_param(struct ath11k *ar, u32 vdev_id, in ath11k_wmi_set_sta_ps_param() [all …]
|
D | wmi.h | 2566 u32 vdev_id; member 2583 u32 vdev_id; member 2588 u32 vdev_id; member 2598 u32 vdev_id; member 2603 u32 vdev_id; member 2620 u32 vdev_id; member 2787 u32 vdev_id; member 2809 u32 vdev_id; member 2813 u8 vdev_id; member 2818 u8 vdev_id; member [all …]
|
D | peer.h | 13 int vdev_id; member
|
D | dp.c | 22 void ath11k_dp_peer_cleanup(struct ath11k *ar, int vdev_id, const u8 *addr) in ath11k_dp_peer_cleanup() 43 int ath11k_dp_peer_setup(struct ath11k *ar, int vdev_id, const u8 *addr) in ath11k_dp_peer_setup()
|
D | wow.c | 242 static int ath11k_wmi_pno_check_and_convert(struct ath11k *ar, u32 vdev_id, in ath11k_wmi_pno_check_and_convert()
|
D | mac.c | 571 struct ath11k_vif *ath11k_mac_get_arvif(struct ath11k *ar, u32 vdev_id) in ath11k_mac_get_arvif() 593 u32 vdev_id) in ath11k_mac_get_arvif_by_vdev_id() 612 struct ath11k *ath11k_mac_get_ar_by_vdev_id(struct ath11k_base *ab, u32 vdev_id) in ath11k_mac_get_ar_by_vdev_id() 917 static int ath11k_mac_monitor_vdev_start(struct ath11k *ar, int vdev_id, in ath11k_mac_monitor_vdev_start() 1490 u32 *vdev_id = data; in ath11k_mac_handle_beacon_miss_iter() local 1512 void ath11k_mac_handle_beacon_miss(struct ath11k *ar, u32 vdev_id) in ath11k_mac_handle_beacon_miss() 6114 void ath11k_mac_11d_scan_start(struct ath11k *ar, u32 vdev_id) in ath11k_mac_11d_scan_start() 6164 u32 vdev_id; in ath11k_mac_11d_scan_stop() local
|
D | dp_rx.c | 973 const u8 *peer_mac, int vdev_id, u8 tid) in ath11k_dp_rx_tid_mem_free() 1000 int ath11k_peer_rx_tid_setup(struct ath11k *ar, const u8 *peer_mac, int vdev_id, in ath11k_peer_rx_tid_setup() 1103 int vdev_id = arsta->arvif->vdev_id; in ath11k_dp_rx_ampdu_start() local 1121 int vdev_id = arsta->arvif->vdev_id; in ath11k_dp_rx_ampdu_stop() local 1690 u8 vdev_id; in ath11k_dp_htt_htc_t2h_msg_handler() local 3111 int ath11k_peer_rx_frag_setup(struct ath11k *ar, const u8 *peer_mac, int vdev_id) in ath11k_peer_rx_frag_setup()
|
D | core.h | 305 u32 vdev_id; member 364 u32 vdev_id; member 601 int vdev_id; member 1104 u32 vdev_id; member 1123 u32 vdev_id; member
|
/linux-6.1.9/drivers/net/wireless/ath/ath10k/ |
D | wmi-ops.h | 640 ath10k_wmi_vdev_create(struct ath10k *ar, u32 vdev_id, in ath10k_wmi_vdev_create() 658 ath10k_wmi_vdev_delete(struct ath10k *ar, u32 vdev_id) in ath10k_wmi_vdev_delete() 707 ath10k_wmi_vdev_stop(struct ath10k *ar, u32 vdev_id) in ath10k_wmi_vdev_stop() 722 ath10k_wmi_vdev_up(struct ath10k *ar, u32 vdev_id, u32 aid, const u8 *bssid) in ath10k_wmi_vdev_up() 737 ath10k_wmi_vdev_down(struct ath10k *ar, u32 vdev_id) in ath10k_wmi_vdev_down() 752 ath10k_wmi_vdev_set_param(struct ath10k *ar, u32 vdev_id, u32 param_id, in ath10k_wmi_vdev_set_param() 804 ath10k_wmi_vdev_spectral_enable(struct ath10k *ar, u32 vdev_id, u32 trigger, in ath10k_wmi_vdev_spectral_enable() 823 ath10k_wmi_vdev_sta_uapsd(struct ath10k *ar, u32 vdev_id, in ath10k_wmi_vdev_sta_uapsd() 844 ath10k_wmi_vdev_wmm_conf(struct ath10k *ar, u32 vdev_id, in ath10k_wmi_vdev_wmm_conf() 859 ath10k_wmi_peer_create(struct ath10k *ar, u32 vdev_id, in ath10k_wmi_peer_create() [all …]
|
D | txrx.c | 150 struct ath10k_peer *ath10k_peer_find(struct ath10k *ar, int vdev_id, in ath10k_peer_find() 185 static int ath10k_wait_for_peer_common(struct ath10k *ar, int vdev_id, in ath10k_wait_for_peer_common() 207 int ath10k_wait_for_peer_created(struct ath10k *ar, int vdev_id, const u8 *addr) in ath10k_wait_for_peer_created() 212 int ath10k_wait_for_peer_deleted(struct ath10k *ar, int vdev_id, const u8 *addr) in ath10k_wait_for_peer_deleted()
|
D | wmi-tlv.c | 174 u32 vdev_id, tx_status; in ath10k_wmi_tlv_event_bcn_tx_status() local 407 int ret, vdev_id; in ath10k_wmi_tlv_event_p2p_noa() local 440 int ret, vdev_id; in ath10k_wmi_tlv_event_tx_pause() local 2122 u32 vdev_id, in ath10k_wmi_tlv_op_gen_vdev_create() 2149 ath10k_wmi_tlv_op_gen_vdev_delete(struct ath10k *ar, u32 vdev_id) in ath10k_wmi_tlv_op_gen_vdev_delete() 2246 ath10k_wmi_tlv_op_gen_vdev_stop(struct ath10k *ar, u32 vdev_id) in ath10k_wmi_tlv_op_gen_vdev_stop() 2267 ath10k_wmi_tlv_op_gen_vdev_up(struct ath10k *ar, u32 vdev_id, u32 aid, in ath10k_wmi_tlv_op_gen_vdev_up() 2292 ath10k_wmi_tlv_op_gen_vdev_down(struct ath10k *ar, u32 vdev_id) in ath10k_wmi_tlv_op_gen_vdev_down() 2313 ath10k_wmi_tlv_op_gen_vdev_set_param(struct ath10k *ar, u32 vdev_id, in ath10k_wmi_tlv_op_gen_vdev_set_param() 2418 ath10k_wmi_tlv_op_gen_vdev_sta_uapsd(struct ath10k *ar, u32 vdev_id, in ath10k_wmi_tlv_op_gen_vdev_sta_uapsd() [all …]
|
D | p2p.c | 117 u32 vdev_id; member 133 void ath10k_p2p_noa_update_by_vdev_id(struct ath10k *ar, u32 vdev_id, in ath10k_p2p_noa_update_by_vdev_id()
|
D | wmi.c | 1955 u32 vdev_id; in ath10k_wmi_op_gen_mgmt_tx() local 2196 u32 vdev_id; in ath10k_wmi_event_scan() local 3823 int ret, vdev_id = 0; in ath10k_wmi_event_host_swba() local 4533 u32 vdev_id; in ath10k_wmi_event_roam() local 5193 int vdev_id; in ath10k_wmi_handle_tdls_peer_event() local 7112 ath10k_wmi_op_gen_vdev_create(struct ath10k *ar, u32 vdev_id, in ath10k_wmi_op_gen_vdev_create() 7137 ath10k_wmi_op_gen_vdev_delete(struct ath10k *ar, u32 vdev_id) in ath10k_wmi_op_gen_vdev_delete() 7209 ath10k_wmi_op_gen_vdev_stop(struct ath10k *ar, u32 vdev_id) in ath10k_wmi_op_gen_vdev_stop() 7226 ath10k_wmi_op_gen_vdev_up(struct ath10k *ar, u32 vdev_id, u32 aid, in ath10k_wmi_op_gen_vdev_up() 7248 ath10k_wmi_op_gen_vdev_down(struct ath10k *ar, u32 vdev_id) in ath10k_wmi_op_gen_vdev_down() [all …]
|
D | wmi.h | 3163 __le32 vdev_id; member 3248 u32 vdev_id; member 3316 __le32 vdev_id; member 3324 u32 vdev_id; member 3378 __le32 vdev_id; member 3604 __le32 vdev_id; member 4592 __le32 vdev_id; member 4735 __le32 vdev_id; member 4739 __le32 vdev_id; member 4823 __le32 vdev_id; member [all …]
|
D | spectral.c | 183 int vdev_id; in ath10k_spectral_scan_trigger() local 215 int vdev_id, count, res = 0; in ath10k_spectral_scan_config() local
|
D | htt_tx.c | 1190 u8 vdev_id = ath10k_htt_tx_get_vdev_id(ar, msdu); in ath10k_htt_mgmt_tx() local 1282 u8 vdev_id = ath10k_htt_tx_get_vdev_id(ar, msdu); in ath10k_htt_tx_hl() local 1399 u8 vdev_id = ath10k_htt_tx_get_vdev_id(ar, msdu); in ath10k_htt_tx_32() local 1604 u8 vdev_id = ath10k_htt_tx_get_vdev_id(ar, msdu); in ath10k_htt_tx_64() local
|
D | wmi-tlv.h | 1872 __le32 vdev_id; member 1893 __le32 vdev_id; member 1900 __le32 vdev_id; member 1934 __le32 vdev_id; member 1981 __le32 vdev_id; member 2002 __le32 vdev_id; member 2035 __le32 vdev_id; member 2046 __le32 vdev_id; member 2052 __le32 vdev_id; member 2057 __le32 vdev_id; member [all …]
|
D | mac.c | 704 static void ath10k_wait_for_peer_delete_done(struct ath10k *ar, u32 vdev_id, in ath10k_wait_for_peer_delete_done() 727 u32 vdev_id, in ath10k_peer_create() 836 static int ath10k_peer_delete(struct ath10k *ar, u32 vdev_id, const u8 *addr) in ath10k_peer_delete() 894 static void ath10k_peer_cleanup(struct ath10k *ar, u32 vdev_id) in ath10k_peer_cleanup() 935 static int ath10k_mac_tdls_peer_update(struct ath10k *ar, u32 vdev_id, in ath10k_mac_tdls_peer_update() 1030 static int ath10k_monitor_vdev_start(struct ath10k *ar, int vdev_id) in ath10k_monitor_vdev_start() 2098 u32 *vdev_id = data; in ath10k_mac_handle_beacon_miss_iter() local 2120 void ath10k_mac_handle_beacon_miss(struct ath10k *ar, u32 vdev_id) in ath10k_mac_handle_beacon_miss() 3678 u32 vdev_id; member 3695 void ath10k_mac_handle_tx_pause_vdev(struct ath10k *ar, u32 vdev_id, in ath10k_mac_handle_tx_pause_vdev() [all …]
|
D | wow.c | 171 static int ath10k_wmi_pno_check(struct ath10k *ar, u32 vdev_id, in ath10k_wmi_pno_check()
|
D | core.h | 233 u32 vdev_id; member 252 u32 vdev_id; member 425 int vdev_id; member 573 u32 vdev_id; member 642 u32 vdev_id; member 1115 int vdev_id; member
|
D | htt_rx.c | 1151 ath10k_htt_rx_h_vdev_channel(struct ath10k *ar, u32 vdev_id) in ath10k_htt_rx_h_vdev_channel() 1192 u32 vdev_id) in ath10k_htt_rx_h_channel() 1266 u32 vdev_id) in ath10k_htt_rx_h_ppdu() 3272 u8 vdev_id; in ath10k_htt_rx_in_ord_ind() local
|
D | htt.h | 371 __le32 vdev_id; member 800 u8 vdev_id; member 1026 u8 vdev_id; member 1079 u8 vdev_id; member 1107 u8 vdev_id; member 1743 u8 vdev_id; member
|
D | core.c | 2777 int vdev_id; in ath10k_core_reset_rx_filter() local
|
/linux-6.1.9/drivers/platform/mellanox/ |
D | mlxbf-tmfifo.c | 82 int vdev_id; member 480 static int mlxbf_tmfifo_get_tx_avail(struct mlxbf_tmfifo *fifo, int vdev_id) in mlxbf_tmfifo_get_tx_avail() 615 int vdev_id, hdr_len; in mlxbf_tmfifo_rxtx_header() local 1054 int vdev_id, u64 features, in mlxbf_tmfifo_create_vdev() 1120 static int mlxbf_tmfifo_delete_vdev(struct mlxbf_tmfifo *fifo, int vdev_id) in mlxbf_tmfifo_delete_vdev()
|