Lines Matching defs:t7
4387 ispreqt7_t *t7 = (ispreqt7_t *)local;
4391 t7->req_nphdl = target;
4392 t7->req_tidlo = lp->portid;
4393 t7->req_tidhi = lp->portid >> 16;
4394 t7->req_vpidx = ISP_GET_VPIDX(isp, XS_CHANNEL(xs));
4396 t7->req_lun[0] = XS_LUN(xs) >> 8;
4397 t7->req_lun[0] |= 0x40;
4399 t7->req_lun[1] = XS_LUN(xs);
4400 tptr = &t7->req_time;
4401 cdbp = t7->req_cdb;
4402 cdblen = ISP_MIN(cdblen, sizeof (t7->req_cdb));