Home
last modified time | relevance | path

Searched refs:SGE (Results 1 – 24 of 24) sorted by relevance

/freebsd/tools/kerneldoc/subsys/
H A DDoxyfile-dev_sge6 PROJECT_NAME = "FreeBSD kernel SGE device code"
/freebsd/sys/dev/mpr/mpi/
H A Dmpi2_init.h120 MPI2_SGE_SIMPLE_UNION SGE; member
272 MPI2_IEEE_SGE_SIMPLE64 SGE; member
H A Dmpi2_history.txt110 * Added alternative defines for the SGE Direction bit.
631 * Target Status Send Request only takes a single SGE for
665 * it uses MPI Chain SGE as well as MPI Simple SGE.
/freebsd/sys/dev/mpi3mr/mpi/
H A Dmpi30_init.h65 MPI3_SGE_SIMPLE SGE; member
/freebsd/sys/dev/cxgbe/firmware/
H A Dt6fw_cfg_fpga.txt68 # The following Scatter Gather Engine (SGE) settings assume a 4KB Host
78 # 2. The SGE Timer Values below are expressed below in microseconds.
100 #SGE DBQ tick value. All timers are multiple of this value
412 # Scatter Gather Engine (SGE) hardware which checks writes to VF KDOORBELL
H A Dt4fw_cfg.txt157 # Scatter Gather Engine (SGE) hardware which checks writes to VF KDOORBELL
H A Dt6fw_cfg_uwire.txt68 # The following Scatter Gather Engine (SGE) settings assume a 4KB Host
78 # 2. The SGE Timer Values below are expressed below in microseconds.
98 # Set the SGE Doorbell Queue Timer "tick" to 50us and initialize
507 # Scatter Gather Engine (SGE) hardware which checks writes to VF KDOORBELL
H A Dt5fw_cfg_fpga.txt89 # The following Scatter Gather Engine (SGE) settings assume a 4KB Host
99 # 2. The SGE Timer Values below are expressed below in microseconds.
392 # Scatter Gather Engine (SGE) hardware which checks writes to VF KDOORBELL
H A Dt6fw_cfg_hashfilter.txt186 # Scatter Gather Engine (SGE) hardware which checks writes to VF KDOORBELL
H A Dt5fw_cfg.txt202 # Scatter Gather Engine (SGE) hardware which checks writes to VF KDOORBELL
H A Dt5fw_cfg_hashfilter.txt205 # Scatter Gather Engine (SGE) hardware which checks writes to VF KDOORBELL
H A Dt6fw_cfg.txt204 # Scatter Gather Engine (SGE) hardware which checks writes to VF KDOORBELL
H A Dt4fw_cfg_uwire.txt82 # The following Scatter Gather Engine (SGE) settings assume a 4KB Host
92 # 2. The SGE Timer Values below are expressed below in microseconds.
444 # Scatter Gather Engine (SGE) hardware which checks writes to VF KDOORBELL
H A Dt5fw_cfg_uwire.txt68 # The following Scatter Gather Engine (SGE) settings assume a 4KB Host
78 # 2. The SGE Timer Values below are expressed below in microseconds.
489 # Scatter Gather Engine (SGE) hardware which checks writes to VF KDOORBELL
/freebsd/sys/dev/mps/mpi/
H A Dmpi2_init.h99 MPI2_SGE_SIMPLE_UNION SGE; member
H A Dmpi2_history.txt109 * Added alternative defines for the SGE Direction bit.
389 * Target Status Send Request only takes a single SGE for
/freebsd/sys/dev/mpt/mpilib/
H A Dmpi_init.h265 SGE_SIMPLE_UNION SGE; member
/freebsd/sys/dev/sym/
H A Dsym_defs.h431 #define SGE 0x08 /* sta: gross error (over/underflow)*/ macro
H A Dsym_hipd.c3246 OUTW (nc_sien , STO|HTH|MA|SGE|UDC|RST|PAR); in sym_init()
3876 if (!(sist & (STO|GEN|HTH|SGE|UDC|SBMC|RST)) && in sym_intr1()
3907 if (!(sist & (GEN|HTH|SGE)) && in sym_intr1()
3925 if ((sist & (GEN|HTH|SGE)) || in sym_intr1()
/freebsd/sys/dev/mfi/
H A Dmfireg.h1704 MPI2_SGE_SIMPLE_UNION SGE; member
/freebsd/sys/dev/mrsas/
H A Dmrsas.h402 MPI2_SGE_SIMPLE_UNION SGE; member
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600Instructions.td750 def SGE : R600_2OP <
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsInstrInfo.td2703 def SGE : MipsAsmPseudoInst<(outs GPR32Opnd:$rd),
2707 (SGE GPR32Opnd:$rs, GPR32Opnd:$rs, GPR32Opnd:$rt), 0>,
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp2581 case Mips::SGE: in tryExpandInstruction()
4617 case Mips::SGE: in expandSge()