Searched refs:rsp_iu (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/dev/isci/scil/
H A Dsati_util.c413 * @param[out] rsp_iu This parameter specifies the user request's
425 SCI_SSP_RESPONSE_IU_T * rsp_iu,
431 rsp_iu->sense_data_length[3] = sense_data_length;
432 rsp_iu->sense_data_length[2] = 0;
433 rsp_iu->sense_data_length[1] = 0;
434 rsp_iu->sense_data_length[0] = 0;
435 rsp_iu->status = scsi_status;
436 rsp_iu->data_present = data_present;
461 SCI_SSP_RESPONSE_IU_T * rsp_iu = (SCI_SSP_RESPONSE_IU_T*) local
465 rsp_iu,
424 sati_scsi_common_response_iu_construct( SCI_SSP_RESPONSE_IU_T * rsp_iu, U8 scsi_status, U8 sense_data_length, U8 data_present ) argument
1406 SCI_SSP_RESPONSE_IU_T * rsp_iu = (SCI_SSP_RESPONSE_IU_T*) local
[all...]
H A Dsati_atapi.c214 SCI_SSP_RESPONSE_IU_T * rsp_iu = (SCI_SSP_RESPONSE_IU_T*) local
218 rsp_iu,
H A Dsati_passthrough.c183 SCI_SSP_RESPONSE_IU_T * rsp_iu = (SCI_SSP_RESPONSE_IU_T*) local
187 rsp_iu,
193 sense_data = (U8*) rsp_iu->data;
H A Dscic_sds_stp_packet_request.c280 SCI_SSP_RESPONSE_IU_T * rsp_iu = local
282 sge = (void*)&rsp_iu->data[0];
H A Dsati_util.h200 SCI_SSP_RESPONSE_IU_T * rsp_iu,

Completed in 117 milliseconds