Home
last modified time | relevance | path

Searched refs:d2h_reg_fis (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/isci/scil/
H A Dscic_sds_stp_request.c659 return &this_request->d2h_reg_fis; in scic_stp_io_request_get_d2h_reg_address()
895 &this_request->d2h_reg_fis, (U32 *)frame_header, frame_buffer in scic_sds_stp_request_non_data_await_d2h_frame_handler()
1399 &this_request->d2h_reg_fis, (U32 *)frame_header, frame_buffer in scic_sds_stp_request_pio_await_frame_frame_handler()
1402 this_request->d2h_reg_fis.status = in scic_sds_stp_request_pio_await_frame_frame_handler()
1444 &this_request->d2h_reg_fis, (U32 *)frame_header, frame_buffer); in scic_sds_stp_request_pio_await_frame_frame_handler()
1963 &((SCIC_SDS_STP_REQUEST_T *)this_request)->d2h_reg_fis, in scic_sds_stp_request_udma_general_frame_handler()
2005 if (this_request->d2h_reg_fis.fis_type == SATA_FIS_TYPE_REGD2H) in scic_sds_stp_request_udma_await_tc_completion_tc_completion_handler()
2341 &this_request->d2h_reg_fis, (U32 *)frame_header, frame_buffer in scic_sds_stp_request_soft_reset_await_d2h_frame_handler()
H A Dscic_sds_stp_packet_request.c635 &this_request->d2h_reg_fis, (U32 *)frame_header, frame_buffer in scic_sds_stp_packet_request_command_phase_common_frame_handler()
679 request, &this_request->d2h_reg_fis); in scic_sds_stp_packet_request_command_phase_await_tc_completion_frame_handler()
731 request, &this_request->d2h_reg_fis); in scic_sds_stp_packet_request_command_phase_await_d2h_fis_frame_handler()
H A Dscic_sds_stp_request.h75 SATA_FIS_REG_D2H_T d2h_reg_fis; member