/wlan-driver/qcacld-3.0/core/hdd/src/ |
D | wlan_hdd_tx_rx.c | 142 void hdd_register_hl_netdev_fc_timer(struct hdd_adapter *adapter, in hdd_register_hl_netdev_fc_timer() argument 145 if (!adapter->tx_flow_timer_initialized) { in hdd_register_hl_netdev_fc_timer() 146 qdf_mc_timer_init(&adapter->tx_flow_control_timer, in hdd_register_hl_netdev_fc_timer() 147 QDF_TIMER_TYPE_SW, timer_callback, adapter); in hdd_register_hl_netdev_fc_timer() 148 adapter->tx_flow_timer_initialized = true; in hdd_register_hl_netdev_fc_timer() 158 void hdd_deregister_hl_netdev_fc_timer(struct hdd_adapter *adapter) in hdd_deregister_hl_netdev_fc_timer() argument 160 if (adapter->tx_flow_timer_initialized) { in hdd_deregister_hl_netdev_fc_timer() 161 qdf_mc_timer_stop(&adapter->tx_flow_control_timer); in hdd_deregister_hl_netdev_fc_timer() 162 qdf_mc_timer_destroy(&adapter->tx_flow_control_timer); in hdd_deregister_hl_netdev_fc_timer() 163 adapter->tx_flow_timer_initialized = false; in hdd_deregister_hl_netdev_fc_timer() [all …]
|
D | wlan_hdd_sysfs.c | 399 struct hdd_adapter *adapter = netdev_priv(net_dev); in __show_beacon_reception_stats() local 416 if (!adapter || adapter->magic != WLAN_HDD_ADAPTER_MAGIC) { in __show_beacon_reception_stats() 421 if (!test_bit(DEVICE_IFACE_OPENED, &adapter->event_flags)) { in __show_beacon_reception_stats() 426 if (!(adapter->device_mode == QDF_STA_MODE || in __show_beacon_reception_stats() 427 adapter->device_mode == QDF_P2P_CLIENT_MODE)) { in __show_beacon_reception_stats() 432 if (!hdd_cm_is_vdev_associated(adapter->deflink)) { in __show_beacon_reception_stats() 445 adapter->deflink->vdev_id, in __show_beacon_reception_stats() 772 *adapter) in hdd_sysfs_create_bcn_reception_interface() 776 error = device_create_file(&adapter->dev->dev, &dev_attr_beacon_stats); in hdd_sysfs_create_bcn_reception_interface() 784 *adapter) in hdd_sysfs_destroy_bcn_reception_interface() argument [all …]
|
D | wlan_hdd_tsf.c | 64 static void hdd_update_timestamp(struct hdd_adapter *adapter); 67 hdd_update_timestamp(struct hdd_adapter *adapter, 73 static inline void hdd_update_tsf(struct hdd_adapter *adapter, uint64_t tsf); 111 static inline void hdd_set_th_sync_status(struct hdd_adapter *adapter, in hdd_set_th_sync_status() argument 114 qdf_atomic_set(&adapter->tsf.tsf_sync_ready_flag, in hdd_set_th_sync_status() 118 static inline bool hdd_get_th_sync_status(struct hdd_adapter *adapter) in hdd_get_th_sync_status() argument 120 return qdf_atomic_read(&adapter->tsf.tsf_sync_ready_flag) != 0; in hdd_get_th_sync_status() 124 static inline bool hdd_get_th_sync_status(struct hdd_adapter *adapter) in hdd_get_th_sync_status() argument 131 enum hdd_tsf_get_state hdd_tsf_check_conn_state(struct hdd_adapter *adapter) in hdd_tsf_check_conn_state() argument 136 mode = adapter->device_mode; in hdd_tsf_check_conn_state() [all …]
|
D | wlan_hdd_nan_datapath.c | 83 struct hdd_adapter *adapter, bool value) in hdd_close_ndi_adapter() argument 88 struct hdd_adapter *adapter, bool value) in hdd_close_ndi_adapter() argument 90 hdd_close_adapter(hdd_ctx, adapter, value); in hdd_close_ndi_adapter() 102 static int hdd_close_ndi(struct hdd_adapter *adapter) in hdd_close_ndi() argument 105 struct hdd_context *hdd_ctx = WLAN_HDD_GET_CTX(adapter); in hdd_close_ndi() 110 if (QDF_NDI_MODE != adapter->device_mode) { in hdd_close_ndi() 114 wlan_hdd_netif_queue_control(adapter, in hdd_close_ndi() 118 hdd_cancel_ip_notifier_work(adapter); in hdd_close_ndi() 119 hdd_adapter_deregister_fc(adapter); in hdd_close_ndi() 121 errno = hdd_vdev_destroy(adapter->deflink); in hdd_close_ndi() [all …]
|
D | wlan_hdd_power.c | 204 hdd_send_igmp_offload_params(struct hdd_adapter *adapter, in hdd_send_igmp_offload_params() argument 207 struct in_device *in_dev = adapter->dev->ip_ptr; in hdd_send_igmp_offload_params() 257 static void hdd_enable_igmp_offload(struct hdd_adapter *adapter, in hdd_enable_igmp_offload() argument 262 status = hdd_send_igmp_offload_params(adapter, vdev, true); in hdd_enable_igmp_offload() 276 static void hdd_disable_igmp_offload(struct hdd_adapter *adapter, in hdd_disable_igmp_offload() argument 281 status = hdd_send_igmp_offload_params(adapter, vdev, false); in hdd_disable_igmp_offload() 286 static inline void hdd_enable_igmp_offload(struct hdd_adapter *adapter, in hdd_enable_igmp_offload() argument 291 hdd_send_igmp_offload_params(struct hdd_adapter *adapter, in hdd_send_igmp_offload_params() argument 297 static inline void hdd_disable_igmp_offload(struct hdd_adapter *adapter, in hdd_disable_igmp_offload() argument 311 static void hdd_disable_gtk_offload(struct hdd_adapter *adapter, in hdd_disable_gtk_offload() argument [all …]
|
D | wlan_hdd_sysfs_dl_modes.c | 32 static int hdd_sysfs_set_dbg(struct hdd_adapter *adapter, in hdd_sysfs_set_dbg() argument 40 errno = wma_cli_set_command(adapter->deflink->vdev_id, in hdd_sysfs_set_dbg() 48 #define hdd_sysfs_set_dbg(adapter, id, value) \ argument 49 hdd_sysfs_set_dbg(adapter, id, #id, value) 55 struct hdd_adapter *adapter = netdev_priv(net_dev); in __hdd_sysfs_dl_loglevel_store() local 62 if (hdd_validate_adapter(adapter)) in __hdd_sysfs_dl_loglevel_store() 65 hdd_ctx = WLAN_HDD_GET_CTX(adapter); in __hdd_sysfs_dl_loglevel_store() 92 ret = hdd_sysfs_set_dbg(adapter, WMI_DBGLOG_LOG_LEVEL, value); in __hdd_sysfs_dl_loglevel_store() 126 struct hdd_adapter *adapter = netdev_priv(net_dev); in __hdd_sysfs_dl_mod_loglevel_store() local 133 if (hdd_validate_adapter(adapter)) in __hdd_sysfs_dl_mod_loglevel_store() [all …]
|
D | wlan_hdd_p2p.c | 97 struct hdd_adapter *adapter = WLAN_HDD_GET_PRIV_PTR(dev); in __wlan_hdd_cfg80211_remain_on_channel() local 105 hdd_ctx = WLAN_HDD_GET_CTX(adapter); in __wlan_hdd_cfg80211_remain_on_channel() 120 if (wlan_hdd_validate_vdev_id(adapter->deflink->vdev_id)) in __wlan_hdd_cfg80211_remain_on_channel() 123 vdev = hdd_objmgr_get_vdev_by_user(adapter->deflink, WLAN_OSIF_P2P_ID); in __wlan_hdd_cfg80211_remain_on_channel() 172 struct hdd_adapter *adapter = WLAN_HDD_GET_PRIV_PTR(dev); in __wlan_hdd_cfg80211_cancel_remain_on_channel() local 182 if (wlan_hdd_validate_vdev_id(adapter->deflink->vdev_id)) in __wlan_hdd_cfg80211_cancel_remain_on_channel() 185 vdev = hdd_objmgr_get_vdev_by_user(adapter->deflink, WLAN_OSIF_P2P_ID); in __wlan_hdd_cfg80211_cancel_remain_on_channel() 227 struct hdd_adapter *adapter = WLAN_HDD_GET_PRIV_PTR(dev); in __wlan_hdd_mgmt_tx() local 228 struct hdd_context *hdd_ctx = WLAN_HDD_GET_CTX(adapter); in __wlan_hdd_mgmt_tx() 244 if (wlan_hdd_validate_vdev_id(adapter->deflink->vdev_id)) in __wlan_hdd_mgmt_tx() [all …]
|
D | wlan_hdd_softap_tx_rx.c | 83 struct hdd_adapter *adapter = (struct hdd_adapter *) adapter_context; in hdd_softap_tx_resume_timer_expired_handler() local 85 if (!adapter) { in hdd_softap_tx_resume_timer_expired_handler() 91 wlan_hdd_netif_queue_control(adapter, WLAN_WAKE_ALL_NETIF_QUEUE, in hdd_softap_tx_resume_timer_expired_handler() 104 hdd_softap_tx_resume_false(struct hdd_adapter *adapter, bool tx_resume) in hdd_softap_tx_resume_false() argument 113 wlan_hdd_netif_queue_control(adapter, WLAN_STOP_ALL_NETIF_QUEUE, in hdd_softap_tx_resume_false() 116 fc_timer = &adapter->tx_flow_control_timer; in hdd_softap_tx_resume_false() 126 adapter->deflink->hdd_stats.tx_rx_stats.txflow_timer_cnt++; in hdd_softap_tx_resume_false() 131 struct hdd_adapter *adapter = (struct hdd_adapter *) adapter_context; in hdd_softap_tx_resume_cb() local 133 if (!adapter) { in hdd_softap_tx_resume_cb() 141 qdf_mc_timer_get_current_state(&adapter-> in hdd_softap_tx_resume_cb() [all …]
|
D | wlan_hdd_cm_disconnect.c | 58 struct hdd_adapter *adapter = link_info->adapter; in hdd_handle_disassociation_event() local 59 struct hdd_context *hdd_ctx = WLAN_HDD_GET_CTX(adapter); in hdd_handle_disassociation_event() 65 hdd_green_ap_start_state_mc(hdd_ctx, adapter->device_mode, false); in hdd_handle_disassociation_event() 69 if ((adapter->device_mode == QDF_STA_MODE) || in hdd_handle_disassociation_event() 70 (adapter->device_mode == QDF_P2P_CLIENT_MODE)) in hdd_handle_disassociation_event() 75 adapter->device_mode); in hdd_handle_disassociation_event() 129 struct hdd_adapter *adapter = link_info->adapter; in __hdd_cm_disconnect_handler_pre_user_update() local 130 struct hdd_context *hdd_ctx = WLAN_HDD_GET_CTX(adapter); in __hdd_cm_disconnect_handler_pre_user_update() 136 hdd_stop_tsf_sync(adapter); in __hdd_cm_disconnect_handler_pre_user_update() 142 ucfg_ipa_wlan_evt(hdd_ctx->pdev, adapter->dev, in __hdd_cm_disconnect_handler_pre_user_update() [all …]
|
D | wlan_hdd_sysfs_motion_detection.c | 42 struct hdd_adapter *adapter = netdev_priv(net_dev); in __hdd_sysfs_mt_bl_config_store() local 49 if (hdd_validate_adapter(adapter)) in __hdd_sysfs_mt_bl_config_store() 52 hdd_ctx = WLAN_HDD_GET_CTX(adapter); in __hdd_sysfs_mt_bl_config_store() 100 motion_det_base_line_cfg.vdev_id = adapter->deflink->vdev_id; in __hdd_sysfs_mt_bl_config_store() 136 struct hdd_adapter *adapter = netdev_priv(net_dev); in __hdd_sysfs_mt_bl_start_store() local 144 if (hdd_validate_adapter(adapter)) in __hdd_sysfs_mt_bl_start_store() 147 hdd_ctx = WLAN_HDD_GET_CTX(adapter); in __hdd_sysfs_mt_bl_start_store() 164 if (adapter->motion_det_in_progress) { in __hdd_sysfs_mt_bl_start_store() 185 motion_det_base_line.vdev_id = adapter->deflink->vdev_id; in __hdd_sysfs_mt_bl_start_store() 221 struct hdd_adapter *adapter = netdev_priv(net_dev); in __hdd_sysfs_mt_config_store() local [all …]
|
D | wlan_hdd_wmm.c | 141 void wlan_hdd_process_peer_unauthorised_pause(struct hdd_adapter *adapter) in wlan_hdd_process_peer_unauthorised_pause() argument 145 netif_wake_subqueue(adapter->dev, in wlan_hdd_process_peer_unauthorised_pause() 149 netif_stop_subqueue(adapter->dev, in wlan_hdd_process_peer_unauthorised_pause() 151 netif_stop_subqueue(adapter->dev, in wlan_hdd_process_peer_unauthorised_pause() 153 netif_stop_subqueue(adapter->dev, in wlan_hdd_process_peer_unauthorised_pause() 155 netif_stop_subqueue(adapter->dev, in wlan_hdd_process_peer_unauthorised_pause() 160 void wlan_hdd_process_peer_unauthorised_pause(struct hdd_adapter *adapter) in wlan_hdd_process_peer_unauthorised_pause() argument 188 struct hdd_adapter *adapter = qos_context->adapter; in hdd_wmm_enable_tl_uapsd() local 190 struct hdd_wmm_ac_status *ac = &adapter->hdd_wmm_status.ac_status[ac_type]; in hdd_wmm_enable_tl_uapsd() 191 struct hdd_context *hdd_ctx = WLAN_HDD_GET_CTX(adapter); in hdd_wmm_enable_tl_uapsd() [all …]
|
D | wlan_hdd_main.c | 483 bool hdd_adapter_is_ap(struct hdd_adapter *adapter) in hdd_adapter_is_ap() argument 485 if (!adapter) { in hdd_adapter_is_ap() 490 return adapter->device_mode == QDF_SAP_MODE || in hdd_adapter_is_ap() 491 adapter->device_mode == QDF_P2P_GO_MODE; in hdd_adapter_is_ap() 501 struct hdd_adapter *adapter; in hdd_common_roam_callback() local 509 adapter = link_info->adapter; in hdd_common_roam_callback() 510 hdd_ctx = WLAN_HDD_GET_CTX(adapter); in hdd_common_roam_callback() 514 switch (adapter->device_mode) { in hdd_common_roam_callback() 557 struct hdd_adapter *adapter; in wlan_hdd_lpc_del_monitor_interface() local 575 adapter = hdd_get_adapter(hdd_ctx, QDF_MONITOR_MODE); in wlan_hdd_lpc_del_monitor_interface() [all …]
|
D | wlan_hdd_debugfs_csr.c | 68 struct hdd_adapter *adapter, in wlan_hdd_debugfs_update_csr() argument 78 len = wlan_hdd_debugfs_update_roam_stats(hdd_ctx, adapter, in wlan_hdd_debugfs_update_csr() 83 len = wlan_hdd_debugfs_update_filters_info(hdd_ctx, adapter, in wlan_hdd_debugfs_update_csr() 106 struct hdd_adapter *adapter = info->adapter; in __wlan_hdd_read_debugfs_csr() local 113 if (adapter->magic != WLAN_HDD_ADAPTER_MAGIC) { in __wlan_hdd_read_debugfs_csr() 118 hdd_ctx = WLAN_HDD_GET_CTX(adapter); in __wlan_hdd_read_debugfs_csr() 123 if (!test_bit(DEVICE_IFACE_OPENED, &adapter->event_flags)) { in __wlan_hdd_read_debugfs_csr() 129 info->length = wlan_hdd_debugfs_update_csr(hdd_ctx, adapter, in __wlan_hdd_read_debugfs_csr() 161 err_size = osif_vdev_sync_op_start(info->adapter->dev, &vdev_sync); in wlan_hdd_read_debugfs_csr() 180 static int __wlan_hdd_open_debugfs_csr(struct hdd_adapter *adapter, in __wlan_hdd_open_debugfs_csr() argument [all …]
|
D | wlan_hdd_sysfs_bitrates.c | 33 static int wlan_hdd_sta_set_11n_rate(struct hdd_adapter *adapter, int rate_code) in wlan_hdd_sta_set_11n_rate() argument 38 struct hdd_context *hdd_ctx = WLAN_HDD_GET_CTX(adapter); in wlan_hdd_sta_set_11n_rate() 40 uint8_t *peer_mac = adapter->deflink->session.station.conn_info.bssid.bytes; in wlan_hdd_sta_set_11n_rate() 88 ret = wma_cli_set_command(adapter->deflink->vdev_id, in wlan_hdd_sta_set_11n_rate() 95 static int wlan_hdd_sta_set_vht_rate(struct hdd_adapter *adapter, int rate_code) in wlan_hdd_sta_set_vht_rate() argument 112 ret = wma_cli_set_command(adapter->deflink->vdev_id, in wlan_hdd_sta_set_vht_rate() 119 static int wlan_hdd_sta_set_11ax_rate(struct hdd_adapter *adapter, int rate) in wlan_hdd_sta_set_11ax_rate() argument 121 return hdd_set_11ax_rate(adapter, rate, NULL); in wlan_hdd_sta_set_11ax_rate() 124 static int wlan_hdd_sap_set_11n_rate(struct hdd_adapter *adapter, int rate_code) in wlan_hdd_sap_set_11n_rate() argument 127 struct sap_config *config = &adapter->deflink->session.ap.sap_config; in wlan_hdd_sap_set_11n_rate() [all …]
|
D | wlan_hdd_nud_tracking.c | 35 struct hdd_adapter *adapter) in hdd_handle_nud_fail_sta() argument 47 adapter->deflink->vdev_id); in hdd_handle_nud_fail_sta() 49 sta_ctx = WLAN_HDD_GET_STATION_CTX_PTR(adapter->deflink); in hdd_handle_nud_fail_sta() 61 adapter->deflink->vdev_id, in hdd_handle_nud_fail_sta() 81 __hdd_nud_failure_work(struct hdd_adapter *adapter) in __hdd_nud_failure_work() argument 89 status = hdd_validate_adapter(adapter); in __hdd_nud_failure_work() 93 hdd_ctx = WLAN_HDD_GET_CTX(adapter); in __hdd_nud_failure_work() 98 if (!hdd_cm_is_vdev_associated(adapter->deflink)) { in __hdd_nud_failure_work() 118 if (adapter->device_mode == QDF_STA_MODE && in __hdd_nud_failure_work() 120 hdd_handle_nud_fail_sta(hdd_ctx, adapter); in __hdd_nud_failure_work() [all …]
|
D | wlan_hdd_cm_connect.c | 69 if (link_info->adapter->device_mode == QDF_NDI_MODE) in hdd_cm_is_vdev_associated() 94 enum QDF_OPMODE opmode = link_info->adapter->device_mode; in hdd_cm_is_vdev_connected() 202 struct hdd_adapter *adapter = link_info->adapter; in hdd_cm_update_rssi_snr_by_bssid() local 205 if (!adapter) { in hdd_cm_update_rssi_snr_by_bssid() 210 mac_handle = hdd_adapter_get_mac_handle(adapter); in hdd_cm_update_rssi_snr_by_bssid() 279 static bool hdd_cm_netif_features_update_required(struct hdd_adapter *adapter) in hdd_cm_netif_features_update_required() argument 281 bool is_legacy_connection = hdd_is_legacy_connection(adapter->deflink); in hdd_cm_netif_features_update_required() 284 is_legacy_connection, adapter->tso_csum_feature_enabled); in hdd_cm_netif_features_update_required() 286 if (adapter->tso_csum_feature_enabled && is_legacy_connection) in hdd_cm_netif_features_update_required() 289 if (!adapter->tso_csum_feature_enabled && !is_legacy_connection) in hdd_cm_netif_features_update_required() [all …]
|
D | wlan_hdd_sysfs_gtx_bw_mask.c | 31 static int hdd_sysfs_set_green_tx_param(struct hdd_adapter *adapter, in hdd_sysfs_set_green_tx_param() argument 39 errno = wma_cli_set_command(adapter->deflink->vdev_id, in hdd_sysfs_set_green_tx_param() 47 #define hdd_sysfs_set_green_tx_param(adapter, id, value) \ argument 48 hdd_sysfs_set_green_tx_param(adapter, id, #id, value) 50 static int hdd_sysfs_get_green_tx_param(struct hdd_adapter *adapter, in hdd_sysfs_get_green_tx_param() argument 56 value = wma_cli_get_command(adapter->deflink->vdev_id, id, GTX_CMD); in hdd_sysfs_get_green_tx_param() 63 #define hdd_sysfs_get_green_tx_param(adapter, id) \ argument 64 hdd_sysfs_get_green_tx_param(adapter, id, #id) 70 struct hdd_adapter *adapter = netdev_priv(net_dev); in __hdd_sysfs_gtx_bw_mask_store() local 77 if (hdd_validate_adapter(adapter)) in __hdd_sysfs_gtx_bw_mask_store() [all …]
|
D | wlan_hdd_hostapd.c | 287 hdd_hostapd_init_sap_session(struct hdd_adapter *adapter, bool reinit) in hdd_hostapd_init_sap_session() argument 292 if (!adapter) { in hdd_hostapd_init_sap_session() 297 sap_ctx = adapter->deflink->session.ap.sap_context; in hdd_hostapd_init_sap_session() 303 status = sap_init_ctx(sap_ctx, adapter->device_mode, in hdd_hostapd_init_sap_session() 304 adapter->mac_addr.bytes, in hdd_hostapd_init_sap_session() 305 adapter->deflink->vdev_id, reinit); in hdd_hostapd_init_sap_session() 308 adapter->deflink->session.ap.sap_context = NULL; in hdd_hostapd_init_sap_session() 315 adapter->deflink->vdev_id); in hdd_hostapd_init_sap_session() 372 static void hdd_hostapd_channel_allow_suspend(struct hdd_adapter *adapter, in hdd_hostapd_channel_allow_suspend() argument 377 struct hdd_context *hdd_ctx = WLAN_HDD_GET_CTX(adapter); in hdd_hostapd_channel_allow_suspend() [all …]
|
D | wlan_hdd_mlo.c | 137 QDF_STATUS hdd_wlan_unregister_mlo_interfaces(struct hdd_adapter *adapter, in hdd_wlan_unregister_mlo_interfaces() argument 144 mlo_adapter_info = &adapter->mlo_adapter_info; in hdd_wlan_unregister_mlo_interfaces() 147 ucfg_dp_destroy_intf(adapter->hdd_ctx->psoc, in hdd_wlan_unregister_mlo_interfaces() 148 &adapter->mac_addr); in hdd_wlan_unregister_mlo_interfaces() 149 hdd_remove_front_adapter(adapter->hdd_ctx, &adapter); in hdd_wlan_unregister_mlo_interfaces() 212 hdd_adapter_set_sl_ml_adapter(struct hdd_adapter *adapter) in hdd_adapter_set_sl_ml_adapter() argument 214 adapter->mlo_adapter_info.is_single_link_ml = true; in hdd_adapter_set_sl_ml_adapter() 218 hdd_adapter_clear_sl_ml_adapter(struct hdd_adapter *adapter) in hdd_adapter_clear_sl_ml_adapter() argument 220 adapter->mlo_adapter_info.is_single_link_ml = false; in hdd_adapter_clear_sl_ml_adapter() 225 struct hdd_adapter *adapter, *next_adapter = NULL; in hdd_get_ml_adapter() local [all …]
|
/wlan-driver/qca-wifi-host-cmn/utils/epping/src/ |
D | epping_txrx.c | 47 static int epping_start_adapter(epping_adapter_t *adapter); 48 static void epping_stop_adapter(epping_adapter_t *adapter); 53 epping_adapter_t *adapter; in epping_timer_expire() local 61 adapter = netdev_priv(dev); in epping_timer_expire() 62 if (!adapter) { in epping_timer_expire() 67 adapter->epping_timer_state = EPPING_TX_TIMER_STOPPED; in epping_timer_expire() 68 epping_tx_timer_expire(adapter); in epping_timer_expire() 73 epping_adapter_t *adapter; in epping_ndev_open() local 76 adapter = netdev_priv(dev); in epping_ndev_open() 77 epping_start_adapter(adapter); in epping_ndev_open() [all …]
|
D | epping_tx.c | 50 void epping_tx_dup_pkt(epping_adapter_t *adapter, in epping_tx_dup_pkt() argument 57 cookie = epping_alloc_cookie(adapter->pEpping_ctx); in epping_tx_dup_pkt() 68 epping_free_cookie(adapter->pEpping_ctx, cookie); in epping_tx_dup_pkt() 77 ret = htc_send_pkt(adapter->pEpping_ctx->HTCHandle, &cookie->HtcPkt); in epping_tx_dup_pkt() 81 epping_free_cookie(adapter->pEpping_ctx, cookie); in epping_tx_dup_pkt() 85 adapter->stats.tx_bytes += skb_len; in epping_tx_dup_pkt() 86 ++adapter->stats.tx_packets; in epping_tx_dup_pkt() 87 if (((adapter->stats.tx_packets + in epping_tx_dup_pkt() 88 adapter->stats.tx_dropped) % EPPING_STATS_LOG_COUNT) == 0 && in epping_tx_dup_pkt() 89 (adapter->stats.tx_packets || adapter->stats.tx_dropped)) { in epping_tx_dup_pkt() [all …]
|
/wlan-driver/qcacld-3.0/core/hdd/inc/ |
D | wlan_hdd_tsf.h | 96 hdd_set_tsf_auto_report(struct hdd_adapter *adapter, bool ena, 106 void hdd_tsf_auto_report_init(struct hdd_adapter *adapter); 109 hdd_set_tsf_auto_report(struct hdd_adapter *adapter, bool ena, in hdd_set_tsf_auto_report() argument 115 static inline void hdd_tsf_auto_report_init(struct hdd_adapter *adapter) in hdd_tsf_auto_report_init() argument 213 uint32_t hdd_get_uplink_delay_len(struct hdd_adapter *adapter); 222 QDF_STATUS hdd_add_uplink_delay(struct hdd_adapter *adapter, 225 static inline uint32_t hdd_get_uplink_delay_len(struct hdd_adapter *adapter) in hdd_get_uplink_delay_len() argument 230 static inline QDF_STATUS hdd_add_uplink_delay(struct hdd_adapter *adapter, in hdd_add_uplink_delay() argument 271 int hdd_capture_tsf(struct hdd_adapter *adapter, uint32_t *buf, int len); 283 int hdd_indicate_tsf(struct hdd_adapter *adapter, [all …]
|
D | wlan_hdd_power.h | 208 void hdd_enable_arp_offload(struct hdd_adapter *adapter, 220 void hdd_disable_arp_offload(struct hdd_adapter *adapter, 233 void hdd_enable_host_offloads(struct hdd_adapter *adapter, 245 void hdd_disable_host_offloads(struct hdd_adapter *adapter, 257 int hdd_set_grat_arp_keepalive(struct hdd_adapter *adapter); 266 void hdd_enable_mc_addr_filtering(struct hdd_adapter *adapter, 276 void hdd_disable_mc_addr_filtering(struct hdd_adapter *adapter, 294 void hdd_disable_and_flush_mc_addr_list(struct hdd_adapter *adapter, 350 void hdd_enable_ns_offload(struct hdd_adapter *adapter, 362 void hdd_disable_ns_offload(struct hdd_adapter *adapter, [all …]
|
D | wlan_hdd_main.h | 1121 struct hdd_adapter *adapter; member 1502 #define WLAN_HDD_GET_CTX(adapter) ((adapter)->hdd_ctx) argument 2353 struct hdd_adapter *adapter; member 2489 int hdd_validate_channel_and_bandwidth(struct hdd_adapter *adapter, 2549 struct hdd_adapter *adapter); 2569 struct hdd_adapter *adapter); 2579 struct hdd_adapter *adapter); 2626 void hdd_adapter_dev_hold_debug(struct hdd_adapter *adapter, 2636 void hdd_adapter_dev_put_debug(struct hdd_adapter *adapter, 2660 #define __hdd_take_ref_and_fetch_front_adapter_safe(hdd_ctx, adapter, \ argument [all …]
|
D | wlan_hdd_wmm.h | 134 struct hdd_adapter *adapter; member 215 int hdd_wmmps_helper(struct hdd_adapter *adapter, uint8_t *ptr); 226 QDF_STATUS hdd_send_dscp_up_map_to_fw(struct hdd_adapter *adapter); 238 QDF_STATUS hdd_wmm_dscp_initial_state(struct hdd_adapter *adapter); 250 QDF_STATUS hdd_wmm_adapter_init(struct hdd_adapter *adapter); 261 QDF_STATUS hdd_wmm_adapter_close(struct hdd_adapter *adapter); 313 void hdd_wmm_acquire_access_required(struct hdd_adapter *adapter, 327 QDF_STATUS hdd_wmm_acquire_access(struct hdd_adapter *adapter, 340 QDF_STATUS hdd_wmm_assoc(struct hdd_adapter *adapter, 353 QDF_STATUS hdd_wmm_connect(struct hdd_adapter *adapter, [all …]
|