Lines Matching refs:ocs_softc
62 static void ocs_release_bus(struct ocs_softc *);
63 static int32_t ocs_intr_alloc(struct ocs_softc *);
64 static int32_t ocs_intr_setup(struct ocs_softc *);
65 static int32_t ocs_intr_teardown(struct ocs_softc *);
68 static int32_t ocs_init_dma_tag(struct ocs_softc *ocs);
116 ocs_map_g7_bars(device_t dev, struct ocs_softc *ocs) in ocs_map_g7_bars()
158 ocs_map_bars(device_t dev, struct ocs_softc *ocs) in ocs_map_bars()
180 ocs_setup_params(struct ocs_softc *ocs) in ocs_setup_params()
503 struct ocs_softc *ocs; in ocs_pci_attach()
508 ocs = (struct ocs_softc *)device_get_softc(dev); in ocs_pci_attach()
513 memset(ocs, 0, sizeof(struct ocs_softc)); in ocs_pci_attach()
671 struct ocs_softc *ocs; in ocs_pci_detach()
673 ocs = (struct ocs_softc *)device_get_softc(dev); in ocs_pci_detach()
733 ocs_release_bus(struct ocs_softc *ocs) in ocs_release_bus()
773 ocs_intr_alloc(struct ocs_softc *ocs) in ocs_intr_alloc()
814 ocs_intr_setup(struct ocs_softc *ocs) in ocs_intr_setup()
840 ocs_intr_teardown(struct ocs_softc *ocs) in ocs_intr_teardown()
867 struct ocs_softc *ocs = NULL; in ocs_pci_intx_filter()
903 struct ocs_softc *ocs = intr->softc; in ocs_pci_intr()
918 ocs_init_dma_tag(struct ocs_softc *ocs) in ocs_init_dma_tag()
1002 sizeof(struct ocs_softc)