Home
last modified time | relevance | path

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

/freebsd-12-stable/tools/kerneldoc/subsys/
DDoxyfile-dev_sge8 PROJECT_NAME = "FreeBSD kernel SGE device code"
/freebsd-12-stable/sys/dev/mpr/mpi/
Dmpi2_init.h122 MPI2_SGE_SIMPLE_UNION SGE; member
275 MPI2_IEEE_SGE_SIMPLE64 SGE; member
Dmpi2_history.txt112 * Added alternative defines for the SGE Direction bit.
633 * Target Status Send Request only takes a single SGE for
667 * it uses MPI Chain SGE as well as MPI Simple SGE.
/freebsd-12-stable/sys/dev/cxgbe/firmware/
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
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
Dt4fw_cfg.txt157 # Scatter Gather Engine (SGE) hardware which checks writes to VF KDOORBELL
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
Dt6fw_cfg_hashfilter.txt186 # Scatter Gather Engine (SGE) hardware which checks writes to VF KDOORBELL
Dt6fw_cfg.txt204 # Scatter Gather Engine (SGE) hardware which checks writes to VF KDOORBELL
Dt5fw_cfg.txt202 # Scatter Gather Engine (SGE) hardware which checks writes to VF KDOORBELL
Dt5fw_cfg_hashfilter.txt205 # Scatter Gather Engine (SGE) hardware which checks writes to VF KDOORBELL
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
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
/freebsd-12-stable/sys/dev/ncr/
Dncrreg.h204 #define SGE 0x08 /* sta: gross error (over/underflow)*/ macro
Dncr.c4769 OUTW (nc_sien , STO|HTH|MA|SGE|UDC|RST);
5301 !(sist & (GEN|HTH|MA|SGE|UDC|RST|PAR)) &&
5313 !(sist & (STO|GEN|HTH|SGE|UDC|RST|PAR)) &&
5325 !(sist & (STO|GEN|HTH|MA|SGE|UDC|RST|PAR)) &&
5342 !(sist & (STO|GEN|HTH|MA|SGE|UDC|RST|PAR)) &&
5407 !(sist & (STO|GEN|HTH|MA|SGE|RST|PAR)) &&
5420 !(sist & (STO|GEN|HTH|MA|SGE|UDC|RST|PAR)) &&
5453 !(sist & (STO|GEN|HTH|MA|SGE|UDC|RST|PAR)) &&
5467 if (sist & SGE) {
/freebsd-12-stable/sys/dev/mps/mpi/
Dmpi2_init.h101 MPI2_SGE_SIMPLE_UNION SGE; member
Dmpi2_history.txt111 * Added alternative defines for the SGE Direction bit.
391 * Target Status Send Request only takes a single SGE for
/freebsd-12-stable/sys/dev/mpt/mpilib/
Dmpi_init.h272 SGE_SIMPLE_UNION SGE; member
/freebsd-12-stable/sys/dev/sym/
Dsym_defs.h432 #define SGE 0x08 /* sta: gross error (over/underflow)*/ macro
Dsym_hipd.c3261 OUTW (nc_sien , STO|HTH|MA|SGE|UDC|RST|PAR); in sym_init()
3891 if (!(sist & (STO|GEN|HTH|SGE|UDC|SBMC|RST)) && in sym_intr1()
3922 if (!(sist & (GEN|HTH|SGE)) && in sym_intr1()
3940 if ((sist & (GEN|HTH|SGE)) || in sym_intr1()
/freebsd-12-stable/sys/dev/mfi/
Dmfireg.h1709 MPI2_SGE_SIMPLE_UNION SGE; member
/freebsd-12-stable/sys/dev/mrsas/
Dmrsas.h381 MPI2_SGE_SIMPLE_UNION SGE; member
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
DR600Instructions.td762 def SGE : R600_2OP <
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
DMipsInstrInfo.td2698 def SGE : MipsAsmPseudoInst<(outs GPR32Opnd:$rd),
2702 (SGE GPR32Opnd:$rs, GPR32Opnd:$rs, GPR32Opnd:$rt), 0>,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp2518 case Mips::SGE: in tryExpandInstruction()
4547 case Mips::SGE: in expandSge()