Searched refs:sas_mgmt (Results 1 – 2 of 2) sorted by relevance
1313 if (ioc->sas_mgmt.status & MPT_MGMT_STATUS_PENDING) { in mptsas_ioc_reset()1314 ioc->sas_mgmt.status |= MPT_MGMT_STATUS_DID_IOCRESET; in mptsas_ioc_reset()1315 complete(&ioc->sas_mgmt.done); in mptsas_ioc_reset()2065 ioc->sas_mgmt.status |= MPT_MGMT_STATUS_COMMAND_GOOD; in mptsas_mgmt_done()2067 ioc->sas_mgmt.status |= MPT_MGMT_STATUS_RF_VALID; in mptsas_mgmt_done()2068 memcpy(ioc->sas_mgmt.reply, reply, in mptsas_mgmt_done()2072 if (ioc->sas_mgmt.status & MPT_MGMT_STATUS_PENDING) { in mptsas_mgmt_done()2073 ioc->sas_mgmt.status &= ~MPT_MGMT_STATUS_PENDING; in mptsas_mgmt_done()2074 complete(&ioc->sas_mgmt.done); in mptsas_mgmt_done()2098 if (mutex_lock_interruptible(&ioc->sas_mgmt.mutex)) in mptsas_phy_reset()[all …]
747 MPT_MGMT sas_mgmt; member