| /linux/drivers/net/wireless/ath/ath11k/ |
| H A 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()
|
| H A D | wmi.c | 653 int ath11k_wmi_mgmt_send(struct ath11k *ar, u32 vdev_id, u32 buf_id, in ath11k_wmi_mgmt_send() 797 int ath11k_wmi_vdev_delete(struct ath11k *ar, u8 vdev_id) in ath11k_wmi_vdev_delete() 824 int ath11k_wmi_vdev_stop(struct ath11k *ar, u8 vdev_id) in ath11k_wmi_vdev_stop() 852 int ath11k_wmi_vdev_down(struct ath11k *ar, u8 vdev_id) in ath11k_wmi_vdev_down() 1025 int ath11k_wmi_vdev_up(struct ath11k *ar, u32 vdev_id, u32 aid, const u8 *bssid, in ath11k_wmi_vdev_up() 1113 const u8 *peer_addr, u8 vdev_id) in ath11k_wmi_send_peer_delete_cmd() 1185 u32 vdev_id, u32 param_id, u32 param_val) in ath11k_wmi_set_peer_param() 1253 int vdev_id, const u8 *addr, in ath11k_wmi_peer_rx_reorder_queue_setup() 1364 int ath11k_wmi_pdev_set_ps_mode(struct ath11k *ar, int vdev_id, in ath11k_wmi_pdev_set_ps_mode() 1529 int ath11k_wmi_set_sta_ps_param(struct ath11k *ar, u32 vdev_id, in ath11k_wmi_set_sta_ps_param() [all …]
|
| H A D | p2p.h | 14 u32 vdev_id; member
|
| H A D | p2p.c | 137 void ath11k_p2p_noa_update_by_vdev_id(struct ath11k *ar, u32 vdev_id, in ath11k_p2p_noa_update_by_vdev_id()
|
| H A D | peer.h | 13 int vdev_id; member
|
| H A D | wow.c | 251 static int ath11k_wmi_pno_check_and_convert(struct ath11k *ar, u32 vdev_id, in ath11k_wmi_pno_check_and_convert()
|
| /linux/drivers/net/wireless/ath/ath12k/ |
| H A D | peer.c | 12 static int ath12k_wait_for_dp_link_peer_common(struct ath12k_base *ab, int vdev_id, in ath12k_wait_for_dp_link_peer_common() 37 void ath12k_peer_cleanup(struct ath12k *ar, u32 vdev_id) in ath12k_peer_cleanup() 60 static int ath12k_wait_for_peer_deleted(struct ath12k *ar, int vdev_id, const u8 *addr) in ath12k_wait_for_peer_deleted() 65 int ath12k_wait_for_peer_delete_done(struct ath12k *ar, u32 vdev_id, in ath12k_wait_for_peer_delete_done() 87 static int ath12k_peer_delete_send(struct ath12k *ar, u32 vdev_id, const u8 *addr) in ath12k_peer_delete_send() 107 int ath12k_peer_delete(struct ath12k *ar, u32 vdev_id, u8 *addr) in ath12k_peer_delete() 130 static int ath12k_wait_for_peer_created(struct ath12k *ar, int vdev_id, const u8 *addr) in ath12k_wait_for_peer_created()
|
| H A D | dp_peer.c | 22 int vdev_id, const u8 *addr) in ath12k_dp_link_peer_find_by_vdev_and_addr() 104 bool ath12k_dp_link_peer_exist_by_vdev_id(struct ath12k_dp *dp, int vdev_id) in ath12k_dp_link_peer_exist_by_vdev_id() 158 void ath12k_dp_link_peer_map_event(struct ath12k_base *ab, u8 vdev_id, u16 peer_id, in ath12k_dp_link_peer_map_event() 530 u8 vdev_id, struct ieee80211_sta *sta, u8 *addr, in ath12k_dp_link_peer_assign() 613 u8 vdev_id, u8 *addr, u32 hw_link_id) in ath12k_dp_link_peer_unassign()
|
| H A D | wmi.c | 729 u32 vdev_id = arvif->vdev_id; in ath12k_wmi_mgmt_send() local 808 u32 vdev_id, u32 pdev_id) in ath12k_wmi_send_stats_request_cmd() 938 int ath12k_wmi_vdev_delete(struct ath12k *ar, u8 vdev_id) in ath12k_wmi_vdev_delete() 965 int ath12k_wmi_vdev_stop(struct ath12k *ar, u8 vdev_id) in ath12k_wmi_vdev_stop() 993 int ath12k_wmi_vdev_down(struct ath12k *ar, u8 vdev_id) in ath12k_wmi_vdev_down() 1320 const u8 *peer_addr, u8 vdev_id) in ath12k_wmi_send_peer_delete_cmd() 1391 u32 vdev_id, u32 param_id, u32 param_val) in ath12k_wmi_set_peer_param() 1426 u8 vdev_id) in ath12k_wmi_send_peer_flush_tids_cmd() 1460 int vdev_id, const u8 *addr, in ath12k_wmi_peer_rx_reorder_queue_setup() 1569 int ath12k_wmi_pdev_set_ps_mode(struct ath12k *ar, int vdev_id, u32 enable) in ath12k_wmi_pdev_set_ps_mode() [all …]
|
| H A D | p2p.c | 134 void ath12k_p2p_noa_update_by_vdev_id(struct ath12k *ar, u32 vdev_id, in ath12k_p2p_noa_update_by_vdev_id()
|
| H A D | wow.c | 267 ath12k_wow_pno_check_and_convert(struct ath12k *ar, u32 vdev_id, in ath12k_wow_pno_check_and_convert() 502 static int ath12k_wow_vdev_clean_nlo(struct ath12k *ar, u32 vdev_id) in ath12k_wow_vdev_clean_nlo()
|
| H A D | dp_rx.c | 586 int ath12k_dp_rx_peer_tid_setup(struct ath12k *ar, const u8 *peer_mac, int vdev_id, in ath12k_dp_rx_peer_tid_setup() 709 int vdev_id; in ath12k_dp_rx_ampdu_start() local 739 int vdev_id; in ath12k_dp_rx_ampdu_stop() local 1433 int ath12k_dp_rx_peer_frag_setup(struct ath12k *ar, const u8 *peer_mac, int vdev_id) in ath12k_dp_rx_peer_frag_setup()
|
| H A D | dp.c | 21 void ath12k_dp_peer_cleanup(struct ath12k *ar, int vdev_id, const u8 *addr) in ath12k_dp_peer_cleanup() 49 int ath12k_dp_peer_setup(struct ath12k *ar, int vdev_id, const u8 *addr) in ath12k_dp_peer_setup()
|
| /linux/drivers/net/wireless/ath/ath10k/ |
| H A D | wmi-ops.h | 643 ath10k_wmi_vdev_create(struct ath10k *ar, u32 vdev_id, in ath10k_wmi_vdev_create() 661 ath10k_wmi_vdev_delete(struct ath10k *ar, u32 vdev_id) in ath10k_wmi_vdev_delete() 710 ath10k_wmi_vdev_stop(struct ath10k *ar, u32 vdev_id) in ath10k_wmi_vdev_stop() 725 ath10k_wmi_vdev_up(struct ath10k *ar, u32 vdev_id, u32 aid, const u8 *bssid) in ath10k_wmi_vdev_up() 740 ath10k_wmi_vdev_down(struct ath10k *ar, u32 vdev_id) in ath10k_wmi_vdev_down() 755 ath10k_wmi_vdev_set_param(struct ath10k *ar, u32 vdev_id, u32 param_id, in ath10k_wmi_vdev_set_param() 807 ath10k_wmi_vdev_spectral_enable(struct ath10k *ar, u32 vdev_id, u32 trigger, in ath10k_wmi_vdev_spectral_enable() 826 ath10k_wmi_vdev_sta_uapsd(struct ath10k *ar, u32 vdev_id, in ath10k_wmi_vdev_sta_uapsd() 847 ath10k_wmi_vdev_wmm_conf(struct ath10k *ar, u32 vdev_id, in ath10k_wmi_vdev_wmm_conf() 862 ath10k_wmi_peer_create(struct ath10k *ar, u32 vdev_id, in ath10k_wmi_peer_create() [all …]
|
| H A 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()
|
| H A D | wmi-tlv.c | 175 u32 vdev_id, tx_status; in ath10k_wmi_tlv_event_bcn_tx_status() local 408 int ret, vdev_id; in ath10k_wmi_tlv_event_p2p_noa() local 441 int ret, vdev_id; in ath10k_wmi_tlv_event_tx_pause() local 2134 u32 vdev_id, in ath10k_wmi_tlv_op_gen_vdev_create() 2161 ath10k_wmi_tlv_op_gen_vdev_delete(struct ath10k *ar, u32 vdev_id) in ath10k_wmi_tlv_op_gen_vdev_delete() 2258 ath10k_wmi_tlv_op_gen_vdev_stop(struct ath10k *ar, u32 vdev_id) in ath10k_wmi_tlv_op_gen_vdev_stop() 2279 ath10k_wmi_tlv_op_gen_vdev_up(struct ath10k *ar, u32 vdev_id, u32 aid, in ath10k_wmi_tlv_op_gen_vdev_up() 2304 ath10k_wmi_tlv_op_gen_vdev_down(struct ath10k *ar, u32 vdev_id) in ath10k_wmi_tlv_op_gen_vdev_down() 2325 ath10k_wmi_tlv_op_gen_vdev_set_param(struct ath10k *ar, u32 vdev_id, in ath10k_wmi_tlv_op_gen_vdev_set_param() 2430 ath10k_wmi_tlv_op_gen_vdev_sta_uapsd(struct ath10k *ar, u32 vdev_id, in ath10k_wmi_tlv_op_gen_vdev_sta_uapsd() [all …]
|
| H A 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()
|
| H A D | wmi.c | 1983 u32 vdev_id; in ath10k_wmi_op_gen_mgmt_tx() local 2224 u32 vdev_id; in ath10k_wmi_event_scan() local 3852 int ret, vdev_id = 0; in ath10k_wmi_event_host_swba() local 4562 u32 vdev_id; in ath10k_wmi_event_roam() local 5222 int vdev_id; in ath10k_wmi_handle_tdls_peer_event() local 7141 ath10k_wmi_op_gen_vdev_create(struct ath10k *ar, u32 vdev_id, in ath10k_wmi_op_gen_vdev_create() 7166 ath10k_wmi_op_gen_vdev_delete(struct ath10k *ar, u32 vdev_id) in ath10k_wmi_op_gen_vdev_delete() 7238 ath10k_wmi_op_gen_vdev_stop(struct ath10k *ar, u32 vdev_id) in ath10k_wmi_op_gen_vdev_stop() 7255 ath10k_wmi_op_gen_vdev_up(struct ath10k *ar, u32 vdev_id, u32 aid, in ath10k_wmi_op_gen_vdev_up() 7277 ath10k_wmi_op_gen_vdev_down(struct ath10k *ar, u32 vdev_id) in ath10k_wmi_op_gen_vdev_down() [all …]
|
| H A 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
|
| H A D | htt_tx.c | 1188 u8 vdev_id = ath10k_htt_tx_get_vdev_id(ar, msdu); in ath10k_htt_mgmt_tx() local 1280 u8 vdev_id = ath10k_htt_tx_get_vdev_id(ar, msdu); in ath10k_htt_tx_hl() local 1397 u8 vdev_id = ath10k_htt_tx_get_vdev_id(ar, msdu); in ath10k_htt_tx_32() local 1602 u8 vdev_id = ath10k_htt_tx_get_vdev_id(ar, msdu); in ath10k_htt_tx_64() local
|
| H A D | wmi-tlv.h | 1873 __le32 vdev_id; member 1894 __le32 vdev_id; member 1901 __le32 vdev_id; member 1935 __le32 vdev_id; member 1982 __le32 vdev_id; member 2003 __le32 vdev_id; member 2036 __le32 vdev_id; member 2047 __le32 vdev_id; member 2053 __le32 vdev_id; member 2058 __le32 vdev_id; member [all …]
|
| H A D | mac.c | 715 static void ath10k_wait_for_peer_delete_done(struct ath10k *ar, u32 vdev_id, in ath10k_wait_for_peer_delete_done() 738 u32 vdev_id, in ath10k_peer_create() 840 static int ath10k_peer_delete(struct ath10k *ar, u32 vdev_id, const u8 *addr) in ath10k_peer_delete() 898 static void ath10k_peer_cleanup(struct ath10k *ar, u32 vdev_id) in ath10k_peer_cleanup() 939 static int ath10k_mac_tdls_peer_update(struct ath10k *ar, u32 vdev_id, in ath10k_mac_tdls_peer_update() 1054 static int ath10k_monitor_vdev_start(struct ath10k *ar, int vdev_id) in ath10k_monitor_vdev_start() 2122 u32 *vdev_id = data; in ath10k_mac_handle_beacon_miss_iter() local 2144 void ath10k_mac_handle_beacon_miss(struct ath10k *ar, u32 vdev_id) in ath10k_mac_handle_beacon_miss() 3702 u32 vdev_id; member 3719 void ath10k_mac_handle_tx_pause_vdev(struct ath10k *ar, u32 vdev_id, in ath10k_mac_handle_tx_pause_vdev() [all …]
|
| H A D | wow.c | 172 static int ath10k_wmi_pno_check(struct ath10k *ar, u32 vdev_id, in ath10k_wmi_pno_check()
|
| /linux/drivers/iommu/iommufd/ |
| H A D | driver.c | 94 unsigned long vdev_id) in iommufd_viommu_find_dev() 107 struct device *dev, unsigned long *vdev_id) in iommufd_viommu_get_vdev_id()
|
| /linux/drivers/platform/mellanox/ |
| H A D | mlxbf-tmfifo.c | 93 int vdev_id; member 520 static int mlxbf_tmfifo_get_tx_avail(struct mlxbf_tmfifo *fifo, int vdev_id) in mlxbf_tmfifo_get_tx_avail() 662 int vdev_id, hdr_len; in mlxbf_tmfifo_rxtx_header() local 1191 int vdev_id, u64 features, in mlxbf_tmfifo_create_vdev() 1257 static int mlxbf_tmfifo_delete_vdev(struct mlxbf_tmfifo *fifo, int vdev_id) in mlxbf_tmfifo_delete_vdev()
|