Searched refs:sas_mgmt (Results 1 – 2 of 2) sorted by relevance
1341 if (ioc->sas_mgmt.status & MPT_MGMT_STATUS_PENDING) { in mptsas_ioc_reset()1342 ioc->sas_mgmt.status |= MPT_MGMT_STATUS_DID_IOCRESET; in mptsas_ioc_reset()1343 complete(&ioc->sas_mgmt.done); in mptsas_ioc_reset()2093 ioc->sas_mgmt.status |= MPT_MGMT_STATUS_COMMAND_GOOD; in mptsas_mgmt_done()2095 ioc->sas_mgmt.status |= MPT_MGMT_STATUS_RF_VALID; in mptsas_mgmt_done()2096 memcpy(ioc->sas_mgmt.reply, reply, in mptsas_mgmt_done()2100 if (ioc->sas_mgmt.status & MPT_MGMT_STATUS_PENDING) { in mptsas_mgmt_done()2101 ioc->sas_mgmt.status &= ~MPT_MGMT_STATUS_PENDING; in mptsas_mgmt_done()2102 complete(&ioc->sas_mgmt.done); in mptsas_mgmt_done()2126 if (mutex_lock_interruptible(&ioc->sas_mgmt.mutex)) in mptsas_phy_reset()[all …]
746 MPT_MGMT sas_mgmt; member