Lines Matching refs:status
1255 ioc->taskmgmt_cmds.status |= MPT_MGMT_STATUS_COMMAND_GOOD;
1256 ioc->taskmgmt_cmds.status |= MPT_MGMT_STATUS_RF_VALID;
1259 if (ioc->taskmgmt_cmds.status & MPT_MGMT_STATUS_PENDING) {
1260 ioc->taskmgmt_cmds.status &= ~MPT_MGMT_STATUS_PENDING;
1341 if (ioc->sas_mgmt.status & MPT_MGMT_STATUS_PENDING) {
1342 ioc->sas_mgmt.status |= MPT_MGMT_STATUS_DID_IOCRESET;
2092 ioc->sas_mgmt.status |= MPT_MGMT_STATUS_COMMAND_GOOD;
2094 ioc->sas_mgmt.status |= MPT_MGMT_STATUS_RF_VALID;
2099 if (ioc->sas_mgmt.status & MPT_MGMT_STATUS_PENDING) {
2100 ioc->sas_mgmt.status &= ~MPT_MGMT_STATUS_PENDING;
2143 INITIALIZE_MGMT_STATUS(ioc->sas_mgmt.status)
2148 if (!(ioc->sas_mgmt.status & MPT_MGMT_STATUS_COMMAND_GOOD)) {
2151 if (ioc->sas_mgmt.status & MPT_MGMT_STATUS_DID_IOCRESET)
2159 if ((ioc->sas_mgmt.status &
2177 CLEAR_MGMT_STATUS(ioc->sas_mgmt.status)
2327 INITIALIZE_MGMT_STATUS(ioc->sas_mgmt.status)
2331 if (!(ioc->sas_mgmt.status & MPT_MGMT_STATUS_COMMAND_GOOD)) {
2335 if (ioc->sas_mgmt.status & MPT_MGMT_STATUS_DID_IOCRESET)
2343 if (ioc->sas_mgmt.status & MPT_MGMT_STATUS_RF_VALID) {
2367 CLEAR_MGMT_STATUS(ioc->sas_mgmt.status)
2941 INITIALIZE_MGMT_STATUS(ioc->sas_mgmt.status)
2945 if (!(ioc->sas_mgmt.status & MPT_MGMT_STATUS_COMMAND_GOOD)) {
2949 if (ioc->sas_mgmt.status & MPT_MGMT_STATUS_DID_IOCRESET)
2958 if (ioc->sas_mgmt.status & MPT_MGMT_STATUS_RF_VALID) {
2997 CLEAR_MGMT_STATUS(ioc->sas_mgmt.status)
4665 int status;
4673 status = le32_to_cpu(raid_event_data->SettingsStatus);
4674 state = (status >> 8) & 0xff;
4738 if (!(status & MPI_RAIDVOL0_STATUS_FLAG_ENABLED)) {
4826 INITIALIZE_MGMT_STATUS(ioc->taskmgmt_cmds.status)
4827 CLEAR_MGMT_STATUS(ioc->internal_cmds.status)
4834 if (!(ioc->taskmgmt_cmds.status & MPT_MGMT_STATUS_COMMAND_GOOD)) {
4839 if (ioc->taskmgmt_cmds.status & MPT_MGMT_STATUS_DID_IOCRESET)
4845 if (!(ioc->taskmgmt_cmds.status & MPT_MGMT_STATUS_RF_VALID)) {
4853 CLEAR_MGMT_STATUS(ioc->taskmgmt_cmds.status)