HomeSort by: relevance | last modified time | path
    Searched refs:SGL (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/dev/ic/
mpt_mpilib.h 523 /* SGE IO types union for IO SGL's */
537 /* SGE union for SGL's with Simple and Transaction elements */
2254 SGE_TRANS_SIMPLE_UNION SGL;
2352 SGE_SIMPLE_UNION SGL; /* 24h */
2391 SGE_SIMPLE_UNION SGL; /* 10h */
2475 SGE_SIMPLE_UNION SGL; /* 10h */
2635 SGE_IO_UNION SGL; /* 30h */
3462 SGE_MPI_UNION SGL; /* 0Ch */
3514 SGE_MPI_UNION SGL; /* 0Ch */
4088 SGE_IO_UNION SGL[1]; /* 20h *
    [all...]
mpt_debug.c 51 { MPI_IOCSTATUS_INVALID_SGL, "IOC: Invalid SGL" },
189 static void mpt_dump_sgl(SGE_IO_UNION *sgl);
538 mpt_dump_sgl(&orig_msg->SGL);
mpt_netbsd.c 965 se = (SGE_SIMPLE32 *) &mpt_req->SGL;
1053 se = (SGE_SIMPLE32 *) &mpt_req->SGL;
1081 * No data to transfer; just make a single simple SGL
1084 SGE_SIMPLE32 *se = (SGE_SIMPLE32 *) &mpt_req->SGL;
1590 * Subtract one from the SGL limit, since we need an extra one to handle
mfireg.h 197 * / size of SGL ;
212 (offsetof(struct mfi_mpi2_request_raid_scsi_io, SGL) / 16)
1436 * This resides at offset 0x60 where the SGL normally starts in MPT IO Frames
1745 mpi2_sge_io_union SGL; /* 0x80 */
mfi.c 1067 DNPRINTF(MFI_D_MISC, "%s: max commands: %u, max sgl: %u\n",
1082 /* this is for SGL's */
1760 union mfi_sgl *sgl; local in function:mfi_create_sgl
1784 sgl = ccb->ccb_sgl;
1792 sgl->sg_ieee[i].addr = htole64(sgd[i].ds_addr);
1793 sgl->sg_ieee[i].len = htole32(sgd[i].ds_len);
1794 sgl->sg_ieee[i].flags = 0;
1797 DEVNAME(sc), sgl->sg64[i].addr, sgl->sg64[i].len);
1800 sgl->sg64[i].addr = htole64(sgd[i].ds_addr)
    [all...]
  /src/sys/arch/m68k/060sp/dist/
fpsp.s 424 set SGL_LO, 0x3f81 # min sgl prec exponent
425 set SGL_HI, 0x407e # max sgl prec exponent
525 set sgl_thresh, 0x3f81 # minimum sgl exponent
1409 bsr.l funimp_skew # skew sgl or dbl inputs
1442 cmpi.b %d0,&0x11 # is class = 2 & fmt = sgl?
1986 # "non-skewed" operand for cases of sgl and dbl src INFs,NANs, and DENORMs.
2313 cmpi.b %d0,&0x1 # was src sgl?
3142 # denorm operand in the sgl or dbl format. NANs also become skewed, but can't
3206 short tbl_operr - tbl_operr # sgl prec shouldn't happen
3338 # denorm operand in the sgl or dbl format. NANs also become skewed and must b
    [all...]
fplsp.s 404 set SGL_LO, 0x3f81 # min sgl prec exponent
405 set SGL_HI, 0x407e # max sgl prec exponent
505 set sgl_thresh, 0x3f81 # minimum sgl exponent
583 fmov.s 0x8(%a6),%fp0 # load sgl input
760 fmov.s 0x8(%a6),%fp0 # load sgl input
937 fmov.s 0x8(%a6),%fp0 # load sgl input
1114 fmov.s 0x8(%a6),%fp0 # load sgl input
1291 fmov.s 0x8(%a6),%fp0 # load sgl input
1468 fmov.s 0x8(%a6),%fp0 # load sgl input
1645 fmov.s 0x8(%a6),%fp0 # load sgl inpu
    [all...]

Completed in 29 milliseconds