Home
last modified time | relevance | path

Searched refs:Offload (Results 1 – 20 of 20) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A Dyaml2obj.cpp46 if (Doc.Offload) in convertYAML()
47 return yaml2offload(*Doc.Offload, Out, ErrHandler); in convertYAML()
H A DObjectYAML.cpp64 } else if (IO.mapTag("!Offload")) { in mapping()
65 ObjectFile.Offload.reset(new OffloadYAML::Binary()); in mapping()
66 MappingTraits<OffloadYAML::Binary>::mapping(IO, *ObjectFile.Offload); in mapping()
/freebsd/sys/dev/qlxgb/
H A DREADME.txt38 * Large Segment Offload over TCP IPV4
39 * Large Segment Offload over TCP IPV6
/freebsd/sys/dev/qlxge/
H A DREADME.txt38 * Large Segment Offload over TCP IPV4
39 * Large Segment Offload over TCP IPV6
/freebsd/sys/dev/qlxgbe/
H A DREADME.txt38 * Large Segment Offload over TCP IPV4
39 * Large Segment Offload over TCP IPV6
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DObjectYAML.h38 std::unique_ptr<OffloadYAML::Binary> Offload;
36 std::unique_ptr<OffloadYAML::Binary> Offload; global() member
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DDriver.h129 } Offload; variable
460 bool offloadHostOnly() const { return Offload == OffloadHost; } in offloadHostOnly()
461 bool offloadDeviceOnly() const { return Offload == OffloadDevice; } in offloadDeviceOnly()
H A DOptions.td1268 BothFlags<[], [ClangOption], " LLVM/Offload as portable offloading runtime.">>;
/freebsd/sys/dev/cxgbe/firmware/
H A Dt5fw_cfg_fpga.txt201 # NVI_OFLD = 0 # Offload uses NIC function to access ports
202 # NFLIQ_OFLD = 16 # Offload Ingress Queues with Free Lists
203 # NETHCTRL_OFLD = 0 # Offload Ethernet Control/TX Queues
204 # NEQ_OFLD = 16 # Offload Egress Queues (FL)
205 # NMPSTCAM_OFLD = 0 # Offload MPS TCAM Entries (uses NIC's)
206 # NMSIX_OFLD = 16 # Offload MSI-X Interrupt Vectors (FLIQ)
H A Dt6fw_cfg_fpga.txt213 # NVI_OFLD = 0 # Offload uses NIC function to access ports
214 # NFLIQ_OFLD = 16 # Offload Ingress Queues with Free Lists
215 # NETHCTRL_OFLD = 0 # Offload Ethernet Control/TX Queues
216 # NEQ_OFLD = 16 # Offload Egress Queues (FL)
217 # NMPSTCAM_OFLD = 0 # Offload MPS TCAM Entries (uses NIC's)
218 # NMSIX_OFLD = 16 # Offload MSI-X Interrupt Vectors (FLIQ)
H A Dt4fw_cfg_uwire.txt184 # NVI_OFLD = 0 # Offload uses NIC function to access ports
185 # NFLIQ_OFLD = 16 # Offload Ingress Queues with Free Lists
186 # NETHCTRL_OFLD = 0 # Offload Ethernet Control/TX Queues
187 # NEQ_OFLD = 16 # Offload Egress Queues (FL)
188 # NMPSTCAM_OFLD = 0 # Offload MPS TCAM Entries (uses NIC's)
189 # NMSIX_OFLD = 16 # Offload MSI-X Interrupt Vectors (FLIQ)
H A Dt5fw_cfg_uwire.txt219 # NVI_OFLD = 0 # Offload uses NIC function to access ports
220 # NFLIQ_OFLD = 16 # Offload Ingress Queues with Free Lists
221 # NETHCTRL_OFLD = 0 # Offload Ethernet Control/TX Queues
222 # NEQ_OFLD = 16 # Offload Egress Queues (FL)
223 # NMPSTCAM_OFLD = 0 # Offload MPS TCAM Entries (uses NIC's)
224 # NMSIX_OFLD = 16 # Offload MSI-X Interrupt Vectors (FLIQ)
H A Dt6fw_cfg_uwire.txt236 # NVI_OFLD = 0 # Offload uses NIC function to access ports
237 # NFLIQ_OFLD = 16 # Offload Ingress Queues with Free Lists
238 # NETHCTRL_OFLD = 0 # Offload Ethernet Control/TX Queues
239 # NEQ_OFLD = 16 # Offload Egress Queues (FL)
240 # NMPSTCAM_OFLD = 0 # Offload MPS TCAM Entries (uses NIC's)
241 # NMSIX_OFLD = 16 # Offload MSI-X Interrupt Vectors (FLIQ)
H A Dt7fw_cfg.txt244 # NVI_OFLD = 0 # Offload uses NIC function to access ports
245 # NFLIQ_OFLD = 16 # Offload Ingress Queues with Free Lists
246 # NETHCTRL_OFLD = 0 # Offload Ethernet Control/TX Queues
247 # NEQ_OFLD = 16 # Offload Egress Queues (FL)
248 # NMPSTCAM_OFLD = 0 # Offload MPS TCAM Entries (uses NIC's)
249 # NMSIX_OFLD = 16 # Offload MSI-X Interrupt Vectors (FLIQ)
H A Dt7fw_cfg_uwire.txt244 # NVI_OFLD = 0 # Offload uses NIC function to access ports
245 # NFLIQ_OFLD = 16 # Offload Ingress Queues with Free Lists
246 # NETHCTRL_OFLD = 0 # Offload Ethernet Control/TX Queues
247 # NEQ_OFLD = 16 # Offload Egress Queues (FL)
248 # NMPSTCAM_OFLD = 0 # Offload MPS TCAM Entries (uses NIC's)
249 # NMSIX_OFLD = 16 # Offload MSI-X Interrupt Vectors (FLIQ)
/freebsd/sys/dev/e1000/
H A DREADME285 Checksum Offload
316 TSO (TCP Segmentation Offload) supports both IPv4 and IPv6. TSO can be disabled
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.def261 LANGOPT(OffloadViaLLVM, 1, 0, NotCompatible, "target LLVM/Offload as portable offloading runtime.")
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp263 Offload(OffloadHostDevice), CXX20HeaderType(HeaderMode_None), in Driver()
1669 Offload = OffloadHost; in BuildCompilation()
1671 Offload = OffloadDevice; in BuildCompilation()
1673 Offload = OffloadHostDevice; in BuildCompilation()
/freebsd/contrib/tcpdump/
H A DCHANGES93 IP: Enable TSO (TCP Segmentation Offload) support; fix printing invalid
/freebsd/share/misc/
H A Dpci_vendors21868 5e88 Viper Offload Engine
29033 1004 K2-Pro Family [FLEXFLOW-2200T DATA Offload Engine]
29074 4004 K2-Pro Family [CONFLUX-2200E DATA Offload Engine]
29120 6004 K2-Pro Family [CONFLUX-2200X DATA Offload Engine]
40244 5647 ANA-7711 TCP Offload Engine
40245 9004 7710 ANA-7711F TCP Offload Engine - Optical
40246 9004 7711 ANA-7711LP TCP Offload Engine - Copper