Home
last modified time | relevance | path

Searched refs:MPI3_IOCSTATUS_SUCCESS (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/scsi/mpi3mr/
H A Dmpi3mr_transport.c74 if ((*ioc_status) != MPI3_IOCSTATUS_SUCCESS) in mpi3mr_post_transport_req()
204 if (ioc_status != MPI3_IOCSTATUS_SUCCESS) { in mpi3mr_report_manufacture()
310 if (ioc_status != MPI3_IOCSTATUS_SUCCESS) { in mpi3mr_get_sas_address()
821 if (ioc_status != MPI3_IOCSTATUS_SUCCESS) { in mpi3mr_set_identify()
1254 if (ioc_status != MPI3_IOCSTATUS_SUCCESS) { in mpi3mr_sas_host_add()
1282 if (ioc_status != MPI3_IOCSTATUS_SUCCESS) { in mpi3mr_sas_host_add()
1304 (ioc_status == MPI3_IOCSTATUS_SUCCESS)) in mpi3mr_sas_host_add()
1756 if (ioc_status != MPI3_IOCSTATUS_SUCCESS) { in mpi3mr_refresh_sas_ports()
1901 if (ioc_status != MPI3_IOCSTATUS_SUCCESS) { in mpi3mr_refresh_expanders()
2017 if (ioc_status != MPI3_IOCSTATUS_SUCCESS) { in mpi3mr_expander_add()
[all …]
H A Dmpi3mr_fw.c359 u16 ioc_status = MPI3_IOCSTATUS_SUCCESS; in mpi3mr_process_admin_reply_desc()
360 u16 masked_ioc_status = MPI3_IOCSTATUS_SUCCESS; in mpi3mr_process_admin_reply_desc()
2067 != MPI3_IOCSTATUS_SUCCESS) { in mpi3mr_delete_op_reply_q()
2317 != MPI3_IOCSTATUS_SUCCESS) { in mpi3mr_create_op_reply_q()
2425 != MPI3_IOCSTATUS_SUCCESS) { in mpi3mr_create_op_req_q()
2750 != MPI3_IOCSTATUS_SUCCESS) { in mpi3mr_sync_timestamp()
2827 == MPI3_IOCSTATUS_SUCCESS) { in mpi3mr_print_pkg_ver()
3170 != MPI3_IOCSTATUS_SUCCESS) { in mpi3mr_issue_iocfacts()
3648 != MPI3_IOCSTATUS_SUCCESS) { in mpi3mr_issue_iocinit()
3748 != MPI3_IOCSTATUS_SUCCESS) { in mpi3mr_issue_event_notification()
[all …]
H A Dmpi3mr_app.c289 != MPI3_IOCSTATUS_SUCCESS) { in mpi3mr_issue_diag_buf_post()
392 != MPI3_IOCSTATUS_SUCCESS) { in mpi3mr_issue_diag_buf_release()
982 != MPI3_IOCSTATUS_SUCCESS) { in mpi3mr_bsg_pel_abort()
2830 != MPI3_IOCSTATUS_SUCCESS) { in mpi3mr_bsg_process_mpt_cmds()
H A Dmpi3mr_os.c2386 if (drv_cmd->ioc_status != MPI3_IOCSTATUS_SUCCESS) { in mpi3mr_dev_rmhs_complete_iou()
2610 if (drv_cmd->ioc_status != MPI3_IOCSTATUS_SUCCESS) { in mpi3mr_complete_evt_ack()
3386 u16 ioc_status = MPI3_IOCSTATUS_SUCCESS; in mpi3mr_process_op_reply_desc()
3523 ioc_status = MPI3_IOCSTATUS_SUCCESS; in mpi3mr_process_op_reply_desc()
3583 case MPI3_IOCSTATUS_SUCCESS: in mpi3mr_process_op_reply_desc()
4060 case MPI3_IOCSTATUS_SUCCESS: in mpi3mr_issue_tm()
/linux/drivers/scsi/mpi3mr/mpi/
H A Dmpi30_transport.h423 #define MPI3_IOCSTATUS_SUCCESS (0x0000) macro