Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/scsi/mpi3mr/
Dmpi3mr_transport.c72 if ((*ioc_status) != MPI3_IOCSTATUS_SUCCESS) in mpi3mr_post_transport_req()
197 if (ioc_status != MPI3_IOCSTATUS_SUCCESS) { in mpi3mr_report_manufacture()
307 if (ioc_status != MPI3_IOCSTATUS_SUCCESS) { in mpi3mr_get_sas_address()
801 if (ioc_status != MPI3_IOCSTATUS_SUCCESS) { in mpi3mr_set_identify()
1233 if (ioc_status != MPI3_IOCSTATUS_SUCCESS) { in mpi3mr_sas_host_add()
1261 if (ioc_status != MPI3_IOCSTATUS_SUCCESS) { in mpi3mr_sas_host_add()
1283 (ioc_status == MPI3_IOCSTATUS_SUCCESS)) in mpi3mr_sas_host_add()
1718 if (ioc_status != MPI3_IOCSTATUS_SUCCESS) { in mpi3mr_refresh_sas_ports()
1862 if (ioc_status != MPI3_IOCSTATUS_SUCCESS) { in mpi3mr_refresh_expanders()
1978 if (ioc_status != MPI3_IOCSTATUS_SUCCESS) { in mpi3mr_expander_add()
[all …]
Dmpi3mr_fw.c344 u16 ioc_status = MPI3_IOCSTATUS_SUCCESS; in mpi3mr_process_admin_reply_desc()
1730 != MPI3_IOCSTATUS_SUCCESS) { in mpi3mr_delete_op_reply_q()
1972 != MPI3_IOCSTATUS_SUCCESS) { in mpi3mr_create_op_reply_q()
2080 != MPI3_IOCSTATUS_SUCCESS) { in mpi3mr_create_op_req_q()
2358 != MPI3_IOCSTATUS_SUCCESS) { in mpi3mr_sync_timestamp()
2435 == MPI3_IOCSTATUS_SUCCESS) { in mpi3mr_print_pkg_ver()
2749 != MPI3_IOCSTATUS_SUCCESS) { in mpi3mr_issue_iocfacts()
3213 != MPI3_IOCSTATUS_SUCCESS) { in mpi3mr_issue_iocinit()
3313 != MPI3_IOCSTATUS_SUCCESS) { in mpi3mr_issue_event_notification()
3380 != MPI3_IOCSTATUS_SUCCESS) { in mpi3mr_process_event_ack()
[all …]
Dmpi3mr_os.c2138 if (drv_cmd->ioc_status != MPI3_IOCSTATUS_SUCCESS) { in mpi3mr_dev_rmhs_complete_iou()
2363 if (drv_cmd->ioc_status != MPI3_IOCSTATUS_SUCCESS) { in mpi3mr_complete_evt_ack()
3114 u16 ioc_status = MPI3_IOCSTATUS_SUCCESS; in mpi3mr_process_op_reply_desc()
3243 ioc_status = MPI3_IOCSTATUS_SUCCESS; in mpi3mr_process_op_reply_desc()
3292 case MPI3_IOCSTATUS_SUCCESS: in mpi3mr_process_op_reply_desc()
3737 case MPI3_IOCSTATUS_SUCCESS: in mpi3mr_issue_tm()
Dmpi3mr_app.c78 != MPI3_IOCSTATUS_SUCCESS) { in mpi3mr_bsg_pel_abort()
1321 != MPI3_IOCSTATUS_SUCCESS) { in mpi3mr_bsg_process_mpt_cmds()
/Linux-v6.6/drivers/scsi/mpi3mr/mpi/
Dmpi30_transport.h405 #define MPI3_IOCSTATUS_SUCCESS (0x0000) macro