Home
last modified time | relevance | path

Searched refs:pkt24 (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_isr.c2143 sts_24xx_entry_t *pkt24 = (sts_24xx_entry_t *)pkt23; in ql_status_error() local
2147 &pkt24->comp_status); in ql_status_error()
2148 sts.scsi_status_l = pkt24->scsi_status_l; in ql_status_error()
2149 sts.scsi_status_h = pkt24->scsi_status_h; in ql_status_error()
2154 (uint32_t *)&pkt24->residual_length) : 0; in ql_status_error()
2160 (uint32_t *)&pkt24->fcp_rsp_residual_count) : 0; in ql_status_error()
2164 (sts.residual_length != pkt24->fcp_rsp_residual_count)) { in ql_status_error()
2168 pkt24->fcp_rsp_residual_count); in ql_status_error()
2174 sts.state_flags_l = pkt24->state_flags_l; in ql_status_error()
2175 sts.state_flags_h = pkt24->state_flags_h; in ql_status_error()
[all …]
H A Dql_iocb.c928 marker_24xx_entry_t *pkt24 = in ql_marker() local
931 pkt24->modifier = type; in ql_marker()
934 pkt24->fcp_lun[2] = LSB(lun); in ql_marker()
935 pkt24->fcp_lun[3] = MSB(lun); in ql_marker()
937 pkt24->vp_index = ha->vp_index; in ql_marker()
941 &pkt24->n_port_hdl, loop_id); in ql_marker()