Searched refs:HIF_GET_IPCI_SOFTC (Results 1 – 2 of 2) sorted by relevance
65 struct hif_ipci_softc *ipci_ctx = HIF_GET_IPCI_SOFTC(hif_ctx); in hif_ipci_clear_stats()76 struct hif_ipci_softc *sc = HIF_GET_IPCI_SOFTC(hif_ctx); in hif_ipci_open()95 struct hif_ipci_softc *ipci_scn = HIF_GET_IPCI_SOFTC(scn); in hif_ce_msi_map_ce_to_irq()243 struct hif_ipci_softc *sc = HIF_GET_IPCI_SOFTC(scn); in hif_ipci_disable_bus()376 struct hif_ipci_softc *sc = HIF_GET_IPCI_SOFTC(scn); in hif_ipci_disable_isr()456 struct hif_ipci_softc *ipci_sc = HIF_GET_IPCI_SOFTC(scn); in hif_ce_msi_configure_irq()620 struct hif_ipci_softc *ipci_sc = HIF_GET_IPCI_SOFTC(scn); in hif_ipci_ce_irq_set_affinity_hint()838 struct hif_ipci_softc *sc = HIF_GET_IPCI_SOFTC(ol_sc); in hif_ipci_enable_bus()894 struct hif_ipci_softc *ipci_scn = HIF_GET_IPCI_SOFTC(scn); in hif_force_wake_request()929 struct hif_ipci_softc *ipci_scn = HIF_GET_IPCI_SOFTC(scn); in hif_force_wake_release()[all …]
145 #define HIF_GET_IPCI_SOFTC(scn) ((struct hif_ipci_softc *)scn) macro