Searched refs:SCI_SUCCESS (Results 26 - 44 of 44) sorted by relevance

12

/freebsd-13-stable/sys/dev/isci/scil/
H A Dscif_sas_controller.c88 SCI_STATUS status = SCI_SUCCESS;
124 if (status == SCI_SUCCESS)
419 return SCI_SUCCESS;
456 SCI_STATUS status = SCI_SUCCESS;
487 if (status != SCI_SUCCESS)
565 return SCI_SUCCESS;
625 if ( core_status == SCI_SUCCESS )
731 if (completion_status == SCI_SUCCESS
762 if (completion_status == SCI_SUCCESS)
824 * @retval SCI_SUCCESS Thi
[all...]
H A Dscic_sds_port.c330 return SCI_SUCCESS;
366 return SCI_SUCCESS;
382 * @retval SCI_SUCCESS the phy has been added to the port.
405 * @retval SCI_SUCCESS the phy has been removed from the port.
840 return SCI_SUCCESS;
992 return SCI_SUCCESS;
1921 * @retval SCI_SUCCESS
1934 return SCI_SUCCESS;
1976 * @retval SCI_SUCCESS the start request is successful and the SCIC_SDS_PORT
1985 SCI_STATUS status = SCI_SUCCESS;
2625 SCI_SUCCESS local
[all...]
H A Dscif_sas_io_request.c143 if (status == SCI_SUCCESS)
304 if (status == SCI_SUCCESS)
340 SCI_STATUS status = SCI_SUCCESS;
433 if (status == SCI_SUCCESS)
444 if ( status == SCI_SUCCESS )
695 * @retval SCI_SUCCESS This value is returned if the internal io was
713 SCI_STATUS status = SCI_SUCCESS;
746 if (status == SCI_SUCCESS)
778 * @retval SCI_SUCCESS This value is returned if the internal io was
H A Dscif_sas_remote_device.c119 fw_device->operation_status = SCI_SUCCESS;
174 SCI_STATUS status = SCI_SUCCESS;
211 if (status == SCI_SUCCESS)
257 SCI_STATUS status = SCI_SUCCESS;
288 if (status == SCI_SUCCESS)
501 status = SCI_SUCCESS;
729 return SCI_SUCCESS;
H A Dscif_sas_remote_device_state_handlers.c144 if (status == SCI_SUCCESS)
198 if (completion_status != SCI_SUCCESS)
254 SCI_SUCCESS
258 return SCI_SUCCESS;
808 return SCI_SUCCESS;
925 * @return This method always return SCI_SUCCESS.
949 return SCI_SUCCESS;
H A Dscif_sas_smp_remote_device.c225 status = SCI_SUCCESS;
296 status = SCI_SUCCESS;
405 return SCI_SUCCESS;
442 return SCI_SUCCESS;
636 return SCI_SUCCESS;
658 SCI_STATUS status = SCI_SUCCESS;
694 * @return Almost always SCI_SUCCESS
703 SCI_STATUS status = SCI_SUCCESS;
791 return SCI_SUCCESS;
808 * @return SCI_SUCCESS
[all...]
H A Dscif_sas_remote_device_states.c198 if (fw_device->operation_status != SCI_SUCCESS)
312 if (fw_device->operation_status != SCI_SUCCESS)
H A Dscif_sas_smp_phy.c195 return SCI_SUCCESS;
210 * @retval SCI_SUCCESS indicates a good phy connection.
218 SCI_STATUS status = SCI_SUCCESS;
H A Dscic_sds_port_configuration_agent.c170 if (scic_controller_get_port_handle(controller, port_index, &port_handle) == SCI_SUCCESS)
204 * @retval SCI_SUCCESS the port configuration is valid for this
247 return SCI_SUCCESS;
305 return SCI_SUCCESS;
794 if (status == SCI_SUCCESS)
908 if (status == SCI_SUCCESS)
1026 SCI_STATUS status = SCI_SUCCESS;
1066 if (status == SCI_SUCCESS && port_agent->timer == NULL)
H A Dscif_sas_remote_device_ready_substates.c206 SCI_STATUS status = SCI_SUCCESS;
H A Dscic_sds_unsolicited_frame_control.c288 return SCI_SUCCESS;
314 return SCI_SUCCESS;
H A Dscif_sas_smp_io_request.c517 return SCI_SUCCESS;
600 return SCI_SUCCESS;
H A Dscif_sas_controller_states.c346 if (fw_controller->operation_status == SCI_SUCCESS)
H A Dscif_sas_domain.c235 SCI_STATUS status = SCI_SUCCESS;
236 SCI_STATUS op_status = SCI_SUCCESS;
256 if ( (status == SCI_SUCCESS)
257 || (status != SCI_SUCCESS && op_status != SCI_SUCCESS) )
587 fw_domain->operation.status = SCI_SUCCESS;
/freebsd-13-stable/sys/dev/isci/
H A Disci_remote_device.c196 if (status != SCI_SUCCESS) {
207 if (status != SCI_SUCCESS) {
H A Disci_io_request.c712 if (status != SCI_SUCCESS) {
727 if (status != SCI_SUCCESS) {
900 if (status == SCI_SUCCESS) {
967 if (status != SCI_SUCCESS) {
979 if (status != SCI_SUCCESS) {
H A Disci_domain.c104 if(completion_status != SCI_SUCCESS)
H A Disci.c362 if(status != SCI_SUCCESS) {
H A Disci_controller.c89 * the start operation. SCI_SUCCESS indicates successful
121 if (status != SCI_SUCCESS)
139 * the stop operation. SCI_SUCCESS indicates successful

Completed in 114 milliseconds

12