Lines Matching defs:ct

3507 	ct_hdr_t *ct;
3531 pt->ctp_cmd_bcnt = sizeof (*ct) + sizeof (uint32_t);
3534 pt->ctp_dataseg[0].ds_count = sizeof (*ct) + sizeof (uint32_t);
3539 isp_print_bytes(isp, "ct IOCB", QENTRY_LEN, pt);
3548 ct = &un.clocal;
3549 ISP_MEMZERO(ct, sizeof (*ct));
3550 ct->ct_revision = CT_REVISION;
3551 ct->ct_fcs_type = CT_FC_TYPE_FC;
3552 ct->ct_fcs_subtype = CT_FC_SUBTYPE_NS;
3553 ct->ct_cmd_resp = SNS_GID_FT;
3554 ct->ct_bcnt_resid = (GIDLEN - 16) >> 2;
3556 isp_put_ct_hdr(isp, ct, (ct_hdr_t *) &scp[XTXOFF]);
3557 rp = (uint32_t *) &scp[XTXOFF+sizeof (*ct)];
3561 sizeof (*ct) + sizeof (uint32_t), &scp[XTXOFF]);
3968 ct_hdr_t *ct;
4009 ct = &un.clocal.rftid_hdr;
4010 ct->ct_revision = CT_REVISION;
4011 ct->ct_fcs_type = CT_FC_TYPE_FC;
4012 ct->ct_fcs_subtype = CT_FC_SUBTYPE_NS;
4013 ct->ct_cmd_resp = SNS_RFT_ID;
4014 ct->ct_bcnt_resid = (sizeof (rft_id_t) - sizeof (ct_hdr_t)) >> 2;
4054 isp_get_ct_hdr(isp, (ct_hdr_t *) scp, ct);
4057 if (ct->ct_cmd_resp == LS_RJT) {
4060 } else if (ct->ct_cmd_resp == LS_ACC) {
4064 isp_prt(isp, ISP_LOGWARN, "Chan %d Register FC4 Type: 0x%x", chan, ct->ct_cmd_resp);
4080 ct_hdr_t *ct;
4121 ct = &un.clocal.rffid_hdr;
4122 ct->ct_revision = CT_REVISION;
4123 ct->ct_fcs_type = CT_FC_TYPE_FC;
4124 ct->ct_fcs_subtype = CT_FC_SUBTYPE_NS;
4125 ct->ct_cmd_resp = SNS_RFF_ID;
4126 ct->ct_bcnt_resid = (sizeof (rff_id_t) - sizeof (ct_hdr_t)) >> 2;
4171 isp_get_ct_hdr(isp, (ct_hdr_t *) scp, ct);
4174 if (ct->ct_cmd_resp == LS_RJT) {
4178 } else if (ct->ct_cmd_resp == LS_ACC) {
4184 "Chan %d Register FC4 Features: 0x%x", chan, ct->ct_cmd_resp);