/wlan-driver/qca-wifi-host-cmn/hif/src/ |
D | hif_main_legacy.c | 41 int hif_send_fast(struct hif_opaque_softc *osc, qdf_nbuf_t nbuf, in hif_send_fast() argument 44 void *ce_tx_hdl = hif_get_ce_handle(osc, CE_HTT_TX_CE); in hif_send_fast()
|
D | hif_irq_affinity.c | 255 exec_ctx = hif_exec_get_ctx(&napid->hif_softc->osc, ctx_id); in hncm_exec_migrate_to() 450 exec_ctx = hif_exec_get_ctx(&napid->hif_softc->osc, i); in hif_exec_dl_irq()
|
D | hif_main.c | 2699 void hif_update_pipe_callback(struct hif_opaque_softc *osc, in hif_update_pipe_callback() argument 2703 struct hif_softc *scn = HIF_GET_SOFTC(osc); in hif_update_pipe_callback() 2855 qdf_nbuf_t hif_batch_send(struct hif_opaque_softc *osc, qdf_nbuf_t msdu, in hif_batch_send() argument 2858 void *ce_tx_hdl = hif_get_ce_handle(osc, CE_HTT_TX_CE); in hif_batch_send() 2876 void hif_update_tx_ring(struct hif_opaque_softc *osc, u_int32_t num_htt_cmpls) in hif_update_tx_ring() argument 2878 void *ce_tx_hdl = hif_get_ce_handle(osc, CE_HTT_TX_CE); in hif_update_tx_ring() 2895 QDF_STATUS hif_send_single(struct hif_opaque_softc *osc, qdf_nbuf_t msdu, in hif_send_single() argument 2898 void *ce_tx_hdl = hif_get_ce_handle(osc, CE_HTT_TX_CE); in hif_send_single()
|
D | hif_main.h | 361 struct hif_opaque_softc osc; member
|
/wlan-driver/qca-wifi-host-cmn/hif/inc/ |
D | hif.h | 2053 void hif_update_tx_ring(struct hif_opaque_softc *osc, u_int32_t num_htt_cmpls); 2054 qdf_nbuf_t hif_batch_send(struct hif_opaque_softc *osc, qdf_nbuf_t msdu, 2056 QDF_STATUS hif_send_single(struct hif_opaque_softc *osc, qdf_nbuf_t msdu, 2058 int hif_send_fast(struct hif_opaque_softc *osc, qdf_nbuf_t nbuf, 2063 void hif_disable_interrupt(struct hif_opaque_softc *osc, uint32_t pipe_num); 2065 struct hif_pipe_addl_info *hif_get_addl_pipe_info(struct hif_opaque_softc *osc, 2067 uint32_t hif_set_nss_wifiol_mode(struct hif_opaque_softc *osc, 2069 int32_t hif_get_nss_wifiol_bypass_nw_process(struct hif_opaque_softc *osc); 2076 void hif_set_attribute(struct hif_opaque_softc *osc, uint8_t hif_attrib); 2137 void hif_update_pipe_callback(struct hif_opaque_softc *osc,
|
/wlan-driver/qcacld-3.0/core/dp/txrx/ |
D | ol_tx.h | 60 void ol_tx_setup_fastpath_ce_handles(struct hif_opaque_softc *osc, 64 void ol_tx_setup_fastpath_ce_handles(struct hif_opaque_softc *osc, in ol_tx_setup_fastpath_ce_handles() argument
|
D | ol_tx_ll_fastpath.c | 65 void ol_tx_setup_fastpath_ce_handles(struct hif_opaque_softc *osc, in ol_tx_setup_fastpath_ce_handles() argument 73 pdev->ce_tx_hdl = hif_get_ce_handle(osc, CE_HTT_H2T_MSG); in ol_tx_setup_fastpath_ce_handles()
|
D | ol_txrx.c | 1112 struct hif_opaque_softc *osc = cds_get_context(QDF_MODULE_ID_HIF); in ol_txrx_pdev_post_attach() local 1121 if (!osc || !pdev) { in ol_txrx_pdev_post_attach() 1146 ol_tx_setup_fastpath_ce_handles(osc, pdev); in ol_txrx_pdev_post_attach() 4563 struct hif_opaque_softc *osc = cds_get_context(QDF_MODULE_ID_HIF); in ol_txrx_disp_peer_stats() local 4565 if (osc && hif_is_load_or_unload_in_progress(HIF_GET_SOFTC(osc))) in ol_txrx_disp_peer_stats()
|
/wlan-driver/qcacld-3.0/core/dp/htt/ |
D | htt.c | 405 struct hif_opaque_softc *osc = cds_get_context(QDF_MODULE_ID_HIF); in htt_pdev_alloc() local 407 if (!osc) in htt_pdev_alloc() 476 if (hif_ce_fastpath_cb_register(osc, htt_t2h_msg_handler_fast, pdev)) in htt_pdev_alloc()
|
/wlan-driver/qca-wifi-host-cmn/hif/src/ce/ |
D | ce_main.c | 2113 status = hif_map_service_to_pipe(&scn->osc, WMI_CONTROL_SVC, in hif_ce_bus_early_suspend() 2956 status = hif_map_service_to_pipe(&scn->osc, WMI_CONTROL_SVC, in hif_calc_wbuff_pool_size() 4303 hif_disable_isr(&scn->osc); in hif_ce_stop() 5883 struct hif_pipe_addl_info *hif_get_addl_pipe_info(struct hif_opaque_softc *osc, in hif_get_addl_pipe_info() argument 5886 struct hif_softc *scn = HIF_GET_SOFTC(osc); in hif_get_addl_pipe_info() 5888 struct HIF_CE_state *hif_state = HIF_GET_CE_STATE(osc); in hif_get_addl_pipe_info() 5927 uint32_t hif_set_nss_wifiol_mode(struct hif_opaque_softc *osc, uint32_t mode) in hif_set_nss_wifiol_mode() argument 5929 struct hif_softc *scn = HIF_GET_SOFTC(osc); in hif_set_nss_wifiol_mode() 5937 void hif_set_attribute(struct hif_opaque_softc *osc, uint8_t hif_attrib) in hif_set_attribute() argument 5939 struct hif_softc *scn = HIF_GET_SOFTC(osc); in hif_set_attribute() [all …]
|
/wlan-driver/qca-wifi-host-cmn/hif/src/snoc/ |
D | if_snoc.c | 52 hif_exec_kill(&scn->osc); in hif_snoc_disable_isr()
|
D | if_ahb.c | 136 hif_exec_kill(&scn->osc); in hif_ahb_disable_isr()
|
/wlan-driver/qca-wifi-host-cmn/hif/src/ipcie/ |
D | if_ipci.c | 378 hif_exec_kill(&scn->osc); in hif_ipci_disable_isr()
|
/wlan-driver/qca-wifi-host-cmn/hif/src/pcie/ |
D | if_pci.c | 2578 hif_exec_kill(&scn->osc); in hif_pci_disable_isr()
|