Lines Matching refs:mpt_softc
146 static void mpt_free_bus_resources(struct mpt_softc *mpt);
149 static int mpt_dma_mem_alloc(struct mpt_softc *mpt);
150 static void mpt_dma_mem_free(struct mpt_softc *mpt);
152 static void mpt_read_config_regs(struct mpt_softc *mpt);
153 static void mpt_set_config_regs(struct mpt_softc *mpt);
167 "mpt", mpt_methods, sizeof(struct mpt_softc)
253 mpt_set_options(struct mpt_softc *mpt) in mpt_set_options()
281 mpt_link_peer(struct mpt_softc *mpt)
283 struct mpt_softc *mpt2;
311 mpt_unlink_peer(struct mpt_softc *mpt)
323 struct mpt_softc *mpt; in mpt_pci_attach()
328 mpt = (struct mpt_softc*)device_get_softc(dev); in mpt_pci_attach()
569 mpt_free_bus_resources(struct mpt_softc *mpt) in mpt_free_bus_resources()
603 struct mpt_softc *mpt; in mpt_pci_detach()
605 mpt = (struct mpt_softc*)device_get_softc(dev); in mpt_pci_detach()
631 struct mpt_softc *mpt; in mpt_pci_shutdown()
633 mpt = (struct mpt_softc *)device_get_softc(dev); in mpt_pci_shutdown()
640 mpt_dma_mem_alloc(struct mpt_softc *mpt) in mpt_dma_mem_alloc()
707 mpt_dma_mem_free(struct mpt_softc *mpt) in mpt_dma_mem_free()
728 mpt_read_config_regs(struct mpt_softc *mpt)
746 mpt_set_config_regs(struct mpt_softc *mpt)
789 struct mpt_softc *mpt; in mpt_pci_intr()
791 mpt = (struct mpt_softc *)arg; in mpt_pci_intr()