Searched defs:vdev_id (Results 1 - 25 of 47) sorted by relevance

12

/freebsd-current/sys/contrib/dev/athk/ath10k/
H A Dp2p.c117 u32 vdev_id; member in struct:ath10k_p2p_noa_arg
133 void ath10k_p2p_noa_update_by_vdev_id(struct ath10k *ar, u32 vdev_id, argument
H A Dtxrx.c150 struct ath10k_peer *ath10k_peer_find(struct ath10k *ar, int vdev_id, argument
185 static int ath10k_wait_for_peer_common(struct ath10k *ar, int vdev_id, argument
207 int ath10k_wait_for_peer_created(struct ath10k *ar, int vdev_id, const u8 *addr) argument
212 int ath10k_wait_for_peer_deleted(struct ath10k *ar, int vdev_id, const u8 *addr) argument
[all...]
H A Dwow.c171 static int ath10k_wmi_pno_check(struct ath10k *ar, u32 vdev_id, argument
[all...]
H A Dspectral.c183 int vdev_id; local
215 int vdev_id, count, res = 0; local
[all...]
H A Dcore.c2848 int vdev_id; local
H A Dhtt_tx.c1190 u8 vdev_id = ath10k_htt_tx_get_vdev_id(ar, msdu); local
1282 u8 vdev_id = ath10k_htt_tx_get_vdev_id(ar, msdu); local
1399 u8 vdev_id = ath10k_htt_tx_get_vdev_id(ar, msdu); local
1604 u8 vdev_id = ath10k_htt_tx_get_vdev_id(ar, msdu); local
[all...]
H A Dwmi-ops.h640 ath10k_wmi_vdev_create(struct ath10k *ar, u32 vdev_id, enum wmi_vdev_type type, enum wmi_vdev_subtype subtype, const u8 macaddr[ETH_ALEN]) argument
658 ath10k_wmi_vdev_delete(struct ath10k *ar, u32 vdev_id) argument
707 ath10k_wmi_vdev_stop(struct ath10k *ar, u32 vdev_id) argument
722 ath10k_wmi_vdev_up(struct ath10k *ar, u32 vdev_id, u32 aid, const u8 *bssid) argument
737 ath10k_wmi_vdev_down(struct ath10k *ar, u32 vdev_id) argument
752 ath10k_wmi_vdev_set_param(struct ath10k *ar, u32 vdev_id, u32 param_id, u32 param_value) argument
804 ath10k_wmi_vdev_spectral_enable(struct ath10k *ar, u32 vdev_id, u32 trigger, u32 enable) argument
823 ath10k_wmi_vdev_sta_uapsd(struct ath10k *ar, u32 vdev_id, const u8 peer_addr[ETH_ALEN], const struct wmi_sta_uapsd_auto_trig_arg *args, u32 num_ac) argument
844 ath10k_wmi_vdev_wmm_conf(struct ath10k *ar, u32 vdev_id, const struct wmi_wmm_params_all_arg *arg) argument
859 ath10k_wmi_peer_create(struct ath10k *ar, u32 vdev_id, const u8 peer_addr[ETH_ALEN], enum wmi_peer_type peer_type) argument
876 ath10k_wmi_peer_delete(struct ath10k *ar, u32 vdev_id, const u8 peer_addr[ETH_ALEN]) argument
892 ath10k_wmi_peer_flush(struct ath10k *ar, u32 vdev_id, const u8 peer_addr[ETH_ALEN], u32 tid_bitmap) argument
908 ath10k_wmi_peer_set_param(struct ath10k *ar, u32 vdev_id, const u8 *peer_addr, enum wmi_peer_param param_id, u32 param_value) argument
925 ath10k_wmi_set_psmode(struct ath10k *ar, u32 vdev_id, enum wmi_sta_ps_mode psmode) argument
942 ath10k_wmi_set_sta_ps_param(struct ath10k *ar, u32 vdev_id, enum wmi_sta_powersave_param param_id, u32 value) argument
959 ath10k_wmi_set_ap_ps_param(struct ath10k *ar, u32 vdev_id, const u8 *mac, enum wmi_ap_ps_peer_param param_id, u32 value) argument
1028 ath10k_wmi_beacon_send_ref_nowait(struct ath10k *ar, u32 vdev_id, const void *bcn, size_t bcn_len, u32 bcn_paddr, bool dtim_zero, bool deliver_cab) argument
1087 ath10k_wmi_request_peer_stats_info(struct ath10k *ar, u32 vdev_id, enum wmi_peer_stats_info_request_type type, u8 *addr, u32 reset) argument
1206 ath10k_wmi_addba_clear_resp(struct ath10k *ar, u32 vdev_id, const u8 *mac) argument
1222 ath10k_wmi_addba_send(struct ath10k *ar, u32 vdev_id, const u8 *mac, u32 tid, u32 buf_size) argument
1239 ath10k_wmi_addba_set_resp(struct ath10k *ar, u32 vdev_id, const u8 *mac, u32 tid, u32 status) argument
1256 ath10k_wmi_delba_send(struct ath10k *ar, u32 vdev_id, const u8 *mac, u32 tid, u32 initiator, u32 reason) argument
1274 ath10k_wmi_bcn_tmpl(struct ath10k *ar, u32 vdev_id, u32 tim_ie_offset, struct sk_buff *bcn, u32 prb_caps, u32 prb_erp, void *prb_ies, size_t prb_ies_len) argument
1293 ath10k_wmi_prb_tmpl(struct ath10k *ar, u32 vdev_id, struct sk_buff *prb) argument
1308 ath10k_wmi_p2p_go_bcn_ie(struct ath10k *ar, u32 vdev_id, const u8 *p2p_ie) argument
1358 ath10k_wmi_wow_add_wakeup_event(struct ath10k *ar, u32 vdev_id, enum wmi_wow_wakeup_event event, u32 enable) argument
1394 ath10k_wmi_wow_add_pattern(struct ath10k *ar, u32 vdev_id, u32 pattern_id, const u8 *pattern, const u8 *mask, int pattern_len, int pattern_offset) argument
1415 ath10k_wmi_wow_del_pattern(struct ath10k *ar, u32 vdev_id, u32 pattern_id) argument
1432 ath10k_wmi_wow_config_pno(struct ath10k *ar, u32 vdev_id, struct wmi_pno_scan_req *pno_scan) argument
1450 ath10k_wmi_update_fw_tdls_state(struct ath10k *ar, u32 vdev_id, enum wmi_tdls_state state) argument
[all...]
H A Dwmi-tlv.c186 u32 vdev_id, tx_status; local
427 int ret, vdev_id; local
460 int ret, vdev_id; local
2230 ath10k_wmi_tlv_op_gen_vdev_create(struct ath10k *ar, u32 vdev_id, enum wmi_vdev_type vdev_type, enum wmi_vdev_subtype vdev_subtype, const u8 mac_addr[ETH_ALEN]) argument
2258 ath10k_wmi_tlv_op_gen_vdev_delete(struct ath10k *ar, u32 vdev_id) argument
2374 ath10k_wmi_tlv_op_gen_vdev_stop(struct ath10k *ar, u32 vdev_id) argument
2395 ath10k_wmi_tlv_op_gen_vdev_up(struct ath10k *ar, u32 vdev_id, u32 aid, const u8 *bssid) argument
2420 ath10k_wmi_tlv_op_gen_vdev_down(struct ath10k *ar, u32 vdev_id) argument
2441 ath10k_wmi_tlv_op_gen_vdev_set_param(struct ath10k *ar, u32 vdev_id, u32 param_id, u32 param_value) argument
2565 ath10k_wmi_tlv_op_gen_vdev_sta_uapsd(struct ath10k *ar, u32 vdev_id, const u8 peer_addr[ETH_ALEN], const struct wmi_sta_uapsd_auto_trig_arg *args, u32 num_ac) argument
2644 ath10k_wmi_tlv_op_gen_vdev_wmm_conf(struct ath10k *ar, u32 vdev_id, const struct wmi_wmm_params_all_arg *arg) argument
2732 ath10k_wmi_tlv_op_gen_peer_create(struct ath10k *ar, u32 vdev_id, const u8 peer_addr[ETH_ALEN], enum wmi_peer_type peer_type) argument
2757 ath10k_wmi_tlv_op_gen_peer_delete(struct ath10k *ar, u32 vdev_id, const u8 peer_addr[ETH_ALEN]) argument
2780 ath10k_wmi_tlv_op_gen_peer_flush(struct ath10k *ar, u32 vdev_id, const u8 peer_addr[ETH_ALEN], u32 tid_bitmap) argument
2804 ath10k_wmi_tlv_op_gen_peer_set_param(struct ath10k *ar, u32 vdev_id, const u8 *peer_addr, enum wmi_peer_param param_id, u32 param_value) argument
2946 ath10k_wmi_tlv_op_gen_set_psmode(struct ath10k *ar, u32 vdev_id, enum wmi_sta_ps_mode psmode) argument
2969 ath10k_wmi_tlv_op_gen_set_sta_ps(struct ath10k *ar, u32 vdev_id, enum wmi_sta_powersave_param param_id, u32 param_value) argument
2994 ath10k_wmi_tlv_op_gen_set_ap_ps(struct ath10k *ar, u32 vdev_id, const u8 *mac, enum wmi_ap_ps_peer_param param_id, u32 value) argument
3119 ath10k_wmi_tlv_op_gen_beacon_dma(struct ath10k *ar, u32 vdev_id, const void *bcn, size_t bcn_len, u32 bcn_paddr, bool dtim_zero, bool deliver_cab) argument
3236 ath10k_wmi_tlv_op_gen_request_peer_stats_info(struct ath10k *ar, u32 vdev_id, enum wmi_peer_stats_info_request_type type, u8 *addr, u32 reset) argument
3313 u32 vdev_id; local
3584 ath10k_wmi_tlv_op_gen_bcn_tmpl(struct ath10k *ar, u32 vdev_id, u32 tim_ie_offset, struct sk_buff *bcn, u32 prb_caps, u32 prb_erp, void *prb_ies, size_t prb_ies_len) argument
3665 ath10k_wmi_tlv_op_gen_prb_tmpl(struct ath10k *ar, u32 vdev_id, struct sk_buff *prb) argument
3731 ath10k_wmi_tlv_op_gen_p2p_go_bcn_ie(struct ath10k *ar, u32 vdev_id, const u8 *p2p_ie) argument
3786 ath10k_wmi_tlv_op_gen_update_fw_tdls_state(struct ath10k *ar, u32 vdev_id, enum wmi_tdls_state state) argument
4033 ath10k_wmi_tlv_op_gen_wow_add_wakeup_event(struct ath10k *ar, u32 vdev_id, enum wmi_wow_wakeup_event event, u32 enable) argument
4085 ath10k_wmi_tlv_op_gen_wow_add_pattern(struct ath10k *ar, u32 vdev_id, u32 pattern_id, const u8 *pattern, const u8 *bitmask, int pattern_len, int pattern_offset) argument
4222 ath10k_wmi_tlv_op_gen_wow_del_pattern(struct ath10k *ar, u32 vdev_id, u32 pattern_id) argument
4251 ath10k_wmi_tlv_op_gen_config_pno_start(struct ath10k *ar, u32 vdev_id, struct wmi_pno_scan_req *pno) argument
4398 ath10k_wmi_tlv_op_gen_config_pno_stop(struct ath10k *ar, u32 vdev_id) argument
4464 ath10k_wmi_tlv_op_gen_config_pno(struct ath10k *ar, u32 vdev_id, struct wmi_pno_scan_req *pno_scan) argument
4577 ath10k_wmi_tlv_op_gen_vdev_spectral_enable(struct ath10k *ar, u32 vdev_id, u32 trigger, u32 enable) argument
[all...]
/freebsd-current/sys/contrib/dev/athk/ath12k/
H A Dpeer.h25 int vdev_id; member in struct:ath12k_peer
H A Dpeer.c11 struct ath12k_peer *ath12k_peer_find(struct ath12k_base *ab, int vdev_id, argument
80 bool ath12k_peer_exist_by_vdev_id(struct ath12k_base *ab, int vdev_id) argument
134 void ath12k_peer_map_event(struct ath12k_base *ab, u8 vdev_id, u16 peer_id, argument
162 ath12k_wait_for_peer_common(struct ath12k_base *ab, int vdev_id, const u8 *addr, bool expect_mapped) argument
184 ath12k_peer_cleanup(struct ath12k *ar, u32 vdev_id) argument
207 ath12k_wait_for_peer_deleted(struct ath12k *ar, int vdev_id, const u8 *addr) argument
212 ath12k_wait_for_peer_delete_done(struct ath12k *ar, u32 vdev_id, const u8 *addr) argument
234 ath12k_peer_delete(struct ath12k *ar, u32 vdev_id, u8 *addr) argument
259 ath12k_wait_for_peer_created(struct ath12k *ar, int vdev_id, const u8 *addr) argument
[all...]
H A Dhal_tx.h39 u8 vdev_id; member in struct:hal_tx_info
H A Ddp.c23 void ath12k_dp_peer_cleanup(struct ath12k *ar, int vdev_id, const u8 *addr) argument
44 int ath12k_dp_peer_setup(struct ath12k *ar, int vdev_id, const u8 *addr) argument
[all...]
/freebsd-current/sys/contrib/dev/athk/ath11k/
H A Dpeer.h13 int vdev_id; member in struct:ath11k_peer
H A Dwow.c242 static int ath11k_wmi_pno_check_and_convert(struct ath11k *ar, u32 vdev_id, argument
[all...]
H A Dpeer.c28 struct ath11k_peer *ath11k_peer_find(struct ath11k_base *ab, int vdev_id, argument
120 void ath11k_peer_map_event(struct ath11k_base *ab, u8 vdev_id, u16 peer_id, argument
79 ath11k_peer_find_by_vdev_id(struct ath11k_base *ab, int vdev_id) argument
148 ath11k_wait_for_peer_common(struct ath11k_base *ab, int vdev_id, const u8 *addr, bool expect_mapped) argument
240 ath11k_peer_cleanup(struct ath11k *ar, u32 vdev_id) argument
266 ath11k_wait_for_peer_deleted(struct ath11k *ar, int vdev_id, const u8 *addr) argument
271 ath11k_wait_for_peer_delete_done(struct ath11k *ar, u32 vdev_id, const u8 *addr) argument
293 __ath11k_peer_delete(struct ath11k *ar, u32 vdev_id, const u8 *addr) argument
350 ath11k_peer_delete(struct ath11k *ar, u32 vdev_id, u8 *addr) argument
365 ath11k_wait_for_peer_created(struct ath11k *ar, int vdev_id, const u8 *addr) argument
[all...]
H A Ddp.c25 void ath11k_dp_peer_cleanup(struct ath11k *ar, int vdev_id, const u8 *addr) argument
47 int ath11k_dp_peer_setup(struct ath11k *ar, int vdev_id, const u8 *addr) argument
[all...]
H A Ddebugfs.c213 ath11k_debugfs_get_fw_stats(struct ath11k *ar, u32 pdev_id, u32 vdev_id, u32 stats_id) argument
[all...]
H A Ddebugfs.h383 ath11k_debugfs_get_fw_stats(struct ath11k *ar, u32 pdev_id, u32 vdev_id, u32 stats_id) argument
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dvdev_rebuild.c192 int vdev_id = (uintptr_t)arg; local
222 int vdev_id = (uintptr_t)arg; local
306 int vdev_id = (uintptr_t)arg; local
366 int vdev_id = (uintptr_t)arg; local
402 int vdev_id = (uintptr_t)arg; local
449 int vdev_id = (uintptr_t)arg; local
[all...]
H A Dspace_map.c144 uint64_t raw_offset, raw_run, vdev_id; local
331 uint64_t raw_offset, raw_run, vdev_id; local
550 space_map_write_seg(space_map_t *sm, uint64_t rstart, uint64_t rend, maptype_t maptype, uint64_t vdev_id, uint8_t words, dmu_buf_t **dbp, const void *tag, dmu_tx_t *tx) argument
670 space_map_write_impl(space_map_t *sm, range_tree_t *rt, maptype_t maptype, uint64_t vdev_id, dmu_tx_t *tx) argument
756 space_map_write(space_map_t *sm, range_tree_t *rt, maptype_t maptype, uint64_t vdev_id, dmu_tx_t *tx) argument
963 space_map_estimate_optimal_size(space_map_t *sm, range_tree_t *rt, uint64_t vdev_id) argument
[all...]
H A Dspa_log_spacemap.c1080 uint32_t vdev_id = sme->sme_vdev; local
H A Dvdev_indirect.c347 spa_vdev_indirect_mark_obsolete(spa_t *spa, uint64_t vdev_id, uint64_t offset, argument
[all...]
H A Dvdev_removal.c416 int vdev_id = (uintptr_t)arg; local
[all...]
/freebsd-current/sys/contrib/openzfs/cmd/zpool_influxdb/
H A Dzpool_influxdb.c265 uint64_t vdev_id = 0; local
303 uint64_t vdev_id = UINT64_MAX; local
/freebsd-current/sys/contrib/openzfs/include/sys/
H A Dvdev_impl.h214 uint64_t vdev_id; /* child number in vdev parent */ member in struct:vdev

Completed in 311 milliseconds

12