Home
last modified time | relevance | path

Searched refs:smp_frame_type (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/isci/scil/
H A Dscic_sds_smp_request.c325 …smp_request.header.smp_frame_type = passthru_cb->scic_cb_smp_passthru_get_frame_type ((void *)this… in scic_io_request_construct_smp_pass_through()
554 if (this_frame_header->smp_frame_type == SMP_FRAME_TYPE_RESPONSE) in scic_sds_smp_request_await_response_frame_handler()
615 this_request, frame_index, this_frame_header->smp_frame_type in scic_sds_smp_request_await_response_frame_handler()
H A Dintel_sas.h385 U8 smp_frame_type; // byte 0 member
400 U8 smp_frame_type; // byte 0 member
H A Dscif_sas_smp_io_request.c130 smp_request->header.smp_frame_type = SMP_FRAME_TYPE_REQUEST; in scif_sas_smp_protocol_request_construct()
/freebsd/sys/dev/isci/
H A Disci_io_request.c864 return (header->smp_frame_type); in smp_io_request_cb_get_frame_type()