Lines Matching refs:status
1227 ioc->taskmgmt_cmds.status |= MPT_MGMT_STATUS_COMMAND_GOOD;
1228 ioc->taskmgmt_cmds.status |= MPT_MGMT_STATUS_RF_VALID;
1231 if (ioc->taskmgmt_cmds.status & MPT_MGMT_STATUS_PENDING) {
1232 ioc->taskmgmt_cmds.status &= ~MPT_MGMT_STATUS_PENDING;
1313 if (ioc->sas_mgmt.status & MPT_MGMT_STATUS_PENDING) {
1314 ioc->sas_mgmt.status |= MPT_MGMT_STATUS_DID_IOCRESET;
2064 ioc->sas_mgmt.status |= MPT_MGMT_STATUS_COMMAND_GOOD;
2066 ioc->sas_mgmt.status |= MPT_MGMT_STATUS_RF_VALID;
2071 if (ioc->sas_mgmt.status & MPT_MGMT_STATUS_PENDING) {
2072 ioc->sas_mgmt.status &= ~MPT_MGMT_STATUS_PENDING;
2115 INITIALIZE_MGMT_STATUS(ioc->sas_mgmt.status)
2120 if (!(ioc->sas_mgmt.status & MPT_MGMT_STATUS_COMMAND_GOOD)) {
2123 if (ioc->sas_mgmt.status & MPT_MGMT_STATUS_DID_IOCRESET)
2131 if ((ioc->sas_mgmt.status &
2149 CLEAR_MGMT_STATUS(ioc->sas_mgmt.status)
2299 INITIALIZE_MGMT_STATUS(ioc->sas_mgmt.status)
2303 if (!(ioc->sas_mgmt.status & MPT_MGMT_STATUS_COMMAND_GOOD)) {
2307 if (ioc->sas_mgmt.status & MPT_MGMT_STATUS_DID_IOCRESET)
2315 if (ioc->sas_mgmt.status & MPT_MGMT_STATUS_RF_VALID) {
2339 CLEAR_MGMT_STATUS(ioc->sas_mgmt.status)
2911 INITIALIZE_MGMT_STATUS(ioc->sas_mgmt.status)
2915 if (!(ioc->sas_mgmt.status & MPT_MGMT_STATUS_COMMAND_GOOD)) {
2919 if (ioc->sas_mgmt.status & MPT_MGMT_STATUS_DID_IOCRESET)
2928 if (ioc->sas_mgmt.status & MPT_MGMT_STATUS_RF_VALID) {
2966 CLEAR_MGMT_STATUS(ioc->sas_mgmt.status)
4636 int status;
4644 status = le32_to_cpu(raid_event_data->SettingsStatus);
4645 state = (status >> 8) & 0xff;
4709 if (!(status & MPI_RAIDVOL0_STATUS_FLAG_ENABLED)) {
4796 INITIALIZE_MGMT_STATUS(ioc->taskmgmt_cmds.status)
4797 CLEAR_MGMT_STATUS(ioc->internal_cmds.status)
4804 if (!(ioc->taskmgmt_cmds.status & MPT_MGMT_STATUS_COMMAND_GOOD)) {
4809 if (ioc->taskmgmt_cmds.status & MPT_MGMT_STATUS_DID_IOCRESET)
4815 if (!(ioc->taskmgmt_cmds.status & MPT_MGMT_STATUS_RF_VALID)) {
4823 CLEAR_MGMT_STATUS(ioc->taskmgmt_cmds.status)