Searched refs:pvscsi_softc (Results 1 – 1 of 1) sorted by relevance
53 struct pvscsi_softc;57 static inline uint32_t pvscsi_reg_read(struct pvscsi_softc *sc,59 static inline void pvscsi_reg_write(struct pvscsi_softc *sc, uint32_t offset,61 static inline uint32_t pvscsi_read_intr_status(struct pvscsi_softc *sc);62 static inline void pvscsi_write_intr_status(struct pvscsi_softc *sc,64 static inline void pvscsi_intr_enable(struct pvscsi_softc *sc);65 static inline void pvscsi_intr_disable(struct pvscsi_softc *sc);66 static void pvscsi_kick_io(struct pvscsi_softc *sc, uint8_t cdb0);67 static void pvscsi_write_cmd(struct pvscsi_softc *sc, uint32_t cmd, void *data,69 static uint32_t pvscsi_get_max_targets(struct pvscsi_softc *sc);[all …]