Searched refs:MPI3_IOCSTATUS_SUCCESS (Results 1 – 5 of 5) sorted by relevance
75 if ((*ioc_status) != MPI3_IOCSTATUS_SUCCESS) in mpi3mr_post_transport_req()200 if (ioc_status != MPI3_IOCSTATUS_SUCCESS) { in mpi3mr_report_manufacture()310 if (ioc_status != MPI3_IOCSTATUS_SUCCESS) { in mpi3mr_get_sas_address()804 if (ioc_status != MPI3_IOCSTATUS_SUCCESS) { in mpi3mr_set_identify()1236 if (ioc_status != MPI3_IOCSTATUS_SUCCESS) { in mpi3mr_sas_host_add()1264 if (ioc_status != MPI3_IOCSTATUS_SUCCESS) { in mpi3mr_sas_host_add()1286 (ioc_status == MPI3_IOCSTATUS_SUCCESS)) in mpi3mr_sas_host_add()1720 if (ioc_status != MPI3_IOCSTATUS_SUCCESS) { in mpi3mr_refresh_sas_ports()1864 if (ioc_status != MPI3_IOCSTATUS_SUCCESS) { in mpi3mr_refresh_expanders()1980 if (ioc_status != MPI3_IOCSTATUS_SUCCESS) { in mpi3mr_expander_add()[all …]
344 u16 ioc_status = MPI3_IOCSTATUS_SUCCESS; in mpi3mr_process_admin_reply_desc()1699 != MPI3_IOCSTATUS_SUCCESS) { in mpi3mr_delete_op_reply_q()1941 != MPI3_IOCSTATUS_SUCCESS) { in mpi3mr_create_op_reply_q()2049 != MPI3_IOCSTATUS_SUCCESS) { in mpi3mr_create_op_req_q()2327 != MPI3_IOCSTATUS_SUCCESS) { in mpi3mr_sync_timestamp()2404 == MPI3_IOCSTATUS_SUCCESS) { in mpi3mr_print_pkg_ver()2719 != MPI3_IOCSTATUS_SUCCESS) { in mpi3mr_issue_iocfacts()3186 != MPI3_IOCSTATUS_SUCCESS) { in mpi3mr_issue_iocinit()3286 != MPI3_IOCSTATUS_SUCCESS) { in mpi3mr_issue_event_notification()3353 != MPI3_IOCSTATUS_SUCCESS) { in mpi3mr_process_event_ack()[all …]
2093 if (drv_cmd->ioc_status != MPI3_IOCSTATUS_SUCCESS) { in mpi3mr_dev_rmhs_complete_iou()2310 if (drv_cmd->ioc_status != MPI3_IOCSTATUS_SUCCESS) { in mpi3mr_complete_evt_ack()3061 u16 ioc_status = MPI3_IOCSTATUS_SUCCESS; in mpi3mr_process_op_reply_desc()3190 ioc_status = MPI3_IOCSTATUS_SUCCESS; in mpi3mr_process_op_reply_desc()3239 case MPI3_IOCSTATUS_SUCCESS: in mpi3mr_process_op_reply_desc()3684 case MPI3_IOCSTATUS_SUCCESS: in mpi3mr_issue_tm()
78 != MPI3_IOCSTATUS_SUCCESS) { in mpi3mr_bsg_pel_abort()1328 != MPI3_IOCSTATUS_SUCCESS) { in mpi3mr_bsg_process_mpt_cmds()
405 #define MPI3_IOCSTATUS_SUCCESS (0x0000) macro