/freebsd-src/sys/security/audit/ |
H A D | audit_arg.c | 72 struct kaudit_record *ar; in audit_arg_addr() local 85 struct kaudit_record *ar; in audit_arg_exit() local 99 struct kaudit_record *ar; audit_arg_len() local 112 struct kaudit_record *ar; audit_arg_atfd1() local 125 struct kaudit_record *ar; audit_arg_atfd2() local 138 struct kaudit_record *ar; audit_arg_fd() local 151 struct kaudit_record *ar; audit_arg_fflags() local 164 struct kaudit_record *ar; audit_arg_gid() local 177 struct kaudit_record *ar; audit_arg_uid() local 190 struct kaudit_record *ar; audit_arg_egid() local 203 struct kaudit_record *ar; audit_arg_euid() local 216 struct kaudit_record *ar; audit_arg_rgid() local 229 struct kaudit_record *ar; audit_arg_ruid() local 242 struct kaudit_record *ar; audit_arg_sgid() local 255 struct kaudit_record *ar; audit_arg_suid() local 269 struct kaudit_record *ar; audit_arg_groupset() local 291 struct kaudit_record *ar; audit_arg_login() local 304 struct kaudit_record *ar; audit_arg_ctlname() local 318 struct kaudit_record *ar; audit_arg_mask() local 331 struct kaudit_record *ar; audit_arg_mode() local 344 struct kaudit_record *ar; audit_arg_dev() local 357 struct kaudit_record *ar; audit_arg_value() local 370 struct kaudit_record *ar; audit_arg_owner() local 384 struct kaudit_record *ar; audit_arg_pid() local 397 struct kaudit_record *ar; audit_arg_process() local 424 struct kaudit_record *ar; audit_arg_signum() local 437 struct kaudit_record *ar; audit_arg_socket() local 452 struct kaudit_record *ar; audit_arg_sockaddr() local 485 struct kaudit_record *ar; audit_arg_auid() local 498 struct kaudit_record *ar; audit_arg_auditinfo() local 516 struct kaudit_record *ar; audit_arg_auditinfo_addr() local 538 struct kaudit_record *ar; audit_arg_text() local 560 struct kaudit_record *ar; audit_arg_cmd() local 573 struct kaudit_record *ar; audit_arg_svipc_cmd() local 586 struct kaudit_record *ar; audit_arg_svipc_perm() local 600 struct kaudit_record *ar; audit_arg_svipc_id() local 613 struct kaudit_record *ar; audit_arg_svipc_addr() local 626 struct kaudit_record *ar; audit_arg_svipc_which() local 639 struct kaudit_record *ar; audit_arg_posix_ipc_perm() local 654 struct kaudit_record *ar; audit_arg_auditon() local 672 struct kaudit_record *ar; audit_arg_file() local 744 struct kaudit_record *ar; audit_arg_upath1() local 757 struct kaudit_record *ar; audit_arg_upath2() local 781 struct kaudit_record *ar; audit_arg_upath1_vp() local 795 struct kaudit_record *ar; audit_arg_upath2_vp() local 824 struct kaudit_record *ar; audit_arg_upath1_canon() local 837 struct kaudit_record *ar; audit_arg_upath2_canon() local 893 struct kaudit_record *ar; audit_arg_vnode1() local 909 struct kaudit_record *ar; audit_arg_vnode2() local 928 struct kaudit_record *ar; audit_arg_argv() local 949 struct kaudit_record *ar; audit_arg_envv() local 967 struct kaudit_record *ar; audit_arg_rights() local 980 struct kaudit_record *ar; audit_arg_fcntl_rights() local 998 struct kaudit_record *ar; audit_sysclose() local [all...] |
/freebsd-src/sys/contrib/dev/athk/ath10k/ |
H A D | ahb.c | 28 static inline struct ath10k_ahb *ath10k_ahb_priv(struct ath10k *ar) in ath10k_ahb_priv() 33 static void ath10k_ahb_write32(struct ath10k *ar, u32 offset, u32 value) in ath10k_ahb_write32() 40 static u32 ath10k_ahb_read32(struct ath10k *ar, u32 offset) in ath10k_ahb_read32() 47 static u32 ath10k_ahb_gcc_read32(struct ath10k *ar, u32 offset) in ath10k_ahb_gcc_read32() 54 static void ath10k_ahb_tcsr_write32(struct ath10k *ar, u32 offset, u32 value) in ath10k_ahb_tcsr_write32() 61 static u32 ath10k_ahb_tcsr_read32(struct ath10k *ar, u32 offset) in ath10k_ahb_tcsr_read32() 68 static u32 ath10k_ahb_soc_read32(struct ath10k *ar, u32 addr) in ath10k_ahb_soc_read32() 73 static int ath10k_ahb_get_num_banks(struct ath10k *ar) in ath10k_ahb_get_num_banks() 82 static int ath10k_ahb_clock_init(struct ath10k *ar) in ath10k_ahb_clock_init() 113 static void ath10k_ahb_clock_deinit(struct ath10k *ar) in ath10k_ahb_clock_deinit() [all …]
|
H A D | snoc.c | 474 static void ath10k_snoc_write32(struct ath10k *ar, u32 offset, u32 value) in ath10k_snoc_write32() 481 static u32 ath10k_snoc_read32(struct ath10k *ar, u32 offset) in ath10k_snoc_read32() 494 struct ath10k *ar = pipe->hif_ce_state; in __ath10k_snoc_rx_post_buf() local 532 struct ath10k *ar = pipe->hif_ce_state; in ath10k_snoc_rx_post_pipe() local 560 static void ath10k_snoc_rx_post(struct ath10k *ar) in ath10k_snoc_rx_post() 570 void (*callback)(struct ath10k *ar, in ath10k_snoc_process_rx_cb() 573 struct ath10k *ar = ce_state->ar; in ath10k_snoc_process_rx_cb() local 633 static void ath10k_snoc_htt_rx_deliver(struct ath10k *ar, struct sk_buff *skb) in ath10k_snoc_htt_rx_deliver() 648 struct ath10k *ar = ar_snoc->ar; in ath10k_snoc_rx_replenish_retry() local 655 struct ath10k *ar = ce_state->ar; in ath10k_snoc_htc_tx_cb() local [all …]
|
H A D | pci.c | 437 static bool ath10k_pci_is_awake(struct ath10k *ar) in ath10k_pci_is_awake() 451 static void __ath10k_pci_wake(struct ath10k *ar) in __ath10k_pci_wake() 471 static void __ath10k_pci_sleep(struct ath10k *ar) in __ath10k_pci_sleep() 492 static int ath10k_pci_wake_wait(struct ath10k *ar) in ath10k_pci_wake_wait() 515 static int ath10k_pci_force_wake(struct ath10k *ar) in ath10k_pci_force_wake() 547 static void ath10k_pci_force_sleep(struct ath10k *ar) in ath10k_pci_force_sleep() 568 static int ath10k_pci_wake(struct ath10k *ar) in ath10k_pci_wake() 603 static void ath10k_pci_sleep(struct ath10k *ar) in ath10k_pci_sleep() 631 struct ath10k *ar = ar_pci->ar; in ath10k_pci_ps_timer() local 648 static void ath10k_pci_sleep_sync(struct ath10k *ar) in ath10k_pci_sleep_sync() [all …]
|
H A D | core.c | 782 void ath10k_core_get_fw_features_str(struct ath10k *ar, in ath10k_core_get_fw_features_str() 801 static void ath10k_send_suspend_complete(struct ath10k *ar) in ath10k_send_suspend_complete() 808 static int ath10k_init_sdio(struct ath10k *ar, enum ath10k_firmware_mode mode) in ath10k_init_sdio() 855 static int ath10k_init_configure_target(struct ath10k *ar) in ath10k_init_configure_target() 923 static const struct firmware *ath10k_fetch_fw_file(struct ath10k *ar, in ath10k_fetch_fw_file() 949 static int ath10k_push_board_ext_data(struct ath10k *ar, const void *data, in ath10k_push_board_ext_data() 999 static int ath10k_core_get_board_id_from_otp(struct ath10k *ar) in ath10k_core_get_board_id_from_otp() 1077 struct ath10k *ar = data; in ath10k_core_check_bdfext() local 1138 static int ath10k_core_check_smbios(struct ath10k *ar) in ath10k_core_check_smbios() 1149 int ath10k_core_check_dt(struct ath10k *ar) in ath10k_core_check_dt() [all …]
|
H A D | debug.h | 104 #define ATH10K_DFS_STAT_INC(ar, c) (ar->debug.dfs_stats.c++) argument 115 static inline u64 ath10k_debug_get_fw_dbglog_mask(struct ath10k *ar) in ath10k_debug_get_fw_dbglog_mask() 120 static inline u32 ath10k_debug_get_fw_dbglog_level(struct ath10k *ar) in ath10k_debug_get_fw_dbglog_level() 125 static inline int ath10k_debug_is_extd_tx_stats_enabled(struct ath10k *ar) in ath10k_debug_is_extd_tx_stats_enabled() 134 static inline int ath10k_debug_start(struct ath10k *ar) in ath10k_debug_start() 139 static inline void ath10k_debug_stop(struct ath10k *ar) in ath10k_debug_stop() 143 static inline int ath10k_debug_create(struct ath10k *ar) in ath10k_debug_create() 148 static inline void ath10k_debug_destroy(struct ath10k *ar) in ath10k_debug_destroy() 152 static inline int ath10k_debug_register(struct ath10k *ar) in ath10k_debug_register() 157 static inline void ath10k_debug_unregister(struct ath10k *ar) in ath10k_debug_unregister() [all …]
|
H A D | wmi-ops.h | 235 ath10k_wmi_rx(struct ath10k *ar, struct sk_buff *skb) in ath10k_wmi_rx() 245 ath10k_wmi_map_svc(struct ath10k *ar, const __le32 *in, unsigned long *out, in ath10k_wmi_map_svc() 256 ath10k_wmi_map_svc_ext(struct ath10k *ar, const __le32 *in, unsigned long *out, in ath10k_wmi_map_svc_ext() 267 ath10k_wmi_pull_scan(struct ath10k *ar, struct sk_buff *skb, in ath10k_wmi_pull_scan() 277 ath10k_wmi_pull_mgmt_tx_compl(struct ath10k *ar, struct sk_buff *skb, in ath10k_wmi_pull_mgmt_tx_compl() 287 ath10k_wmi_pull_mgmt_tx_bundle_compl(struct ath10k *ar, struct sk_buff *skb, in ath10k_wmi_pull_mgmt_tx_bundle_compl() 297 ath10k_wmi_pull_mgmt_rx(struct ath10k *ar, struct sk_buff *skb, in ath10k_wmi_pull_mgmt_rx() 307 ath10k_wmi_pull_ch_info(struct ath10k *ar, struct sk_buff *skb, in ath10k_wmi_pull_ch_info() 317 ath10k_wmi_pull_vdev_start(struct ath10k *ar, struct sk_buff *skb, in ath10k_wmi_pull_vdev_start() 327 ath10k_wmi_pull_peer_kick(struct ath10k *ar, struct sk_buff *skb, in ath10k_wmi_pull_peer_kick() [all …]
|
H A D | wmi.c | 1705 void ath10k_wmi_put_wmi_channel(struct ath10k *ar, struct wmi_channel *ch, in ath10k_wmi_put_wmi_channel() 1770 int ath10k_wmi_wait_for_service_ready(struct ath10k *ar) in ath10k_wmi_wait_for_service_ready() 1781 int ath10k_wmi_wait_for_unified_ready(struct ath10k *ar) in ath10k_wmi_wait_for_unified_ready() 1792 struct sk_buff *ath10k_wmi_alloc_skb(struct ath10k *ar, u32 len) in ath10k_wmi_alloc_skb() 1811 static void ath10k_wmi_htc_tx_complete(struct ath10k *ar, struct sk_buff *skb) in ath10k_wmi_htc_tx_complete() 1816 int ath10k_wmi_cmd_send_nowait(struct ath10k *ar, struct sk_buff *skb, in ath10k_wmi_cmd_send_nowait() 1848 struct ath10k *ar = arvif->ar; in ath10k_wmi_tx_beacon_nowait() local 1901 static void ath10k_wmi_tx_beacons_nowait(struct ath10k *ar) in ath10k_wmi_tx_beacons_nowait() 1909 static void ath10k_wmi_op_ep_tx_credits(struct ath10k *ar) in ath10k_wmi_op_ep_tx_credits() 1917 int ath10k_wmi_cmd_send(struct ath10k *ar, struct sk_buff *skb, u32 cmd_id) in ath10k_wmi_cmd_send() [all …]
|
H A D | usb.c | 82 static void ath10k_usb_free_pipe_resources(struct ath10k *ar, in ath10k_usb_free_pipe_resources() 114 static void ath10k_usb_cleanup_pipe_resources(struct ath10k *ar) in ath10k_usb_cleanup_pipe_resources() 129 struct ath10k *ar = pipe->ar_usb->ar; in ath10k_usb_recv_complete() local 186 struct ath10k *ar = pipe->ar_usb->ar; in ath10k_usb_transmit_complete() local 205 static void ath10k_usb_post_recv_transfers(struct ath10k *ar, in ath10k_usb_post_recv_transfers() 258 static void ath10k_usb_flush_all(struct ath10k *ar) in ath10k_usb_flush_all() 271 static void ath10k_usb_start_recv_pipes(struct ath10k *ar) in ath10k_usb_start_recv_pipes() 281 static void ath10k_usb_tx_complete(struct ath10k *ar, struct sk_buff *skb) in ath10k_usb_tx_complete() 292 static void ath10k_usb_rx_complete(struct ath10k *ar, struct sk_buff *skb) in ath10k_usb_rx_complete() 365 struct ath10k *ar = pipe->ar_usb->ar; in ath10k_usb_io_comp_work() local [all …]
|
H A D | hif.h | 102 static inline int ath10k_hif_tx_sg(struct ath10k *ar, u8 pipe_id, in ath10k_hif_tx_sg() 109 static inline int ath10k_hif_diag_read(struct ath10k *ar, u32 address, void *buf, in ath10k_hif_diag_read() 115 static inline int ath10k_hif_diag_write(struct ath10k *ar, u32 address, in ath10k_hif_diag_write() 124 static inline int ath10k_hif_exchange_bmi_msg(struct ath10k *ar, in ath10k_hif_exchange_bmi_msg() 132 static inline int ath10k_hif_start(struct ath10k *ar) in ath10k_hif_start() 137 static inline void ath10k_hif_stop(struct ath10k *ar) in ath10k_hif_stop() 142 static inline int ath10k_hif_start_post(struct ath10k *ar) in ath10k_hif_start_post() 149 static inline int ath10k_hif_get_htt_tx_complete(struct ath10k *ar) in ath10k_hif_get_htt_tx_complete() 156 static inline int ath10k_hif_map_service_to_pipe(struct ath10k *ar, in ath10k_hif_map_service_to_pipe() 164 static inline void ath10k_hif_get_default_pipe(struct ath10k *ar, in ath10k_hif_get_default_pipe() [all …]
|
H A D | ce.c | 51 static inline u32 shadow_sr_wr_ind_addr(struct ath10k *ar, in shadow_sr_wr_ind_addr() 87 static inline u32 ath10k_ce_read32(struct ath10k *ar, u32 offset) in ath10k_ce_read32() 94 static inline void ath10k_ce_write32(struct ath10k *ar, u32 offset, u32 value) in ath10k_ce_write32() 101 static inline void ath10k_ce_dest_ring_write_index_set(struct ath10k *ar, in ath10k_ce_dest_ring_write_index_set() 109 static inline u32 ath10k_ce_dest_ring_write_index_get(struct ath10k *ar, in ath10k_ce_dest_ring_write_index_get() 116 static inline void ath10k_ce_src_ring_write_index_set(struct ath10k *ar, in ath10k_ce_src_ring_write_index_set() 124 static inline u32 ath10k_ce_src_ring_write_index_get(struct ath10k *ar, in ath10k_ce_src_ring_write_index_get() 131 static inline u32 ath10k_ce_src_ring_read_index_from_ddr(struct ath10k *ar, in ath10k_ce_src_ring_read_index_from_ddr() 139 static inline u32 ath10k_ce_src_ring_read_index_get(struct ath10k *ar, in ath10k_ce_src_ring_read_index_get() 158 ath10k_ce_shadow_src_ring_write_index_set(struct ath10k *ar, in ath10k_ce_shadow_src_ring_write_index_set() [all …]
|
H A D | mac.c | 213 int ath10k_mac_ext_resource_config(struct ath10k *ar, u32 val) in ath10k_mac_ext_resource_config() 242 struct ath10k *ar = arvif->ar; in ath10k_send_key() local 303 struct ath10k *ar = arvif->ar; in ath10k_install_key() local 328 struct ath10k *ar = arvif->ar; in ath10k_install_peer_wep_keys() local 416 struct ath10k *ar = arvif->ar; in ath10k_clear_peer_keys() local 454 bool ath10k_mac_is_peer_wep_key_set(struct ath10k *ar, const u8 *addr, in ath10k_mac_is_peer_wep_key_set() 482 struct ath10k *ar = arvif->ar; in ath10k_clear_vdev_key() local 530 struct ath10k *ar = arvif->ar; in ath10k_mac_vif_update_wep_key() local 685 static int ath10k_mac_num_chanctxs(struct ath10k *ar) in ath10k_mac_num_chanctxs() 706 static void ath10k_wait_for_peer_delete_done(struct ath10k *ar, u32 vdev_id, in ath10k_wait_for_peer_delete_done() [all …]
|
H A D | coredump.c | 1420 static u32 ath10k_coredump_get_ramdump_size(struct ath10k *ar) in ath10k_coredump_get_ramdump_size() 1448 const struct ath10k_hw_mem_layout *ath10k_coredump_get_mem_layout(struct ath10k *ar) in ath10k_coredump_get_mem_layout() 1457 const struct ath10k_hw_mem_layout *_ath10k_coredump_get_mem_layout(struct ath10k *ar) in _ath10k_coredump_get_mem_layout() 1474 struct ath10k_fw_crash_data *ath10k_coredump_new(struct ath10k *ar) in ath10k_coredump_new() 1491 static struct ath10k_dump_file_data *ath10k_coredump_build(struct ath10k *ar) in ath10k_coredump_build() 1596 int ath10k_coredump_submit(struct ath10k *ar) in ath10k_coredump_submit() 1615 int ath10k_coredump_create(struct ath10k *ar) in ath10k_coredump_create() 1628 int ath10k_coredump_register(struct ath10k *ar) in ath10k_coredump_register() 1646 void ath10k_coredump_unregister(struct ath10k *ar) in ath10k_coredump_unregister() 1653 void ath10k_coredump_destroy(struct ath10k *ar) in ath10k_coredump_destroy()
|
H A D | sdio.c | 132 static int ath10k_sdio_config(struct ath10k *ar) in ath10k_sdio_config() 217 static int ath10k_sdio_write32(struct ath10k *ar, u32 addr, u32 val) in ath10k_sdio_write32() 241 static int ath10k_sdio_writesb32(struct ath10k *ar, u32 addr, u32 val) in ath10k_sdio_writesb32() 274 static int ath10k_sdio_read32(struct ath10k *ar, u32 addr, u32 *val) in ath10k_sdio_read32() 297 static int ath10k_sdio_read(struct ath10k *ar, u32 addr, void *buf, size_t len) in ath10k_sdio_read() 322 static int ath10k_sdio_write(struct ath10k *ar, u32 addr, const void *buf, size_t len) in ath10k_sdio_write() 350 static int ath10k_sdio_readsb(struct ath10k *ar, u32 addr, void *buf, size_t len) in ath10k_sdio_readsb() 379 static int ath10k_sdio_mbox_rx_process_packet(struct ath10k *ar, in ath10k_sdio_mbox_rx_process_packet() 417 static int ath10k_sdio_mbox_rx_process_packets(struct ath10k *ar, in ath10k_sdio_mbox_rx_process_packets() 499 static int ath10k_sdio_mbox_alloc_bundle(struct ath10k *ar, in ath10k_sdio_mbox_alloc_bundle() [all …]
|
H A D | testmode.c | 31 bool ath10k_tm_event_wmi(struct ath10k *ar, u32 cmd_id, struct sk_buff *skb) in ath10k_tm_event_wmi() 100 static int ath10k_tm_cmd_get_version(struct ath10k *ar, struct nlattr *tb[]) in ath10k_tm_cmd_get_version() 139 static int ath10k_tm_fetch_utf_firmware_api_1(struct ath10k *ar, in ath10k_tm_fetch_utf_firmware_api_1() 173 static int ath10k_tm_fetch_firmware(struct ath10k *ar) in ath10k_tm_fetch_firmware() 226 static int ath10k_tm_cmd_utf_start(struct ath10k *ar, struct nlattr *tb[]) in ath10k_tm_cmd_utf_start() 323 static void __ath10k_tm_cmd_utf_stop(struct ath10k *ar) in __ath10k_tm_cmd_utf_stop() 347 static int ath10k_tm_cmd_utf_stop(struct ath10k *ar, struct nlattr *tb[]) in ath10k_tm_cmd_utf_stop() 371 static int ath10k_tm_cmd_wmi(struct ath10k *ar, struct nlattr *tb[]) in ath10k_tm_cmd_wmi() 430 struct ath10k *ar = hw->priv; in ath10k_tm_cmd() local 456 void ath10k_testmode_destroy(struct ath10k *ar) in ath10k_testmode_destroy()
|
H A D | debug.c | 31 void ath10k_info(struct ath10k *ar, const char *fmt, ...) in ath10k_info() 55 void ath10k_debug_print_hwfw_info(struct ath10k *ar) in ath10k_debug_print_hwfw_info() 91 void ath10k_debug_print_board_info(struct ath10k *ar) in ath10k_debug_print_board_info() 119 void ath10k_debug_print_boot_info(struct ath10k *ar) in ath10k_debug_print_boot_info() 132 void ath10k_print_driver_info(struct ath10k *ar) in ath10k_print_driver_info() 140 void ath10k_err(struct ath10k *ar, const char *fmt, ...) in ath10k_err() 164 void ath10k_warn(struct ath10k *ar, const char *fmt, ...) in ath10k_warn() 195 struct ath10k *ar = file->private_data; in ath10k_read_wmi_services() local 284 static void ath10k_debug_fw_stats_reset(struct ath10k *ar) in ath10k_debug_fw_stats_reset() 296 void ath10k_debug_fw_stats_process(struct ath10k *ar, struct sk_buff *skb) in ath10k_debug_fw_stats_process() [all …]
|
H A D | txrx.c | 14 static void ath10k_report_offchan_tx(struct ath10k *ar, struct sk_buff *skb) in ath10k_report_offchan_tx() 47 struct ath10k *ar = htt->ar; in ath10k_txrx_tx_unref() local 150 struct ath10k_peer *ath10k_peer_find(struct ath10k *ar, int vdev_id, in ath10k_peer_find() 169 struct ath10k_peer *ath10k_peer_find_by_id(struct ath10k *ar, int peer_id) in ath10k_peer_find_by_id() 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() 220 struct ath10k *ar = htt->ar; in ath10k_peer_map_event() local 256 struct ath10k *ar = htt->ar; in ath10k_peer_unmap_event() local
|
H A D | htt_tx.c | 40 struct ath10k *ar = hw->priv; in __ath10k_htt_tx_txq_recalc() local 88 static void __ath10k_htt_tx_txq_sync(struct ath10k *ar) in __ath10k_htt_tx_txq_sync() 118 struct ath10k *ar = hw->priv; in ath10k_htt_tx_txq_recalc() local 125 void ath10k_htt_tx_txq_sync(struct ath10k *ar) in ath10k_htt_tx_txq_sync() 135 struct ath10k *ar = hw->priv; in ath10k_htt_tx_txq_update() local 172 struct ath10k *ar = htt->ar; in ath10k_htt_tx_mgmt_inc_pending() local 200 struct ath10k *ar = htt->ar; in ath10k_htt_tx_alloc_msdu_id() local 215 struct ath10k *ar = htt->ar; in ath10k_htt_tx_free_msdu_id() local 226 struct ath10k *ar = htt->ar; in ath10k_htt_tx_free_cont_txbuf_32() local 240 struct ath10k *ar = htt->ar; in ath10k_htt_tx_alloc_cont_txbuf_32() local [all …]
|
H A D | wmi-tlv.c | 71 ath10k_wmi_tlv_iter(struct ath10k *ar, const void *ptr, size_t len, in ath10k_wmi_tlv_iter() 75 int (*iter)(struct ath10k *ar, u16 tag, u16 len, in ath10k_wmi_tlv_iter() 134 static int ath10k_wmi_tlv_iter_parse(struct ath10k *ar, u16 tag, u16 len, in ath10k_wmi_tlv_iter_parse() 145 static int ath10k_wmi_tlv_parse(struct ath10k *ar, const void **tb, in ath10k_wmi_tlv_parse() 153 ath10k_wmi_tlv_parse_alloc(struct ath10k *ar, const void *ptr, in ath10k_wmi_tlv_parse_alloc() 180 static int ath10k_wmi_tlv_event_bcn_tx_status(struct ath10k *ar, in ath10k_wmi_tlv_event_bcn_tx_status() 227 static void ath10k_wmi_tlv_event_vdev_delete_resp(struct ath10k *ar, in ath10k_wmi_tlv_event_vdev_delete_resp() 234 static int ath10k_wmi_tlv_parse_peer_stats_info(struct ath10k *ar, u16 tag, u16 len, in ath10k_wmi_tlv_parse_peer_stats_info() 273 static int ath10k_wmi_tlv_op_pull_peer_stats_info(struct ath10k *ar, in ath10k_wmi_tlv_op_pull_peer_stats_info() 314 static void ath10k_wmi_tlv_event_peer_stats_info(struct ath10k *ar, in ath10k_wmi_tlv_event_peer_stats_info() [all …]
|
H A D | wow.c | 26 struct ath10k *ar = arvif->ar; in ath10k_wow_vif_cleanup() local 50 static int ath10k_wow_cleanup(struct ath10k *ar) in ath10k_wow_cleanup() 171 static int ath10k_wmi_pno_check(struct ath10k *ar, u32 vdev_id, in ath10k_wmi_pno_check() 270 struct ath10k *ar = arvif->ar; in ath10k_vif_wow_set_wakeups() local 385 static int ath10k_wow_set_wakeups(struct ath10k *ar, in ath10k_wow_set_wakeups() 408 struct ath10k *ar = arvif->ar; in ath10k_vif_wow_clean_nlo() local 431 static int ath10k_wow_nlo_cleanup(struct ath10k *ar) in ath10k_wow_nlo_cleanup() 450 static int ath10k_wow_enable(struct ath10k *ar) in ath10k_wow_enable() 473 static int ath10k_wow_wakeup(struct ath10k *ar) in ath10k_wow_wakeup() 500 struct ath10k *ar = hw->priv; in ath10k_wow_op_suspend() local [all …]
|
H A D | qmi.c | 35 struct ath10k *ar = qmi->ar; in ath10k_qmi_map_msa_permission() local 67 struct ath10k *ar = qmi->ar; in ath10k_qmi_unmap_msa_permission() local 124 struct ath10k *ar = qmi->ar; in ath10k_qmi_msa_mem_info_send_sync_msg() local 202 struct ath10k *ar = qmi->ar; in ath10k_qmi_msa_ready_send_sync_msg() local 241 struct ath10k *ar = qmi->ar; in ath10k_qmi_bdf_dnld_send_sync() local 327 struct ath10k *ar = qmi->ar; in ath10k_qmi_send_cal_report_req() local 380 ath10k_qmi_mode_send_sync_msg(struct ath10k *ar, enum wlfw_driver_mode_enum_v01 mode) in ath10k_qmi_mode_send_sync_msg() 427 ath10k_qmi_cfg_send_sync_msg(struct ath10k *ar, in ath10k_qmi_cfg_send_sync_msg() 514 int ath10k_qmi_wlan_enable(struct ath10k *ar, in ath10k_qmi_wlan_enable() 539 int ath10k_qmi_wlan_disable(struct ath10k *ar) in ath10k_qmi_wlan_disable() [all …]
|
/freebsd-src/contrib/libarchive/libarchive/ |
H A D | archive_read_support_format_ar.c | 51 struct ar { struct 66 * Define structure of the "ar" header. argument 100 struct ar *ar; in archive_read_support_format_ar() local 60 strtabar global() argument 62 read_global_headerar global() argument 137 struct ar *ar; archive_read_format_ar_cleanup() local 167 _ar_read_header(struct archive_read * a,struct archive_entry * entry,struct ar * ar,const char * h,size_t * unconsumed) _ar_read_header() argument 422 struct ar *ar = (struct ar*)(a->format->data); archive_read_format_ar_read_header() local 455 ar_parse_common_header(struct ar * ar,struct archive_entry * entry,const char * h) ar_parse_common_header() argument 484 struct ar *ar; archive_read_format_ar_read_data() local 533 struct ar* ar; archive_read_format_ar_skip() local 553 struct ar *ar; ar_parse_gnu_filename_table() local [all...] |
/freebsd-src/sys/contrib/dev/athk/ath11k/ |
H A D | wow.c | 31 struct ath11k *ar = ath11k_ab_to_ar(ab, 0); in ath11k_wow_enable() local 68 struct ath11k *ar = ath11k_ab_to_ar(ab, 0); in ath11k_wow_wakeup() local 98 struct ath11k *ar = arvif->ar; in ath11k_wow_vif_cleanup() local 122 static int ath11k_wow_cleanup(struct ath11k *ar) in ath11k_wow_cleanup() 242 static int ath11k_wmi_pno_check_and_convert(struct ath11k *ar, u32 vdev_id, in ath11k_wmi_pno_check_and_convert() 342 struct ath11k *ar = arvif->ar; in ath11k_vif_wow_set_wakeups() local 463 static int ath11k_wow_set_wakeups(struct ath11k *ar, in ath11k_wow_set_wakeups() 486 struct ath11k *ar = arvif->ar; in ath11k_vif_wow_clean_nlo() local 509 static int ath11k_wow_nlo_cleanup(struct ath11k *ar) in ath11k_wow_nlo_cleanup() 528 static int ath11k_wow_set_hw_filter(struct ath11k *ar) in ath11k_wow_set_hw_filter() [all …]
|
H A D | mac.c | 575 struct ath11k_vif *ath11k_mac_get_arvif(struct ath11k *ar, u32 vdev_id) in ath11k_mac_get_arvif() 660 struct ath11k *ar; in ath11k_mac_get_vif_up() local 686 struct ath11k *ar = arvif->ar; in ath11k_mac_get_target_pdev_id_from_vif() local 707 u8 ath11k_mac_get_target_pdev_id(struct ath11k *ar) in ath11k_mac_get_target_pdev_id() 719 static void ath11k_pdev_caps_update(struct ath11k *ar) in ath11k_pdev_caps_update() 737 static int ath11k_mac_txpower_recalc(struct ath11k *ar) in ath11k_mac_txpower_recalc() 796 struct ath11k *ar = arvif->ar; in ath11k_recalc_rtscts_prot() local 835 struct ath11k *ar = arvif->ar; in ath11k_mac_set_kickout() local 878 void ath11k_mac_peer_cleanup_all(struct ath11k *ar) in ath11k_mac_peer_cleanup_all() 900 static inline int ath11k_mac_vdev_setup_sync(struct ath11k *ar) in ath11k_mac_vdev_setup_sync() [all …]
|
/freebsd-src/sys/contrib/dev/athk/ath12k/ |
H A D | mac.c | 532 struct ath12k_vif *ath12k_mac_get_arvif(struct ath12k *ar, u32 vdev_id) in ath12k_mac_get_arvif() 610 static void ath12k_pdev_caps_update(struct ath12k *ar) in ath12k_pdev_caps_update() 628 static int ath12k_mac_txpower_recalc(struct ath12k *ar) in ath12k_mac_txpower_recalc() 687 struct ath12k *ar = arvif->ar; in ath12k_recalc_rtscts_prot() local 726 struct ath12k *ar = arvif->ar; in ath12k_mac_set_kickout() local 769 void ath12k_mac_peer_cleanup_all(struct ath12k *ar) in ath12k_mac_peer_cleanup_all() 788 static int ath12k_mac_vdev_setup_sync(struct ath12k *ar) in ath12k_mac_vdev_setup_sync() 805 static int ath12k_monitor_vdev_up(struct ath12k *ar, int vdev_id) in ath12k_monitor_vdev_up() 821 static int ath12k_mac_monitor_vdev_start(struct ath12k *ar, int vdev_id, in ath12k_mac_monitor_vdev_start() 885 static int ath12k_mac_monitor_vdev_stop(struct ath12k *ar) in ath12k_mac_monitor_vdev_stop() [all …]
|