Home
last modified time | relevance | path

Searched defs:dhdp (Results 1 – 25 of 33) sorted by relevance

12

/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
Ddhd_debug_linux.c51 dhd_pub_t *dhdp; member
74 debug_data_send(dhd_pub_t *dhdp, int ring_id, const void *data, const uint32 len, in debug_data_send()
91 dhd_os_dbg_urgent_notifier(dhd_pub_t *dhdp, const void *data, const uint32 len) in dhd_os_dbg_urgent_notifier()
117 dhd_pub_t *dhdp = ring_info->dhdp; in dbg_ring_poll_worker() local
193 dhd_os_dbg_register_urgent_notifier(dhd_pub_t *dhdp, dbg_urgent_noti_sub_t urgent_noti_sub) in dhd_os_dbg_register_urgent_notifier()
203 dhd_os_start_logging(dhd_pub_t *dhdp, char *ring_name, int log_level, in dhd_os_start_logging()
243 dhd_os_reset_logging(dhd_pub_t *dhdp) in dhd_os_reset_logging()
275 dhd_os_suppress_logging(dhd_pub_t *dhdp, bool suppress) in dhd_os_suppress_logging()
301 dhd_os_get_ring_status(dhd_pub_t *dhdp, int ring_id, dhd_dbg_ring_status_t *dbg_ring_status) in dhd_os_get_ring_status()
307 dhd_os_trigger_get_ring_data(dhd_pub_t *dhdp, char *ring_name) in dhd_os_trigger_get_ring_data()
[all …]
Ddhd_flowring.c88 dhd_flow_ring_node(dhd_pub_t *dhdp, uint16 flowid) in dhd_flow_ring_node()
106 dhd_flow_queue(dhd_pub_t *dhdp, uint16 flowid) in dhd_flow_queue()
121 dhd_flow_queue_reinit(dhd_pub_t *dhdp, flow_queue_t *queue, int max) in dhd_flow_queue_reinit()
141 dhd_flow_queue_init(dhd_pub_t *dhdp, flow_queue_t *queue, int max) in dhd_flow_queue_init()
162 dhd_flow_queue_enqueue(dhd_pub_t *dhdp, flow_queue_t *queue, void *pkt) in dhd_flow_queue_enqueue()
196 dhd_flow_queue_dequeue(dhd_pub_t *dhdp, flow_queue_t *queue) in dhd_flow_queue_dequeue()
227 dhd_flow_queue_reinsert(dhd_pub_t *dhdp, flow_queue_t *queue, void *pkt) in dhd_flow_queue_reinsert()
244 dhd_flow_ring_config_thresholds(dhd_pub_t *dhdp, uint16 flowid, in dhd_flow_ring_config_thresholds()
272 dhd_num_prio_supported_per_flow_ring(dhd_pub_t *dhdp) in dhd_num_prio_supported_per_flow_ring()
305 dhd_get_max_multi_client_flow_rings(dhd_pub_t *dhdp) in dhd_get_max_multi_client_flow_rings()
[all …]
Ddhd_debug.c147 dhd_dbg_push_to_ring(dhd_pub_t *dhdp, int ring_id, dhd_dbg_ring_entry_t *hdr, void *data) in dhd_dbg_push_to_ring()
176 dhd_dbg_get_ring_from_ring_id(dhd_pub_t *dhdp, int ring_id) in dhd_dbg_get_ring_from_ring_id()
191 dhd_dbg_pull_single_from_ring(dhd_pub_t *dhdp, int ring_id, void *data, uint32 buf_len, in dhd_dbg_pull_single_from_ring()
211 dhd_dbg_pull_from_ring(dhd_pub_t *dhdp, int ring_id, void *data, uint32 buf_len) in dhd_dbg_pull_from_ring()
500 dhd_dbg_verboselog_handler(dhd_pub_t *dhdp, prcd_event_log_hdr_t *plog_hdr, in dhd_dbg_verboselog_handler()
564 dhd_dbg_verboselog_printf(dhd_pub_t *dhdp, prcd_event_log_hdr_t *plog_hdr, in dhd_dbg_verboselog_printf()
777 dhd_dbg_msgtrace_log_parser(dhd_pub_t *dhdp, void *event_data, in dhd_dbg_msgtrace_log_parser()
1090 static INLINE void dhd_dbg_verboselog_handler(dhd_pub_t *dhdp, in dhd_dbg_verboselog_handler()
1093 INLINE void dhd_dbg_msgtrace_log_parser(dhd_pub_t *dhdp, in dhd_dbg_msgtrace_log_parser()
1099 dhd_dbg_trace_evnt_handler(dhd_pub_t *dhdp, void *event_data, in dhd_dbg_trace_evnt_handler()
[all …]
Ddhd_linux_pktdump.h65 static INLINE void dhd_dump_mod_pkt_timer(dhd_pub_t *dhdp, uint16 rsn) { } in dhd_dump_mod_pkt_timer()
66 static INLINE void dhd_dump_pkt_init(dhd_pub_t *dhdp) { } in dhd_dump_pkt_init()
67 static INLINE void dhd_dump_pkt_deinit(dhd_pub_t *dhdp) { } in dhd_dump_pkt_deinit()
68 static INLINE void dhd_dump_pkt_clear(dhd_pub_t *dhdp) { } in dhd_dump_pkt_clear()
76 static INLINE void dhd_trx_pkt_dump(dhd_pub_t *dhdp, int ifidx, in dhd_trx_pkt_dump()
85 static INLINE void dhd_dhcp_dump(dhd_pub_t *dhdp, int ifidx, in dhd_dhcp_dump()
94 static INLINE void dhd_dns_dump(dhd_pub_t *dhdp, int ifidx, in dhd_dns_dump()
103 static INLINE void dhd_icmp_dump(dhd_pub_t *dhdp, int ifidx, in dhd_icmp_dump()
112 static INLINE void dhd_arp_dump(dhd_pub_t *dhdp, int ifidx, in dhd_arp_dump()
Ddhd_linux_lb.c338 void dhd_lb_stats_init(dhd_pub_t *dhdp) in dhd_lb_stats_init()
466 void dhd_lb_stats_deinit(dhd_pub_t *dhdp) in dhd_lb_stats_deinit()
536 void dhd_lb_stats_dump_histo(dhd_pub_t *dhdp, in dhd_lb_stats_dump_histo()
597 void dhd_lb_stats_dump(dhd_pub_t *dhdp, struct bcmstrbuf *strbuf) in dhd_lb_stats_dump()
688 void dhd_lb_stats_update_napi_histo(dhd_pub_t *dhdp, uint32 count) in dhd_lb_stats_update_napi_histo()
700 void dhd_lb_stats_update_txc_histo(dhd_pub_t *dhdp, uint32 count) in dhd_lb_stats_update_txc_histo()
712 void dhd_lb_stats_update_rxc_histo(dhd_pub_t *dhdp, uint32 count) in dhd_lb_stats_update_rxc_histo()
724 void dhd_lb_stats_txc_percpu_cnt_incr(dhd_pub_t *dhdp) in dhd_lb_stats_txc_percpu_cnt_incr()
730 void dhd_lb_stats_rxc_percpu_cnt_incr(dhd_pub_t *dhdp) in dhd_lb_stats_rxc_percpu_cnt_incr()
789 dhd_lb_tx_compl_dispatch(dhd_pub_t *dhdp) in dhd_lb_tx_compl_dispatch()
[all …]
Ddhd_bus.h293 static INLINE void dhd_bus_intr_count_dump(dhd_pub_t *dhdp) { UNUSED_PARAMETER(dhdp); } in dhd_bus_intr_count_dump()
294 static INLINE void dhd_bus_set_dpc_sched_time(dhd_pub_t *dhdp) { } in dhd_bus_set_dpc_sched_time()
295 static INLINE bool dhd_bus_query_dpc_sched_errors(dhd_pub_t *dhdp) { return 0; } in dhd_bus_query_dpc_sched_errors()
296 static INLINE int dhd_bus_dmaxfer_lpbk(dhd_pub_t *dhdp, uint32 type) { return 0; } in dhd_bus_dmaxfer_lpbk()
298 extern INLINE void dhd_bus_set_linkdown(dhd_pub_t *dhdp, bool val) { } in dhd_bus_set_linkdown()
299 extern INLINE int dhd_bus_get_linkdown(dhd_pub_t *dhdp) { return 0; } in dhd_bus_get_linkdown()
300 static INLINE int dhd_bus_get_cto(dhd_pub_t *dhdp) { return 0; } in dhd_bus_get_cto()
Ddhd_linux.c1013 struct dhd_if * dhd_get_ifp(dhd_pub_t *dhdp, uint32 ifidx) in dhd_get_ifp()
1083 dhd_sta_free(dhd_pub_t * dhdp, dhd_sta_t * sta) in dhd_sta_free()
1143 dhd_sta_alloc(dhd_pub_t * dhdp) in dhd_sta_alloc()
1202 dhd_sta_pool_init(dhd_pub_t *dhdp, int max_sta) in dhd_sta_pool_init()
1255 dhd_sta_pool_fini(dhd_pub_t *dhdp, int max_sta) in dhd_sta_pool_fini()
1276 dhd_sta_pool_clear(dhd_pub_t *dhdp, int max_sta) in dhd_sta_pool_clear()
1540 static inline int dhd_sta_pool_init(dhd_pub_t *dhdp, int max_sta) { return BCME_OK; } in dhd_sta_pool_init()
1541 static inline void dhd_sta_pool_fini(dhd_pub_t *dhdp, int max_sta) {} in dhd_sta_pool_fini()
1542 static inline void dhd_sta_pool_clear(dhd_pub_t *dhdp, int max_sta) {} in dhd_sta_pool_clear()
1550 dhd_axi_error_dispatch(dhd_pub_t *dhdp) in dhd_axi_error_dispatch()
[all …]
Ddhd.h173 #define DHD_BUS_BUSY_SET_IN_TX(dhdp) \ argument
175 #define DHD_BUS_BUSY_SET_IN_SEND_PKT(dhdp) \ argument
177 #define DHD_BUS_BUSY_SET_IN_DPC(dhdp) \ argument
179 #define DHD_BUS_BUSY_SET_IN_WD(dhdp) \ argument
181 #define DHD_BUS_BUSY_SET_IN_IOVAR(dhdp) \ argument
183 #define DHD_BUS_BUSY_SET_IN_DHD_IOVAR(dhdp) \ argument
185 #define DHD_BUS_BUSY_SET_SUSPEND_IN_PROGRESS(dhdp) \ argument
187 #define DHD_BUS_BUSY_SET_RESUME_IN_PROGRESS(dhdp) \ argument
189 #define DHD_BUS_BUSY_SET_RPM_SUSPEND_IN_PROGRESS(dhdp) \ argument
191 #define DHD_BUS_BUSY_SET_RPM_SUSPEND_DONE(dhdp) \ argument
[all …]
Ddhd_ip.c131 dhd_pub_t *dhdp; member
219 static int _tdata_psh_info_pool_init(dhd_pub_t *dhdp, in _tdata_psh_info_pool_init()
253 static void _tdata_psh_info_pool_deinit(dhd_pub_t *dhdp, in _tdata_psh_info_pool_deinit()
307 dhd_pub_t *dhdp; in dhd_tcpack_send() local
369 int dhd_tcpack_suppress_set(dhd_pub_t *dhdp, uint8 mode) in dhd_tcpack_suppress_set()
525 dhd_tcpack_info_tbl_clean(dhd_pub_t *dhdp) in dhd_tcpack_info_tbl_clean()
575 inline int dhd_tcpack_check_xmit(dhd_pub_t *dhdp, void *pkt) in dhd_tcpack_check_xmit()
636 static INLINE bool dhd_tcpdata_psh_acked(dhd_pub_t *dhdp, uint8 *ip_hdr, in dhd_tcpdata_psh_acked()
719 dhd_tcpack_suppress(dhd_pub_t *dhdp, void *pkt) in dhd_tcpack_suppress()
942 dhd_tcpdata_info_get(dhd_pub_t *dhdp, void *pkt) in dhd_tcpdata_info_get()
[all …]
Ddhd_wlfc.c78 _dhd_wlfc_thread_wakeup(dhd_pub_t *dhdp) in _dhd_wlfc_thread_wakeup()
534 dhd_pub_t *dhdp = (dhd_pub_t *)ctx->dhdp; in _dhd_wlfc_pushheader() local
687 _dhd_wlfc_prec_drop(dhd_pub_t *dhdp, int prec, void* p, bool bPktInQ) in _dhd_wlfc_prec_drop()
756 _dhd_wlfc_prec_enq_with_drop(dhd_pub_t *dhdp, struct pktq *pq, void *pkt, int prec, bool qHead, in _dhd_wlfc_prec_enq_with_drop()
930 dhd_pub_t *dhdp; in _dhd_wlfc_flow_control_check() local
982 dhd_pub_t *dhdp = (dhd_pub_t *)ctx->dhdp; in _dhd_wlfc_send_signalonly_packet() local
1124 dhd_pub_t *dhdp = (dhd_pub_t *)ctx->dhdp; in _dhd_wlfc_pretx_pktprocess() local
1433 dhd_pub_t *dhdp; in _dhd_wlfc_return_implied_credit() local
1533 dhd_pub_t *dhdp = (dhd_pub_t *)ctx->dhdp; in _dhd_wlfc_pktq_flush() local
1844 dhd_pub_t *dhdp = (dhd_pub_t *)(ctx->dhdp); in _dhd_wlfc_mac_entry_update() local
[all …]
Ddhd_common.c435 dhd_query_bus_erros(dhd_pub_t *dhdp) in dhd_query_bus_erros()
520 dhd_clear_bus_errors(dhd_pub_t *dhdp) in dhd_clear_bus_errors()
790 dhd_common_socram_dump(dhd_pub_t *dhdp) in dhd_common_socram_dump()
800 dhd_dump(dhd_pub_t *dhdp, char *buf, int buflen) in dhd_dump()
890 dhd_dump_to_kernelog(dhd_pub_t *dhdp) in dhd_dump_to_kernelog()
2328 dhd_prec_enq(dhd_pub_t *dhdp, struct pktq *q, void *pkt, int prec) in dhd_prec_enq()
2386 dhd_prec_drop_pkts(dhd_pub_t *dhdp, struct pktq *pq, int prec, f_droppkt_t fn) in dhd_prec_drop_pkts()
3118 dngl_host_event(dhd_pub_t *dhdp, void *pktdata, bcm_dngl_event_msg_t *dngl_event, size_t pktlen) in dngl_host_event()
3216 dngl_host_event_process(dhd_pub_t *dhdp, bcm_dngl_event_t *event, in dngl_host_event_process()
4583 dhd_ndo_get_version(dhd_pub_t *dhdp) in dhd_ndo_get_version()
[all …]
Ddhd_linux_pktdump.c404 dhd_dump_pkt(dhd_pub_t *dhdp, int ifidx, uint8 *pktdata, uint32 pktlen, in dhd_dump_pkt()
433 dhd_dump_pkt_cnts_inc(dhd_pub_t *dhdp, bool tx, uint16 *pktfate, uint16 pkttype) in dhd_dump_pkt_cnts_inc()
472 dhd_pub_t *dhdp = (dhd_pub_t *)data; in dhd_dump_pkt_timer() local
491 dhd_dump_mod_pkt_timer(dhd_pub_t *dhdp, uint16 rsn) in dhd_dump_mod_pkt_timer()
523 dhd_dump_pkt_init(dhd_pub_t *dhdp) in dhd_dump_pkt_init()
545 dhd_dump_pkt_deinit(dhd_pub_t *dhdp) in dhd_dump_pkt_deinit()
562 dhd_dump_pkt_clear(dhd_pub_t *dhdp) in dhd_dump_pkt_clear()
580 dhd_dump_pkt_enabled(dhd_pub_t *dhdp) in dhd_dump_pkt_enabled()
594 dhd_dump_pkt_cnts_inc(dhd_pub_t *dhdp, bool tx, uint16 *pktfate, uint16 pkttype) { } in dhd_dump_pkt_cnts_inc()
596 dhd_dump_pkt_enabled(dhd_pub_t *dhdp) { return FALSE; } in dhd_dump_pkt_enabled()
[all …]
Ddhd_debug.h87 #define DBG_RING_ACTIVE(dhdp, ring_id) \ argument
90 #define DBG_RING_ACTIVE(dhdp, ring_id) 0 argument
348 #define DBG_EVENT_LOG(dhdp, connect_state) \ argument
662 #define DHD_DBG_PKT_MON_TX(dhdp, pkt, pktid) \ argument
668 #define DHD_DBG_PKT_MON_TX_STATUS(dhdp, pkt, pktid, status) \ argument
674 #define DHD_DBG_PKT_MON_RX(dhdp, pkt) \ argument
683 #define DHD_DBG_PKT_MON_START(dhdp) \ argument
685 #define DHD_DBG_PKT_MON_STOP(dhdp) \ argument
688 #define DHD_DBG_PKT_MON_TX(dhdp, pkt, pktid) argument
689 #define DHD_DBG_PKT_MON_TX_STATUS(dhdp, pkt, pktid, status) argument
[all …]
Ddhd_sdio.c3060 dhd_bus_dump(dhd_pub_t *dhdp, struct bcmstrbuf *strbuf) in dhd_bus_dump()
3179 dhd_bus_clearcounts(dhd_pub_t *dhdp) in dhd_bus_clearcounts()
3714 dhd_bus_mem_dump(dhd_pub_t *dhdp) in dhd_bus_mem_dump()
3725 dhd_bus_get_mem_dump(dhd_pub_t *dhdp) in dhd_bus_get_mem_dump()
3787 dhd_pub_t *dhdp; in dhdsdio_mem_dump() local
4738 dhd_bus_iovar_op(dhd_pub_t *dhdp, const char *name, in dhd_bus_iovar_op()
4964 dhd_txglom_enable(dhd_pub_t *dhdp, bool enable) in dhd_txglom_enable()
5003 dhd_bus_init(dhd_pub_t *dhdp, bool enforce_mutex) in dhd_bus_init()
7510 int dhd_bus_oob_intr_register(dhd_pub_t *dhdp) in dhd_bus_oob_intr_register()
7520 void dhd_bus_oob_intr_unregister(dhd_pub_t *dhdp) in dhd_bus_oob_intr_unregister()
[all …]
Dwl_escan.c873 wl_escan_set_scan(struct net_device *dev, dhd_pub_t *dhdp, in wl_escan_set_scan()
1141 wl_escan_get_scan(struct net_device *dev, dhd_pub_t *dhdp, in wl_escan_get_scan()
1526 wl_escan_down(struct net_device *dev, dhd_pub_t *dhdp) in wl_escan_down()
1542 wl_escan_up(struct net_device *dev, dhd_pub_t *dhdp) in wl_escan_up()
1595 wl_escan_event_dettach(struct net_device *dev, dhd_pub_t *dhdp) in wl_escan_event_dettach()
1611 wl_escan_event_attach(struct net_device *dev, dhd_pub_t *dhdp) in wl_escan_event_attach()
1631 wl_escan_detach(struct net_device *dev, dhd_pub_t *dhdp) in wl_escan_detach()
1652 wl_escan_attach(struct net_device *dev, dhd_pub_t *dhdp) in wl_escan_attach()
Ddhd_pcie.c743 dhd_bus_skip_clm(dhd_pub_t *dhdp) in dhd_bus_skip_clm()
787 uint dhd_bus_chip_id(dhd_pub_t *dhdp) in dhd_bus_chip_id()
794 uint dhd_bus_chiprev_id(dhd_pub_t *dhdp) in dhd_bus_chiprev_id()
801 uint dhd_bus_chippkg_id(dhd_pub_t *dhdp) in dhd_bus_chippkg_id()
817 dhd_bus_dmaxfer_lpbk(dhd_pub_t *dhdp, uint32 type) in dhd_bus_dmaxfer_lpbk()
854 dhd_bus_set_dpc_sched_time(dhd_pub_t *dhdp) in dhd_bus_set_dpc_sched_time()
861 dhd_bus_query_dpc_sched_errors(dhd_pub_t *dhdp) in dhd_bus_query_dpc_sched_errors()
1759 dhdpcie_advertise_bus_cleanup(dhd_pub_t *dhdp) in dhdpcie_advertise_bus_cleanup()
1787 dhdpcie_advertise_bus_remove(dhd_pub_t *dhdp) in dhdpcie_advertise_bus_remove()
3698 dhd_pub_t *dhdp; in dhdpcie_mem_dump() local
[all …]
Ddhd_dbg_ring.c39 dhd_dbg_ring_init(dhd_pub_t *dhdp, dhd_dbg_ring_t *ring, uint16 id, uint8 *name, in dhd_dbg_ring_init()
73 dhd_dbg_ring_deinit(dhd_pub_t *dhdp, dhd_dbg_ring_t *ring) in dhd_dbg_ring_deinit()
Ddhd_cdc.c82 dhd_prot_get_ioctl_trans_id(dhd_pub_t *dhdp) in dhd_prot_get_ioctl_trans_id()
489 dhd_prot_iovar_op(dhd_pub_t *dhdp, const char *name, in dhd_prot_iovar_op()
496 dhd_prot_dump(dhd_pub_t *dhdp, struct bcmstrbuf *strbuf) in dhd_prot_dump()
Ddhd_mschdbg.c511 static void dhd_mschdbg_dump_data(dhd_pub_t *dhdp, void *raw_event_ptr, int type, in dhd_mschdbg_dump_data()
734 wl_mschdbg_event_handler(dhd_pub_t *dhdp, void *raw_event_ptr, int type, void *data, int len) in wl_mschdbg_event_handler()
741 wl_mschdbg_verboselog_handler(dhd_pub_t *dhdp, void *raw_event_ptr, prcd_event_log_hdr_t *plog_hdr, in wl_mschdbg_verboselog_handler()
Dwl_cfgscan.c1578 dhd_pub_t *dhdp = (dhd_pub_t *)(cfg->pub); in wl_cfgscan_handle_scanbusy() local
2048 dhd_pub_t *dhdp = (dhd_pub_t *)(cfg->pub); in wl_notify_escan_complete() local
2518 dhd_pub_t *dhdp = (dhd_pub_t *)(cfg->pub); in wl_cfg80211_sched_scan_start() local
2647 dhd_pub_t *dhdp = (dhd_pub_t *)(cfg->pub); in wl_cfg80211_sched_scan_stop() local
2682 dhd_pub_t *dhdp = (dhd_pub_t *)(cfg->pub); in wl_scan_timeout() local
2825 dhd_pub_t *dhdp = (dhd_pub_t *)(cfg->pub); in wl_notify_sched_scan_results() local
Ddhd_linux_exportfs.c109 dhd_dbg_ring_proc_create(dhd_pub_t *dhdp) in dhd_dbg_ring_proc_create()
147 dhd_dbg_ring_proc_destroy(dhd_pub_t *dhdp) in dhd_dbg_ring_proc_destroy()
375 dhd_pub_t *dhdp; in ecounter_onoff() local
642 dhd_pub_t *dhdp; in show_memdump_info() local
658 dhd_pub_t *dhdp; in set_memdump_info() local
Ddbus.c2019 dhd_bus_iovar_op(dhd_pub_t *dhdp, const char *name, in dhd_bus_iovar_op()
2567 dhd_bus_dump(dhd_pub_t *dhdp, struct bcmstrbuf *strbuf) in dhd_bus_dump()
2573 dhd_bus_clearcounts(dhd_pub_t *dhdp) in dhd_bus_clearcounts()
2589 dhd_dbus_advertise_bus_cleanup(dhd_pub_t *dhdp) in dhd_dbus_advertise_bus_cleanup()
2609 dhd_dbus_advertise_bus_remove(dhd_pub_t *dhdp) in dhd_dbus_advertise_bus_remove()
2629 dhd_bus_devreset(dhd_pub_t *dhdp, uint8 flag) in dhd_bus_devreset()
Dwl_cfg80211.c6150 dhd_pub_t *dhdp = (dhd_pub_t *)(cfg->pub); in wl_cfg80211_cleanup_mismatch_status() local
6302 dhd_pub_t *dhdp = (dhd_pub_t *)(cfg->pub); in wl_cfg80211_connect() local
6875 dhd_pub_t *dhdp = (dhd_pub_t *)(cfg->pub); in wl_cfg80211_disconnect() local
7226 dhd_pub_t *dhdp = (dhd_pub_t *)(cfg->pub); in wl_cfg80211_block_arp() local
7288 dhd_pub_t *dhdp = (dhd_pub_t *)(cfg->pub); in wl_cfg80211_add_key() local
7453 dhd_pub_t *dhdp = (dhd_pub_t *)(cfg->pub); in wl_cfg80211_del_key() local
7703 dhd_pub_t *dhdp = (dhd_pub_t *)(cfg->pub); in wl_cfg80211_ifstats_counters() local
8398 dhd_pub_t *dhdp = (dhd_pub_t *)(cfg->pub); in wl_cfg80211_set_pmksa() local
11128 dhd_pub_t *dhdp = (dhd_pub_t *)(cfg->pub); in wl_cfg80211_bcn_bringup_ap() local
13388 dhd_pub_t *dhdp = (dhd_pub_t *)(cfg->pub); in wl_inform_single_bss() local
[all …]
Dwl_event.c468 wl_ext_event_attach(struct net_device *dev, dhd_pub_t *dhdp) in wl_ext_event_attach()
496 wl_ext_event_dettach(dhd_pub_t *dhdp) in wl_ext_event_dettach()
Ddhd_msgbuf.c1997 #define DHD_PKTID_AUDIT(dhdp, map, pktid, test_for) \ argument
2001 dhd_pktid_audit_ring_debug(dhd_pub_t *dhdp, dhd_pktid_map_t *map, uint32 pktid, in dhd_pktid_audit_ring_debug()
2019 #define DHD_PKTID_AUDIT_RING_DEBUG(dhdp, map, pktid, test_for, msg, msg_len) \ argument
3640 #define DHD_LB_DISPATCH_RX_PROCESS(dhdp) dhd_lb_dispatch_rx_process(dhdp) argument
3642 #define DHD_LB_DISPATCH_RX_PROCESS(dhdp) do { /* noop */ } while (0) argument
3646 #define DHD_LB_DISPATCH_RX_COMPL(dhdp) dhd_lb_dispatch_rx_compl(dhdp) argument
3648 #define DHD_LB_DISPATCH_RX_COMPL(dhdp) do { /* noop */ } while (0) argument
3652 #define DHD_LB_DISPATCH_TX_COMPL(dhdp) dhd_lb_dispatch_tx_compl(dhdp) argument
3654 #define DHD_LB_DISPATCH_TX_COMPL(dhdp) do { /* noop */ } while (0) argument
3671 dhd_lb_dispatch_rx_process(dhd_pub_t *dhdp) in dhd_lb_dispatch_rx_process()
[all …]

12