Searched defs:rsp_info_length (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_isr.c2131 uint32_t rsp_info_length; member in struct:__anon5381
2211 sts.rsp_info_length = ddi_get32(ha->hba_buf.acc_handle,
2213 if (sts.rsp_info_length >
2215 sts.rsp_info_length =
2218 for (cnt = 0; cnt < sts.rsp_info_length; cnt += 4) {
2222 sts.rsp_info_length = 0;
2227 &pkt24->rsp_sense_data[sts.rsp_info_length];
2267 sts.rsp_info_length = ddi_get16(
2269 (uint16_t *)&pkt23->rsp_info_length);
2270 if (sts.rsp_info_length >
[all...]
H A Dql_xioctl.c2007 uint32_t rsp_info_length; member in struct:__anon5383
2447 sts.rsp_info_length = sts.scsi_status_h & FCP_RSP_LEN_VALID ?
2450 for (cnt = 0; cnt < sts.rsp_info_length;
2465 &pkt->sts24.rsp_sense_data[sts.rsp_info_length];
2483 sts.rsp_info_length = sts.scsi_status_h & FCP_RSP_LEN_VALID ?
2484 LE_16(pkt->sts.rsp_info_length) : 0;
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_iocb.h310 uint16_t rsp_info_length; /* Response Info Length. */ member in struct:sts_entry

Completed in 68 milliseconds