Lines Matching refs:mpr_softc

115 static void mprsas_fw_work(struct mpr_softc *sc,
117 static void mprsas_fw_event_free(struct mpr_softc *,
119 static int mprsas_add_device(struct mpr_softc *sc, u16 handle, u8 linkrate);
120 static int mprsas_add_pcie_device(struct mpr_softc *sc, u16 handle,
122 static int mprsas_get_sata_identify(struct mpr_softc *sc, u16 handle,
125 static void mprsas_ata_id_complete(struct mpr_softc *, struct mpr_command *);
126 static void mprsas_ata_id_timeout(struct mpr_softc *, struct mpr_command *);
127 int mprsas_get_sas_address_for_sata_disk(struct mpr_softc *sc,
129 static int mprsas_volume_add(struct mpr_softc *sc,
131 static void mprsas_SSU_to_SATA_devices(struct mpr_softc *sc, int howto);
136 mprsas_evt_handler(struct mpr_softc *sc, uintptr_t data, in mprsas_evt_handler()
185 mprsas_fw_event_free(struct mpr_softc *sc, struct mpr_fw_event_work *fw_event) in mprsas_fw_event_free()
201 mprsas_fw_work(struct mpr_softc *sc, struct mpr_fw_event_work *fw_event) in mprsas_fw_work()
805 struct mpr_softc *sc; in mprsas_firmware_event_work()
807 sc = (struct mpr_softc *)arg; in mprsas_firmware_event_work()
817 mprsas_add_device(struct mpr_softc *sc, u16 handle, u8 linkrate) in mprsas_add_device()
1037 mprsas_get_sas_address_for_sata_disk(struct mpr_softc *sc, in mprsas_get_sas_address_for_sata_disk()
1132 mprsas_get_sata_identify(struct mpr_softc *sc, u16 handle, in mprsas_get_sata_identify()
1224 mprsas_ata_id_complete(struct mpr_softc *sc, struct mpr_command *cm) in mprsas_ata_id_complete()
1234 mprsas_ata_id_timeout(struct mpr_softc *sc, struct mpr_command *cm) in mprsas_ata_id_timeout()
1256 mprsas_add_pcie_device(struct mpr_softc *sc, u16 handle, u8 linkrate) in mprsas_add_pcie_device()
1392 mprsas_volume_add(struct mpr_softc *sc, u16 handle) in mprsas_volume_add()
1454 mprsas_SSU_to_SATA_devices(struct mpr_softc *sc, int howto) in mprsas_SSU_to_SATA_devices()
1589 mprsas_ir_shutdown(struct mpr_softc *sc, int howto) in mprsas_ir_shutdown()