Searched refs:SCI_FAILURE (Results 1 - 25 of 28) sorted by relevance

12

/freebsd-10.0-release/sys/dev/isci/scil/
H A Dscic_task_request.h170 SCI_FAILURE
171 #define scic_task_request_construct_ssp(task) SCI_FAILURE
172 #define scic_task_request_construct_sata(task) SCI_FAILURE
H A Dscic_remote_device.h224 * @retval SCI_FAILURE The port width update failed.
243 #define scic_remote_device_da_add_phy(device, phy) SCI_FAILURE
244 #define scic_remote_device_ea_add_phy(device, response) SCI_FAILURE
245 #define scic_remote_device_remove_phy(device) SCI_FAILURE
249 #define scic_remote_device_set_port_width(device, port_width) SCI_FAILURE
252 #define scic_remote_device_da_add_phy(device, phy) SCI_FAILURE
253 #define scic_remote_device_ea_add_phy(device, response) SCI_FAILURE
254 #define scic_remote_device_remove_phy(device) SCI_FAILURE
H A Dscic_sds_stp_packet_request.h128 #define scic_sds_stp_packet_request_construct(request) SCI_FAILURE
155 #define scic_sds_stp_packet_request_process_status_fis(reqeust, fis) SCI_FAILURE
H A Dsci_status.h119 SCI_FAILURE, enumerator in enum:_SCI_STATUS
365 SCI_IO_FAILURE = SCI_FAILURE,
398 SCI_TASK_FAILURE = SCI_FAILURE,
H A Dscif_sas_stp_io_request.h85 #define scif_sas_stp_packet_io_request_construct(fw_io) SCI_FAILURE
H A Dscif_sas_stp_task_request.c118 return SCI_FAILURE;
124 *completion_status = SCI_FAILURE;
138 return SCI_FAILURE;
153 SCI_STATUS sci_status = SCI_FAILURE;
H A Dscif_sas_smp_phy.c196 return SCI_FAILURE;
209 * SCI_FAILURE indicates a illegal phy connection.
225 status = SCI_FAILURE;
233 status = SCI_FAILURE;
H A Dscic_io_request.h447 #define scic_io_request_construct_ssp_pass_through(memory, cb) SCI_FAILURE
530 #define scic_io_request_construct_sata_pass_through(io, cb) SCI_FAILURE
H A Dscic_controller.h498 #define scic_controller_complete_task(controller, dev, task) SCI_FAILURE
796 SCI_FAILURE
H A Dscif_controller.h444 SCI_FAILURE
H A Dscif_sas_stp_io_request.c245 *completion_status = SCI_FAILURE;
314 *completion_status = SCI_FAILURE;
350 * @return SCI_FAILURE This return value indicates a change in the translator
359 SCI_STATUS sci_status = SCI_FAILURE;
435 * @return SCI_FAILURE This return value indicates a change in the translator
444 SCI_STATUS sci_status = SCI_FAILURE;
H A Dscic_sds_phy.c1187 return SCI_FAILURE;
1221 return SCI_FAILURE;
1244 return SCI_FAILURE;
1332 status = SCI_FAILURE;
1402 // These error counters cannot be disabled, so return SCI_FAILURE.
1415 status = SCI_FAILURE;
1494 status = SCI_FAILURE;
1573 status = SCI_FAILURE;
1982 SCI_STATUS result = SCI_FAILURE;
2051 SCI_STATUS result = SCI_FAILURE;
[all...]
H A Dscic_sds_remote_node_context.c448 return SCI_FAILURE;
595 status = SCI_FAILURE;
681 status = SCI_FAILURE;
736 status = SCI_FAILURE;
844 status = SCI_FAILURE;
1019 status = SCI_FAILURE;
H A Dscif_sas_remote_device_ready_substate_handlers.c252 return SCI_FAILURE;
372 return SCI_FAILURE;
397 SCI_STATUS status = SCI_FAILURE;
H A Dscif_sas_remote_device.h494 #define scif_sas_remote_device_update_port_width(device) SCI_FAILURE
H A Dscif_sas_domain_state_handlers.c318 return SCI_FAILURE;
779 return SCI_FAILURE;
981 return SCI_FAILURE;
H A Dscif_sas_smp_remote_device.c366 return SCI_FAILURE;
454 return SCI_FAILURE;
623 return SCI_FAILURE;
837 return SCI_FAILURE;
923 return SCI_FAILURE;
1595 target_device, fw_request, SCI_FAILURE);
H A Dscif_sas_smp_io_request.c583 return SCI_FAILURE;
H A Dscic_sds_port.c331 return SCI_FAILURE;
367 return SCI_FAILURE;
2060 status = SCI_FAILURE;
H A Dscic_sds_request.c1272 return SCI_FAILURE;
1369 status = SCI_FAILURE;
1584 return SCI_FAILURE;
H A Dscic_sds_stp_request.c606 status = SCI_FAILURE;
1200 status = SCI_FAILURE;
1714 * @retval SCI_FAILURE
1746 status = SCI_FAILURE;
H A Dscic_sds_stp_remote_device.c514 status = SCI_FAILURE;
H A Dscif_sas_remote_device.c490 SCI_STATUS status = SCI_FAILURE;
H A Dscif_sas_remote_device_state_handlers.c293 return SCI_FAILURE;
H A Dscic_sds_controller.c192 status = SCI_FAILURE;
1520 status = SCI_FAILURE;
1752 status = SCI_FAILURE;
2186 SCI_STATUS result = SCI_FAILURE;
3778 * @retval SCI_FAILURE This value indicates certain failure during the process
5347 * @retval SCI_FAILURE
5414 result = SCI_FAILURE;
6110 * @retval SCI_FAILURE
6123 return SCI_FAILURE;
6174 * @return SCI_FAILURE
[all...]

Completed in 152 milliseconds

12