Home
last modified time | relevance | path

Searched defs:dhd (Results 1 – 25 of 147) sorted by relevance

123456

/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
Ddhd_linux_lb.c39 dhd_lb_set_default_cpus(dhd_info_t *dhd) in dhd_lb_set_default_cpus()
50 dhd_cpumasks_deinit(dhd_info_t *dhd) in dhd_cpumasks_deinit()
60 dhd_cpumasks_init(dhd_info_t *dhd) in dhd_cpumasks_init()
130 void dhd_select_cpu_candidacy(dhd_info_t *dhd) in dhd_select_cpu_candidacy()
235 dhd_info_t *dhd = g_dhd_pub->info; in dhd_cpu_startup_callback() local
247 dhd_info_t *dhd = g_dhd_pub->info; in dhd_cpu_teardown_callback() local
266 dhd_info_t *dhd = container_of(nfb, dhd_info_t, cpu_notifier); in dhd_cpu_callback() local
300 int dhd_register_cpuhp_callback(dhd_info_t *dhd) in dhd_register_cpuhp_callback()
323 int dhd_unregister_cpuhp_callback(dhd_info_t *dhd) in dhd_unregister_cpuhp_callback()
340 dhd_info_t *dhd; in dhd_lb_stats_init() local
[all …]
Ddhd_linux.c709 #define DHD_IF_WMF_UCFORWARD_LOCK(dhd, ifp, slist) ({ dhd_sta_list_snapshot(dhd, ifp, slist); }) argument
710 #define DHD_IF_WMF_UCFORWARD_UNLOCK(dhd, slist) ({ dhd_sta_list_snapshot_free(dhd, slist); }) argument
937 dhd_info_t * dhd; /* cached pointer to dhd_info in netdevice priv */ member
1001 dhd_dev_priv_save(struct net_device * dev, dhd_info_t * dhd, dhd_if_t * ifp, in dhd_dev_priv_save()
1497 dhd_sta_list_snapshot(dhd_info_t *dhd, dhd_if_t *ifp, struct list_head *snapshot_list) in dhd_sta_list_snapshot()
1526 dhd_sta_list_snapshot_free(dhd_info_t *dhd, struct list_head *snapshot_list) in dhd_sta_list_snapshot_free()
1552 dhd_info_t *dhd = dhdp->info; in dhd_axi_error_dispatch() local
1558 struct dhd_info *dhd = in dhd_axi_error_dispatcher_fn() local
1568 dhd_info_t *dhd = dhdp->info; in dhd_bssidx2idx() local
1731 _turn_on_arp_filter(dhd_pub_t *dhd, int op_mode_param) in _turn_on_arp_filter()
[all …]
Ddhd_msgbuf.c769 #define PKT_CTF_CHAINABLE(dhd, ifidx, evh, prio, h_sa, h_da, h_prio) \ argument
793 dhd_prot_is_cmpl_ring_empty(dhd_pub_t *dhd, void *prot_info) in dhd_prot_is_cmpl_ring_empty()
822 dhd_prot_get_h2d_max_txpost(dhd_pub_t *dhd) in dhd_prot_get_h2d_max_txpost()
827 dhd_prot_set_h2d_max_txpost(dhd_pub_t *dhd, uint16 max_txpost) in dhd_prot_set_h2d_max_txpost()
863 dhd_prot_d2h_sync_livelock(dhd_pub_t *dhd, uint32 msg_seqnum, msgbuf_ring_t *ring, uint32 tries, in dhd_prot_d2h_sync_livelock()
912 dhd_prot_d2h_sync_seqnum(dhd_pub_t *dhd, msgbuf_ring_t *ring, in dhd_prot_d2h_sync_seqnum()
991 dhd_prot_d2h_sync_xorcsum(dhd_pub_t *dhd, msgbuf_ring_t *ring, in dhd_prot_d2h_sync_xorcsum()
1079 dhd_prot_d2h_sync_none(dhd_pub_t *dhd, msgbuf_ring_t *ring, in dhd_prot_d2h_sync_none()
1245 dhd_prot_d2h_sync_edl_none(dhd_pub_t *dhd, msgbuf_ring_t *ring, in dhd_prot_d2h_sync_edl_none()
1265 dhd_wakeup_ioctl_event(dhd_pub_t *dhd, dhd_ioctl_recieved_status_t reason) in dhd_wakeup_ioctl_event()
[all …]
Ddhd_config.c277 dhd_conf_get_otp(dhd_pub_t *dhd, bcmsdh_info_t *sdh, si_t *sih) in dhd_conf_get_otp()
368 dhd_conf_set_fw_name_by_mac(dhd_pub_t *dhd, char *fw_path) in dhd_conf_set_fw_name_by_mac()
444 dhd_conf_set_nv_name_by_mac(dhd_pub_t *dhd, char *nv_path) in dhd_conf_set_nv_name_by_mac()
563 dhd_conf_get_otp(dhd_pub_t *dhd, si_t *sih) in dhd_conf_get_otp()
674 dhd_conf_match_chip(dhd_pub_t *dhd, uint ag_type) in dhd_conf_match_chip()
696 dhd_conf_match_module(dhd_pub_t *dhd) in dhd_conf_match_module()
739 dhd_conf_set_fw_name_by_chip(dhd_pub_t *dhd, char *fw_path) in dhd_conf_set_fw_name_by_chip()
857 dhd_conf_set_clm_name_by_chip(dhd_pub_t *dhd, char *clm_path, int ag_type) in dhd_conf_set_clm_name_by_chip()
906 dhd_conf_set_nv_name_by_chip(dhd_pub_t *dhd, char *nv_path, int ag_type) in dhd_conf_set_nv_name_by_chip()
993 dhd_conf_copy_path(dhd_pub_t *dhd, char *dst_name, char *dst_path, char *src_path) in dhd_conf_copy_path()
[all …]
Ddhd_pno.c88 #define PNO_GET_PNOSTATE(dhd) ((dhd_pno_status_info_t *)dhd->pno_state) argument
133 is_dfs(dhd_pub_t *dhd, uint16 channel) in is_dfs()
154 dhd_pno_clean(dhd_pub_t *dhd) in dhd_pno_clean()
181 dhd_is_pno_supported(dhd_pub_t *dhd) in dhd_is_pno_supported()
195 dhd_is_legacy_pno_enabled(dhd_pub_t *dhd) in dhd_is_legacy_pno_enabled()
305 dhd_gscan_clear_all_batch_results(dhd_pub_t *dhd) in dhd_gscan_clear_all_batch_results()
324 _dhd_pno_gscan_cfg(dhd_pub_t *dhd, wl_pfn_gscan_cfg_t *pfncfg_gscan_param, int size) in _dhd_pno_gscan_cfg()
341 _dhd_pno_flush_ssid(dhd_pub_t *dhd) in _dhd_pno_flush_ssid()
364 _dhd_pno_suspend(dhd_pub_t *dhd) in _dhd_pno_suspend()
385 _dhd_pno_enable(dhd_pub_t *dhd, int enable) in _dhd_pno_enable()
[all …]
Ddhd_cdc.c89 dhdcdc_msg(dhd_pub_t *dhd) in dhdcdc_msg()
160 dhdcdc_cmplt(dhd_pub_t *dhd, uint32 id, uint32 len) in dhdcdc_cmplt()
207 dhdcdc_query_ioctl(dhd_pub_t *dhd, int ifidx, uint cmd, void *buf, uint len, uint8 action) in dhdcdc_query_ioctl()
304 dhdcdc_set_ioctl(dhd_pub_t *dhd, int ifidx, uint cmd, void *buf, uint len, uint8 action) in dhdcdc_set_ioctl()
396 dhd_prot_ctl_complete(dhd_pub_t *dhd) in dhd_prot_ctl_complete()
415 dhd_prot_ioctl(dhd_pub_t *dhd, int ifidx, wl_ioctl_t * ioc, void * buf, int len) in dhd_prot_ioctl()
513 dhd_prot_hdrpush(dhd_pub_t *dhd, int ifidx, void *PKTBUF) in dhd_prot_hdrpush()
541 dhd_prot_hdrlen(dhd_pub_t *dhd, void *PKTBUF) in dhd_prot_hdrlen()
552 dhd_prot_hdrpull(dhd_pub_t *dhd, int *ifidx, void *pktbuf, uchar *reorder_buf_info, in dhd_prot_hdrpull()
627 dhd_prot_attach(dhd_pub_t *dhd) in dhd_prot_attach()
[all …]
/device/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/bcmdhd/
Ddhd_linux_lb.c37 void dhd_lb_set_default_cpus(dhd_info_t *dhd) in dhd_lb_set_default_cpus()
47 void dhd_cpumasks_deinit(dhd_info_t *dhd) in dhd_cpumasks_deinit()
56 int dhd_cpumasks_init(dhd_info_t *dhd) in dhd_cpumasks_init()
129 void dhd_select_cpu_candidacy(dhd_info_t *dhd) in dhd_select_cpu_candidacy()
237 dhd_info_t *dhd = g_dhd_pub->info; in dhd_cpu_startup_callback() local
249 dhd_info_t *dhd = g_dhd_pub->info; in dhd_cpu_teardown_callback() local
268 dhd_info_t *dhd = container_of(nfb, dhd_info_t, cpu_notifier); in dhd_cpu_callback() local
300 int dhd_register_cpuhp_callback(dhd_info_t *dhd) in dhd_register_cpuhp_callback()
323 int dhd_unregister_cpuhp_callback(dhd_info_t *dhd) in dhd_unregister_cpuhp_callback()
340 dhd_info_t *dhd; in dhd_lb_stats_init() local
[all …]
Ddhd_linux.c726 #define DHD_IF_WMF_UCFORWARD_LOCK(dhd, ifp, slist) \ argument
728 #define DHD_IF_WMF_UCFORWARD_UNLOCK(dhd, slist) \ argument
891 dhd_pub_t *dhd = &dhdinfo->pub; in dhd_pm_callback() local
966 dhd_info_t *dhd; /* cached pointer to dhd_info in netdevice priv */ member
1026 static inline void dhd_dev_priv_save(struct net_device *dev, dhd_info_t *dhd, in dhd_dev_priv_save()
1546 static struct list_head *dhd_sta_list_snapshot(dhd_info_t *dhd, dhd_if_t *ifp, in dhd_sta_list_snapshot()
1576 static void dhd_sta_list_snapshot_free(dhd_info_t *dhd, in dhd_sta_list_snapshot_free()
1622 dhd_info_t *dhd = dhdp->info; in dhd_axi_error_dispatch() local
1628 struct dhd_info *dhd = in dhd_axi_error_dispatcher_fn() local
1638 dhd_info_t *dhd = dhdp->info; in dhd_bssidx2idx() local
[all …]
Ddhd_msgbuf.c785 #define PKT_CTF_CHAINABLE(dhd, ifidx, evh, prio, h_sa, h_da, h_prio) \ argument
809 bool dhd_prot_is_cmpl_ring_empty(dhd_pub_t *dhd, void *prot_info) in dhd_prot_is_cmpl_ring_empty()
836 uint16 dhd_prot_get_h2d_max_txpost(dhd_pub_t *dhd) in dhd_prot_get_h2d_max_txpost()
840 void dhd_prot_set_h2d_max_txpost(dhd_pub_t *dhd, uint16 max_txpost) in dhd_prot_set_h2d_max_txpost()
878 static void dhd_prot_d2h_sync_livelock(dhd_pub_t *dhd, uint32 msg_seqnum, in dhd_prot_d2h_sync_livelock()
929 static uint8 BCMFASTPATH dhd_prot_d2h_sync_seqnum(dhd_pub_t *dhd, in dhd_prot_d2h_sync_seqnum()
1014 static uint8 BCMFASTPATH dhd_prot_d2h_sync_xorcsum(dhd_pub_t *dhd, in dhd_prot_d2h_sync_xorcsum()
1104 static uint8 BCMFASTPATH dhd_prot_d2h_sync_none(dhd_pub_t *dhd, in dhd_prot_d2h_sync_none()
1274 static int BCMFASTPATH dhd_prot_d2h_sync_edl_none(dhd_pub_t *dhd, in dhd_prot_d2h_sync_edl_none()
1295 INLINE void dhd_wakeup_ioctl_event(dhd_pub_t *dhd, in dhd_wakeup_ioctl_event()
[all …]
Ddhd_config.c264 void dhd_conf_get_otp(dhd_pub_t *dhd, bcmsdh_info_t *sdh, si_t *sih) in dhd_conf_get_otp()
355 void dhd_conf_set_fw_name_by_mac(dhd_pub_t *dhd, char *fw_path) in dhd_conf_set_fw_name_by_mac()
438 void dhd_conf_set_nv_name_by_mac(dhd_pub_t *dhd, char *nv_path) in dhd_conf_set_nv_name_by_mac()
559 int dhd_conf_get_otp(dhd_pub_t *dhd, si_t *sih) in dhd_conf_get_otp()
638 bool dhd_conf_legacy_msi_chip(dhd_pub_t *dhd) in dhd_conf_legacy_msi_chip()
685 const chip_name_map_t *dhd_conf_match_chip(dhd_pub_t *dhd, uint ag_type) in dhd_conf_match_chip()
706 const module_name_map_t *dhd_conf_match_module(dhd_pub_t *dhd) in dhd_conf_match_module()
749 int dhd_conf_set_fw_name_by_chip(dhd_pub_t *dhd, char *fw_path) in dhd_conf_set_fw_name_by_chip()
882 void dhd_conf_set_clm_name_by_chip(dhd_pub_t *dhd, char *clm_path, int ag_type) in dhd_conf_set_clm_name_by_chip()
930 void dhd_conf_set_nv_name_by_chip(dhd_pub_t *dhd, char *nv_path, int ag_type) in dhd_conf_set_nv_name_by_chip()
[all …]
Ddhd_pno.c87 #define PNO_GET_PNOSTATE(dhd) ((dhd_pno_status_info_t *)dhd->pno_state) argument
133 static inline bool is_dfs(dhd_pub_t *dhd, uint16 channel) in is_dfs()
153 int dhd_pno_clean(dhd_pub_t *dhd) in dhd_pno_clean()
179 bool dhd_is_pno_supported(dhd_pub_t *dhd) in dhd_is_pno_supported()
191 bool dhd_is_legacy_pno_enabled(dhd_pub_t *dhd) in dhd_is_legacy_pno_enabled()
297 static void dhd_gscan_clear_all_batch_results(dhd_pub_t *dhd) in dhd_gscan_clear_all_batch_results()
316 static int _dhd_pno_gscan_cfg(dhd_pub_t *dhd, in _dhd_pno_gscan_cfg()
335 static int _dhd_pno_flush_ssid(dhd_pub_t *dhd) in _dhd_pno_flush_ssid()
358 static int _dhd_pno_suspend(dhd_pub_t *dhd) in _dhd_pno_suspend()
379 static int _dhd_pno_enable(dhd_pub_t *dhd, int enable) in _dhd_pno_enable()
[all …]
Ddhd_cdc.c89 static int dhdcdc_msg(dhd_pub_t *dhd) in dhdcdc_msg()
160 static int dhdcdc_cmplt(dhd_pub_t *dhd, uint32 id, uint32 len) in dhdcdc_cmplt()
207 static int dhdcdc_query_ioctl(dhd_pub_t *dhd, int ifidx, uint cmd, void *buf, in dhdcdc_query_ioctl()
304 static int dhdcdc_set_ioctl(dhd_pub_t *dhd, int ifidx, uint cmd, void *buf, in dhdcdc_set_ioctl()
400 int dhd_prot_ctl_complete(dhd_pub_t *dhd) in dhd_prot_ctl_complete()
419 int dhd_prot_ioctl(dhd_pub_t *dhd, int ifidx, wl_ioctl_t *ioc, void *buf, in dhd_prot_ioctl()
523 void dhd_prot_hdrpush(dhd_pub_t *dhd, int ifidx, void *PKTBUF) in dhd_prot_hdrpush()
551 uint dhd_prot_hdrlen(dhd_pub_t *dhd, void *PKTBUF) in dhd_prot_hdrlen()
561 int dhd_prot_hdrpull(dhd_pub_t *dhd, int *ifidx, void *pktbuf, in dhd_prot_hdrpull()
639 int dhd_prot_attach(dhd_pub_t *dhd) in dhd_prot_attach()
[all …]
/device/board/isoftstone/yangfan/kernel/src/driv/net/rockchip_wlan/rkwifi/bcmdhd/
Ddhd_linux_lb.c45 dhd_lb_set_default_cpus(dhd_info_t *dhd) in dhd_lb_set_default_cpus()
55 dhd_cpumasks_deinit(dhd_info_t *dhd) in dhd_cpumasks_deinit()
65 dhd_cpumasks_init(dhd_info_t *dhd) in dhd_cpumasks_init()
128 void dhd_select_cpu_candidacy(dhd_info_t *dhd) in dhd_select_cpu_candidacy()
238 dhd_info_t *dhd = g_dhd_pub->info; in dhd_cpu_startup_callback() local
250 dhd_info_t *dhd = g_dhd_pub->info; in dhd_cpu_teardown_callback() local
264 dhd_info_t *dhd; in dhd_cpu_callback() local
300 int dhd_register_cpuhp_callback(dhd_info_t *dhd) in dhd_register_cpuhp_callback()
323 int dhd_unregister_cpuhp_callback(dhd_info_t *dhd) in dhd_unregister_cpuhp_callback()
340 dhd_info_t *dhd; in dhd_lb_stats_reset() local
[all …]
Ddhd_linux.c935 #define DHD_IF_WMF_UCFORWARD_LOCK(dhd, ifp, slist) ({ dhd_sta_list_snapshot(dhd, ifp, slist); }) argument
936 #define DHD_IF_WMF_UCFORWARD_UNLOCK(dhd, slist) ({ dhd_sta_list_snapshot_free(dhd, slist); }) argument
1211 dhd_info_t * dhd; /* cached pointer to dhd_info in netdevice priv */ member
1239 dhd_dev_priv_save(struct net_device * dev, dhd_info_t * dhd, dhd_if_t * ifp, in dhd_dev_priv_save()
1754 dhd_sta_list_snapshot(dhd_info_t *dhd, dhd_if_t *ifp, struct list_head *snapshot_list) in dhd_sta_list_snapshot()
1783 dhd_sta_list_snapshot_free(dhd_info_t *dhd, struct list_head *snapshot_list) in dhd_sta_list_snapshot_free()
1905 dhd_info_t *dhd = dhdp->info; in dhd_axi_error_dispatch() local
1911 struct dhd_info *dhd = in dhd_axi_error_dispatcher_fn() local
1921 dhd_info_t *dhd = dhdp->info; in dhd_bssidx2idx() local
2046 _turn_on_arp_filter(dhd_pub_t *dhd, int op_mode_param) in _turn_on_arp_filter()
[all …]
Ddhd_config.c276 dhd_conf_get_otp(dhd_pub_t *dhd, bcmsdh_info_t *sdh, si_t *sih) in dhd_conf_get_otp()
367 dhd_conf_set_fw_name_by_mac(dhd_pub_t *dhd, char *fw_path) in dhd_conf_set_fw_name_by_mac()
447 dhd_conf_set_nv_name_by_mac(dhd_pub_t *dhd, char *nv_path) in dhd_conf_set_nv_name_by_mac()
566 dhd_conf_get_otp(dhd_pub_t *dhd, si_t *sih) in dhd_conf_get_otp()
642 dhd_conf_legacy_msi_chip(dhd_pub_t *dhd) in dhd_conf_legacy_msi_chip()
693 dhd_conf_match_chip(dhd_pub_t *dhd, uint ag_type) in dhd_conf_match_chip()
715 dhd_conf_match_module(dhd_pub_t *dhd) in dhd_conf_match_module()
758 dhd_conf_set_fw_name_by_chip(dhd_pub_t *dhd, char *fw_path) in dhd_conf_set_fw_name_by_chip()
886 dhd_conf_set_clm_name_by_chip(dhd_pub_t *dhd, char *clm_path, int ag_type) in dhd_conf_set_clm_name_by_chip()
935 dhd_conf_set_nv_name_by_chip(dhd_pub_t *dhd, char *nv_path, int ag_type) in dhd_conf_set_nv_name_by_chip()
[all …]
Ddhd_pno.c86 #define PNO_GET_PNOSTATE(dhd) ((dhd_pno_status_info_t *)dhd->pno_state) argument
134 is_dfs(dhd_pub_t *dhd, uint16 channel) in is_dfs()
155 dhd_pno_clean(dhd_pub_t *dhd) in dhd_pno_clean()
182 dhd_is_pno_supported(dhd_pub_t *dhd) in dhd_is_pno_supported()
196 dhd_is_legacy_pno_enabled(dhd_pub_t *dhd) in dhd_is_legacy_pno_enabled()
306 dhd_gscan_clear_all_batch_results(dhd_pub_t *dhd) in dhd_gscan_clear_all_batch_results()
325 _dhd_pno_gscan_cfg(dhd_pub_t *dhd, wl_pfn_gscan_cfg_t *pfncfg_gscan_param, int size) in _dhd_pno_gscan_cfg()
342 _dhd_pno_flush_ssid(dhd_pub_t *dhd) in _dhd_pno_flush_ssid()
365 _dhd_pno_suspend(dhd_pub_t *dhd) in _dhd_pno_suspend()
386 _dhd_pno_enable(dhd_pub_t *dhd, int enable) in _dhd_pno_enable()
[all …]
Ddhd_rtt.c648 rtt_do_get_ioctl(dhd_pub_t *dhd, wl_proxd_iov_t *p_proxd_iov, uint16 proxd_iovsize, in rtt_do_get_ioctl()
686 rtt_alloc_getset_buf(dhd_pub_t *dhd, wl_proxd_method_t method, wl_proxd_session_id_t session_id, in rtt_alloc_getset_buf()
721 dhd_rtt_common_get_handler(dhd_pub_t *dhd, ftm_subcmd_info_t *p_subcmd_info, in dhd_rtt_common_get_handler()
766 dhd_rtt_common_set_handler(dhd_pub_t *dhd, const ftm_subcmd_info_t *p_subcmd_info, in dhd_rtt_common_set_handler()
1225 dhd_rtt_ftm_enable(dhd_pub_t *dhd, bool enable) in dhd_rtt_ftm_enable()
1236 dhd_rtt_start_session(dhd_pub_t *dhd, wl_proxd_session_id_t session_id, bool start) in dhd_rtt_start_session()
1247 dhd_rtt_delete_session(dhd_pub_t *dhd, wl_proxd_session_id_t session_id) in dhd_rtt_delete_session()
1258 dhd_rtt_delete_nan_session(dhd_pub_t *dhd) in dhd_rtt_delete_nan_session()
1273 dhd_rtt_is_nan_peer(dhd_pub_t *dhd, struct ether_addr *peer_mac) in dhd_rtt_is_nan_peer()
1297 dhd_rtt_nan_is_directed_setup_in_prog(dhd_pub_t *dhd) in dhd_rtt_nan_is_directed_setup_in_prog()
[all …]
Ddhd_msgbuf.c586 void *dhd; member
1015 #define PKT_CTF_CHAINABLE(dhd, ifidx, evh, prio, h_sa, h_da, h_prio) \ argument
1044 dhd_prot_get_minidump_buf(dhd_pub_t *dhd) in dhd_prot_get_minidump_buf()
1051 dhd_prot_get_rxbufpost_sz(dhd_pub_t *dhd) in dhd_prot_get_rxbufpost_sz()
1057 dhd_prot_get_h2d_rx_post_active(dhd_pub_t *dhd) in dhd_prot_get_h2d_rx_post_active()
1075 dhd_prot_get_d2h_rx_cpln_active(dhd_pub_t *dhd) in dhd_prot_get_d2h_rx_cpln_active()
1094 dhd_prot_is_cmpl_ring_empty(dhd_pub_t *dhd, void *prot_info) in dhd_prot_is_cmpl_ring_empty()
1123 dhd_prot_get_h2d_max_txpost(dhd_pub_t *dhd) in dhd_prot_get_h2d_max_txpost()
1128 dhd_prot_set_h2d_max_txpost(dhd_pub_t *dhd, uint16 max_txpost) in dhd_prot_set_h2d_max_txpost()
1134 dhd_prot_get_h2d_htput_max_txpost(dhd_pub_t *dhd) in dhd_prot_get_h2d_htput_max_txpost()
[all …]
Ddhd_cdc.c90 dhdcdc_msg(dhd_pub_t *dhd) in dhdcdc_msg()
156 dhdcdc_cmplt(dhd_pub_t *dhd, uint32 id, uint32 len) in dhdcdc_cmplt()
209 dhdcdc_query_ioctl(dhd_pub_t *dhd, int ifidx, uint cmd, void *buf, uint len, uint8 action) in dhdcdc_query_ioctl()
307 dhdcdc_set_ioctl(dhd_pub_t *dhd, int ifidx, uint cmd, void *buf, uint len, uint8 action) in dhdcdc_set_ioctl()
409 dhd_prot_ctl_complete(dhd_pub_t *dhd) in dhd_prot_ctl_complete()
427 dhd_prot_ioctl(dhd_pub_t *dhd, int ifidx, wl_ioctl_t * ioc, void * buf, int len) in dhd_prot_ioctl()
525 dhd_prot_hdrpush(dhd_pub_t *dhd, int ifidx, void *PKTBUF) in dhd_prot_hdrpush()
559 dhd_prot_hdrlen(dhd_pub_t *dhd, void *PKTBUF) in dhd_prot_hdrlen()
570 dhd_prot_hdrpull(dhd_pub_t *dhd, int *ifidx, void *pktbuf, uchar *reorder_buf_info, in dhd_prot_hdrpull()
645 dhd_prot_attach(dhd_pub_t *dhd) in dhd_prot_attach()
[all …]
Ddhd_linux_sock_qos.h36 inline int dhd_init_sock_flows_buf(dhd_info_t *dhd, uint watchdog_ms) in dhd_init_sock_flows_buf()
42 inline int dhd_deinit_sock_flows_buf(dhd_info_t *dhd) in dhd_deinit_sock_flows_buf()
48 inline void dhd_update_sock_flows(dhd_info_t *dhd, struct sk_buff *skb) in dhd_update_sock_flows()
55 inline void dhd_analyze_sock_flows(dhd_info_t *dhd, uint32 watchdog_ms) in dhd_analyze_sock_flows()
62 inline void dhd_sock_qos_update_bus_flowid(dhd_info_t *dhd, void *pktbuf, in dhd_sock_qos_update_bus_flowid()
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/bcmdhd/
Ddhd_config.c207 dhd_conf_get_mac(dhd_pub_t *dhd, bcmsdh_info_t *sdh, uint8 *mac) in dhd_conf_get_mac()
290 dhd_conf_set_fw_name_by_mac(dhd_pub_t *dhd, bcmsdh_info_t *sdh, char *fw_path) in dhd_conf_set_fw_name_by_mac()
371 dhd_conf_set_nv_name_by_mac(dhd_pub_t *dhd, bcmsdh_info_t *sdh, char *nv_path) in dhd_conf_set_nv_name_by_mac()
436 dhd_conf_set_fw_name_by_chip(dhd_pub_t *dhd, char *fw_path) in dhd_conf_set_fw_name_by_chip()
518 dhd_conf_set_clm_name_by_chip(dhd_pub_t *dhd, char *clm_path) in dhd_conf_set_clm_name_by_chip()
556 dhd_conf_set_nv_name_by_chip(dhd_pub_t *dhd, char *nv_path) in dhd_conf_set_nv_name_by_chip()
611 dhd_conf_set_path(dhd_pub_t *dhd, char *dst_name, char *dst_path, char *src_path) in dhd_conf_set_path()
637 dhd_conf_set_conf_name_by_chip(dhd_pub_t *dhd, char *conf_path) in dhd_conf_set_conf_name_by_chip()
676 dhd_conf_set_intiovar(dhd_pub_t *dhd, uint cmd, char *name, int val, in dhd_conf_set_intiovar()
706 dhd_conf_set_bufiovar(dhd_pub_t *dhd, int ifidx, uint cmd, char *name, in dhd_conf_set_bufiovar()
[all …]
Ddhd_msgbuf.c633 #define PKT_CTF_CHAINABLE(dhd, ifidx, evh, prio, h_sa, h_da, h_prio) \ argument
676 dhd_prot_is_cmpl_ring_empty(dhd_pub_t *dhd, void *prot_info) in dhd_prot_is_cmpl_ring_empty()
696 dhd_prot_get_h2d_max_txpost(dhd_pub_t *dhd) in dhd_prot_get_h2d_max_txpost()
701 dhd_prot_set_h2d_max_txpost(dhd_pub_t *dhd, uint16 max_txpost) in dhd_prot_set_h2d_max_txpost()
715 dhd_prot_d2h_sync_livelock(dhd_pub_t *dhd, uint32 msg_seqnum, msgbuf_ring_t *ring, uint32 tries, in dhd_prot_d2h_sync_livelock()
754 dhd_prot_d2h_sync_seqnum(dhd_pub_t *dhd, msgbuf_ring_t *ring, in dhd_prot_d2h_sync_seqnum()
826 dhd_prot_d2h_sync_xorcsum(dhd_pub_t *dhd, msgbuf_ring_t *ring, in dhd_prot_d2h_sync_xorcsum()
900 dhd_prot_d2h_sync_none(dhd_pub_t *dhd, msgbuf_ring_t *ring, in dhd_prot_d2h_sync_none()
907 dhd_wakeup_ioctl_event(dhd_pub_t *dhd, dhd_ioctl_recieved_status_t reason) in dhd_wakeup_ioctl_event()
922 dhd_prot_d2h_sync_init(dhd_pub_t *dhd) in dhd_prot_d2h_sync_init()
[all …]
Ddhd_linux.c1179 dhd_lb_set_default_cpus(dhd_info_t *dhd) in dhd_lb_set_default_cpus()
1190 dhd_cpumasks_deinit(dhd_info_t *dhd) in dhd_cpumasks_deinit()
1200 dhd_cpumasks_init(dhd_info_t *dhd) in dhd_cpumasks_init()
1270 void dhd_select_cpu_candidacy(dhd_info_t *dhd) in dhd_select_cpu_candidacy()
1379 dhd_info_t *dhd = container_of(nfb, dhd_info_t, cpu_notifier); in dhd_cpu_callback() local
1415 dhd_info_t *dhd; in dhd_lb_stats_init() local
1543 dhd_info_t *dhd; in dhd_lb_stats_deinit() local
1671 dhd_info_t *dhd; in dhd_lb_stats_dump() local
1769 dhd_info_t *dhd = dhdp->info; in dhd_lb_stats_update_napi_histo() local
1781 dhd_info_t *dhd = dhdp->info; in dhd_lb_stats_update_txc_histo() local
[all …]
Ddhd_cdc.c83 dhdcdc_msg(dhd_pub_t *dhd) in dhdcdc_msg()
154 dhdcdc_cmplt(dhd_pub_t *dhd, uint32 id, uint32 len) in dhdcdc_cmplt()
201 dhdcdc_query_ioctl(dhd_pub_t *dhd, int ifidx, uint cmd, void *buf, uint len, uint8 action) in dhdcdc_query_ioctl()
286 dhdcdc_set_ioctl(dhd_pub_t *dhd, int ifidx, uint cmd, void *buf, uint len, uint8 action) in dhdcdc_set_ioctl()
371 dhd_prot_ctl_complete(dhd_pub_t *dhd) in dhd_prot_ctl_complete()
390 dhd_prot_ioctl(dhd_pub_t *dhd, int ifidx, wl_ioctl_t * ioc, void * buf, int len) in dhd_prot_ioctl()
488 dhd_prot_hdrpush(dhd_pub_t *dhd, int ifidx, void *PKTBUF) in dhd_prot_hdrpush()
517 dhd_prot_hdrlen(dhd_pub_t *dhd, void *PKTBUF) in dhd_prot_hdrlen()
528 dhd_prot_hdrpull(dhd_pub_t *dhd, int *ifidx, void *pktbuf, uchar *reorder_buf_info, in dhd_prot_hdrpull()
605 dhd_prot_attach(dhd_pub_t *dhd) in dhd_prot_attach()
[all …]
Ddhd_pno.c87 #define PNO_GET_PNOSTATE(dhd) ((dhd_pno_status_info_t *)dhd->pno_state) argument
133 dhd_pno_clean(dhd_pub_t *dhd) in dhd_pno_clean()
160 dhd_is_pno_supported(dhd_pub_t *dhd) in dhd_is_pno_supported()
174 dhd_is_legacy_pno_enabled(dhd_pub_t *dhd) in dhd_is_legacy_pno_enabled()
283 dhd_gscan_clear_all_batch_results(dhd_pub_t *dhd) in dhd_gscan_clear_all_batch_results()
302 _dhd_pno_gscan_cfg(dhd_pub_t *dhd, wl_pfn_gscan_cfg_t *pfncfg_gscan_param, int size) in _dhd_pno_gscan_cfg()
320 _dhd_pno_flush_ssid(dhd_pub_t *dhd) in _dhd_pno_flush_ssid()
343 _dhd_pno_suspend(dhd_pub_t *dhd) in _dhd_pno_suspend()
363 _dhd_pno_enable(dhd_pub_t *dhd, int enable) in _dhd_pno_enable()
409 _dhd_pno_set(dhd_pub_t *dhd, const dhd_pno_params_t *pno_params, dhd_pno_mode_t mode) in _dhd_pno_set()
[all …]

123456