Searched refs:MPI3_IOCSTATUS_SUCCESS (Results 1 – 5 of 5) sorted by relevance
74 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()819 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()2017 if (ioc_status != MPI3_IOCSTATUS_SUCCESS) { in mpi3mr_expander_add()2329 if (ioc_status != MPI3_IOCSTATUS_SUCCESS) { in mpi3mr_get_sas_negotiated_logical_linkrate()2626 if (ioc_status == MPI3_IOCSTATUS_SUCCESS) { in mpi3mr_get_expander_phy_error_log()[all …]
350 u16 ioc_status = MPI3_IOCSTATUS_SUCCESS; in mpi3mr_process_admin_reply_desc()1962 != MPI3_IOCSTATUS_SUCCESS) { in mpi3mr_delete_op_reply_q()2212 != MPI3_IOCSTATUS_SUCCESS) { in mpi3mr_create_op_reply_q()2320 != MPI3_IOCSTATUS_SUCCESS) { in mpi3mr_create_op_req_q()2629 != MPI3_IOCSTATUS_SUCCESS) { in mpi3mr_sync_timestamp()2706 == MPI3_IOCSTATUS_SUCCESS) { in mpi3mr_print_pkg_ver()3041 != MPI3_IOCSTATUS_SUCCESS) { in mpi3mr_issue_iocfacts()3517 != MPI3_IOCSTATUS_SUCCESS) { in mpi3mr_issue_iocinit()3617 != MPI3_IOCSTATUS_SUCCESS) { in mpi3mr_issue_event_notification()3684 != MPI3_IOCSTATUS_SUCCESS) { in mpi3mr_process_event_ack()[all …]
289 != MPI3_IOCSTATUS_SUCCESS) { in mpi3mr_issue_diag_buf_post()392 != MPI3_IOCSTATUS_SUCCESS) { in mpi3mr_issue_diag_buf_release()984 != MPI3_IOCSTATUS_SUCCESS) { in mpi3mr_bsg_pel_abort()2832 != MPI3_IOCSTATUS_SUCCESS) { in mpi3mr_bsg_process_mpt_cmds()
2263 if (drv_cmd->ioc_status != MPI3_IOCSTATUS_SUCCESS) { in mpi3mr_dev_rmhs_complete_iou()2488 if (drv_cmd->ioc_status != MPI3_IOCSTATUS_SUCCESS) { in mpi3mr_complete_evt_ack()3245 u16 ioc_status = MPI3_IOCSTATUS_SUCCESS; in mpi3mr_process_op_reply_desc()3382 ioc_status = MPI3_IOCSTATUS_SUCCESS; in mpi3mr_process_op_reply_desc()3431 case MPI3_IOCSTATUS_SUCCESS: in mpi3mr_process_op_reply_desc()3906 case MPI3_IOCSTATUS_SUCCESS: in mpi3mr_issue_tm()
423 #define MPI3_IOCSTATUS_SUCCESS (0x0000) macro