Home
last modified time | relevance | path

Searched refs:osc (Results 1 – 14 of 14) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/hif/src/
Dhif_main_legacy.c41 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()
Dhif_irq_affinity.c255 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()
Dhif_main.c2699 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()
Dhif_main.h361 struct hif_opaque_softc osc; member
/wlan-driver/qca-wifi-host-cmn/hif/inc/
Dhif.h2053 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/
Dol_tx.h60 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
Dol_tx_ll_fastpath.c65 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()
Dol_txrx.c1112 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/
Dhtt.c405 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/
Dce_main.c2113 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/
Dif_snoc.c52 hif_exec_kill(&scn->osc); in hif_snoc_disable_isr()
Dif_ahb.c136 hif_exec_kill(&scn->osc); in hif_ahb_disable_isr()
/wlan-driver/qca-wifi-host-cmn/hif/src/ipcie/
Dif_ipci.c378 hif_exec_kill(&scn->osc); in hif_ipci_disable_isr()
/wlan-driver/qca-wifi-host-cmn/hif/src/pcie/
Dif_pci.c2578 hif_exec_kill(&scn->osc); in hif_pci_disable_isr()