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()2092 ioc->sas_mgmt.status |= MPT_MGMT_STATUS_COMMAND_GOOD; in mptsas_mgmt_done()2094 ioc->sas_mgmt.status |= MPT_MGMT_STATUS_RF_VALID; in mptsas_mgmt_done()2095 memcpy(ioc->sas_mgmt.reply, reply, in mptsas_mgmt_done()2099 if (ioc->sas_mgmt.status & MPT_MGMT_STATUS_PENDING) { in mptsas_mgmt_done()2100 ioc->sas_mgmt.status &= ~MPT_MGMT_STATUS_PENDING; in mptsas_mgmt_done()2101 complete(&ioc->sas_mgmt.done); in mptsas_mgmt_done()2125 if (mutex_lock_interruptible(&ioc->sas_mgmt.mutex)) in mptsas_phy_reset()[all …]
747 MPT_MGMT sas_mgmt; member