Searched refs:Frames (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/llvm/include/llvm/DebugInfo/
H A DDIContext.h65 SmallVector<DILineInfo, 4> Frames; member in class:llvm::DIInliningInfo
69 assert(Index < Frames.size());
70 return Frames[Index];
73 return Frames.size();
76 Frames.push_back(Frame);
/freebsd-10-stable/sys/dev/ixgb/
H A DREADME140 The driver supports Transmit/Receive Checksum Offload and Jumbo Frames on
143 Jumbo Frames
145 To enable Jumbo Frames, use the ifconfig utility to increase the MTU
149 - Only enable Jumbo Frames if your network infrastructure supports
152 - The Jumbo Frames setting on the switch must be set to at least
156 UDP traffic with Jumbo Frames.
158 The Jumbo Frames MTU range for Intel Adapters is 1500 to 16114. The default

Completed in 166 milliseconds