Home
last modified time | relevance | path

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

123456

/linux/net/ethtool/ !
H A Dcommon.c116 __DEFINE_LINK_MODE_NAME(10, T, Full),
118 __DEFINE_LINK_MODE_NAME(100, T, Full),
120 __DEFINE_LINK_MODE_NAME(1000, T, Full),
127 __DEFINE_LINK_MODE_NAME(10000, T, Full),
130 __DEFINE_LINK_MODE_NAME(2500, X, Full),
132 __DEFINE_LINK_MODE_NAME(1000, KX, Full),
133 __DEFINE_LINK_MODE_NAME(10000, KX4, Full),
134 __DEFINE_LINK_MODE_NAME(10000, KR, Full),
136 __DEFINE_LINK_MODE_NAME(20000, MLD2, Full),
137 __DEFINE_LINK_MODE_NAME(20000, KR2, Full),
[all …]
/linux/rust/kernel/sync/atomic/ !
H A Dordering.rs47 pub struct Full; struct
59 Full, enumerator
69 impl Sealed for super::Full {} implementation
90 impl Ordering for Full { implementation
91 const TYPE: OrderingType = OrderingType::Full;
H A Dpredefine.rs180 assert_eq!(old, x.xchg(new, Full)); in atomic_xchg_tests()
193 assert_eq!(Err(old), x.cmpxchg(new, new, Full)); in atomic_cmpxchg_tests()
205 assert_eq!(v, x.fetch_add(12, Full)); in atomic_arithmetic_tests()
227 assert_eq!(Ok(false), x.cmpxchg(false, true, Full)); in atomic_bool_tests()
/linux/rust/kernel/sync/ !
H A Datomic.rs24 pub use ordering::{Acquire, Full, Relaxed, Release};
347 OrderingType::Full => T::Repr::atomic_xchg(&self.0, v), in xchg()
466 OrderingType::Full => T::Repr::atomic_try_cmpxchg(&self.0, &mut tmp, new), in try_cmpxchg()
552 OrderingType::Full => T::Repr::atomic_fetch_add(&self.0, v), in fetch_add()
/linux/Documentation/networking/device_drivers/ethernet/aquantia/ !
H A Datlantic.rst81 Supported link modes: 100baseT/Full
82 1000baseT/Full
83 10000baseT/Full
84 2500baseT/Full
85 5000baseT/Full
89 Advertised link modes: 100baseT/Full
90 1000baseT/Full
91 10000baseT/Full
92 2500baseT/Full
93 5000baseT/Full
[all …]
/linux/Documentation/translations/zh_CN/process/ !
H A Dlicense-rules.rst193 Full license text
205 Full license text
245 Full license text
308 Full exception text
323 Full exception text
H A D5.Posting.rst155 tag: Full Name <email address> optional-other-stuff
/linux/Documentation/translations/zh_TW/process/ !
H A Dlicense-rules.rst194 Full license text
206 Full license text
246 Full license text
309 Full exception text
324 Full exception text
/linux/drivers/gpu/drm/bridge/analogix/ !
H A DKconfig11 ANX6345 is an ultra-low power Full-HD DisplayPort/eDP
24 ANX78XX is an ultra-low power Full-HD SlimPort transmitter
/linux/arch/m68k/ifpsp060/ !
H A DREADME32 fpsp.sa Full FP Kernel Module - hex image
33 fpsp.s Full FP Kernel Module - source code
34 fpsp.doc Full FP Kernel Module - on-line documentation
/linux/Documentation/admin-guide/media/ !
H A Dcx231xx-cardlist.rst86 - Evromedia USB Full Hybrid Full HD
/linux/Documentation/networking/diagnostic/ !
H A Dtwisted_pair_layer1_diagnostics.rst153 Supported link modes: 100baseT1/Full
162 Duplex: Full
182 Supported link modes: 10baseT/Half 10baseT/Full
183 100baseT/Half 100baseT/Full
187 Advertised link modes: 10baseT/Half 10baseT/Full
188 100baseT/Half 100baseT/Full
192 Link partner advertised link modes: 10baseT/Half 10baseT/Full
193 100baseT/Half 100baseT/Full
198 Duplex: Full
523 Supported link modes: 1000baseT/Full, 100baseT/Full
[all …]
/linux/Documentation/networking/device_drivers/ethernet/dec/ !
H A Ddmfe.rst37 insmod dmfe mode=4 # Force 10M Full Duplex
38 insmod dmfe mode=5 # Force 100M Full Duplex
/linux/Documentation/sphinx/ !
H A Dkerneldoc-preamble.sty146 \xeCJKDeclareCharClass{FullLeft}{`“,`‘}% Full-width in SC
147 \xeCJKDeclareCharClass{FullRight}{`”,`’}% Full-width in SC
160 \xeCJKDeclareCharClass{FullLeft}{`“,`‘}% Full-width in TC
161 \xeCJKDeclareCharClass{FullRight}{`”,`’}% Full-width in TC
/linux/arch/arm/boot/dts/nxp/imx/ !
H A Dimx6sx-udoo-neo-full.dts11 model = "UDOO Neo Full";
H A Dimx6ull-phytec-segin-ff-rdk-emmc.dts15 model = "PHYTEC phyBOARD-Segin i.MX6 ULL Full Featured with eMMC";
H A Dimx6ul-phytec-segin-ff-rdk-emmc.dts15 model = "PHYTEC phyBOARD-Segin i.MX6 UltraLite Full Featured with eMMC";
H A Dimx6ul-phytec-segin-ff-rdk-nand.dts16 model = "PHYTEC phyBOARD-Segin i.MX6 UltraLite Full Featured with NAND";
H A Dimx6ull-phytec-segin-ff-rdk-nand.dts16 model = "PHYTEC phyBOARD-Segin i.MX6 ULL Full Featured with NAND";
/linux/Documentation/networking/device_drivers/ethernet/intel/ !
H A De1000.rst370 Duplex Full Full Half Full Half
377 modprobe e1000 AutoNeg=0x02 (Restricts autonegotiation to 10 Full)
378 modprobe e1000 AutoNeg=0x03 (Restricts autonegotiation to 10 Half or 10 Full)
382 modprobe e1000 AutoNeg=0x020 (Restricts autonegotiation to 1000 Full)
/linux/Documentation/process/ !
H A Dlicense-rules.rst221 Full license text
233 Full license text
280 Full license text
329 Full license text
401 Full exception text
416 Full exception text
/linux/arch/m68k/ !
H A DKconfig.debug29 bool "Full Symbolic/Source Debugging support"
/linux/Documentation/admin-guide/device-mapper/ !
H A Dlinear.rst11 Full pathname to the underlying block-device, or a
/linux/Documentation/translations/it_IT/process/ !
H A Dlicense-rules.rst236 Full license text
248 Full license text
293 Full license text
341 Full license text
416 Full exception text
431 Full exception text
/linux/drivers/net/phy/ !
H A Dax88796b_rust.rs65 phy::DuplexMode::Full in read_status()

123456