/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_rtl_thread.cpp | 172 if (thread_type != ThreadType::Fiber) in ThreadStart() 342 ThreadState *fiber = static_cast<ThreadState *>(mem); in FiberCreate() local 343 internal_memset(fiber, 0, sizeof(*fiber)); in FiberCreate() 345 FiberSwitchImpl(thr, fiber); in FiberCreate() 346 ThreadStart(fiber, tid, 0, ThreadType::Fiber); in FiberCreate() 347 FiberSwitchImpl(fiber, thr); in FiberCreate() 348 return fiber; in FiberCreate() 351 void FiberDestroy(ThreadState *thr, uptr pc, ThreadState *fiber) { in FiberDestroy() argument 352 FiberSwitchImpl(thr, fiber); in FiberDestroy() 353 ThreadFinish(fiber); in FiberDestroy() [all …]
|
H A D | tsan_interface.cpp | 71 void __tsan_destroy_fiber(void *fiber) { in __tsan_destroy_fiber() argument 72 FiberDestroy(cur_thread(), CALLERPC, static_cast<ThreadState *>(fiber)); in __tsan_destroy_fiber() 76 void __tsan_switch_to_fiber(void *fiber, unsigned flags) { in __tsan_switch_to_fiber() argument 77 FiberSwitch(cur_thread(), CALLERPC, static_cast<ThreadState *>(fiber), flags); in __tsan_switch_to_fiber() 81 void __tsan_set_fiber_name(void *fiber, const char *name) { in __tsan_set_fiber_name() argument 82 ThreadSetName(static_cast<ThreadState *>(fiber), name); in __tsan_set_fiber_name()
|
/freebsd/sys/contrib/device-tree/Bindings/net/ |
H A D | ti,dp83822.yaml | 17 fiber-optic transceiver. Additionally, the DP83822 provides flexibility to 33 DP83822 PHY in Fiber mode only. 36 This property is only applicable if the fiber mode support is strapped 39 ti,fiber-mode: 43 If present the DP83822 PHY is configured to operate in fiber mode 44 Fiber mode support can also be strapped. If the strap pin is not set 46 If the fiber mode is not strapped then signal detection for the PHY 48 In fiber mode, auto-negotiation is disabled and the PHY can only work in
|
H A D | micrel.txt | 40 - micrel,fiber-mode: If present the PHY is configured to operate in fiber mode 42 Some PHYs, such as the KSZ8041FTL variant, support fiber mode, enabled 44 registers whether the PHY is in fiber mode, so this boolean device tree 47 In fiber mode, auto-negotiation is disabled and the PHY can only work in
|
H A D | qcom,qca807x.yaml | 19 MAC, while second one is SGMII for connection to MAC or fiber. 22 100BASE-FX fiber.
|
H A D | ti,dp83869.yaml | 20 100BASE-FX Fiber protocols.
|
/freebsd/share/man/man4/ |
H A D | sk.4 | 158 SK-9841 SK-NET GE-LX single port, single mode fiber adapter 160 SK-9842 SK-NET GE-LX dual port, single mode fiber adapter 162 SK-9843 SK-NET GE-SX single port, multimode fiber adapter 164 SK-9844 SK-NET GE-SX dual port, multimode fiber adapter
|
H A D | lge.4 | 59 The LXT1001 supports fiber PHYs and also a GMII port for use with 83 Set 1000baseSX operation over fiber optic cable.
|
H A D | bge.4 | 62 1000Mbps over multimode fiber. 74 fiber applications.
|
H A D | stge.4 | 69 copper or 1000baseX fiber applications.
|
H A D | msk.4 | 60 1000baseX fiber applications.
|
H A D | mxge.4 | 93 Myricom 10G XAUI over ribbon fiber (10G-PCIE-8A-Q, 10G-PCIE-8AL-Q)
|
H A D | nge.4 | 61 fiber applications.
|
/freebsd/sys/net/ |
H A D | sff8436.h | 147 * mode fiber, units of km */ 149 * 50um multimode fiber, units of 2 m */ 151 * OM2 fiber, units of 1 m */ 153 * 50um multi-mode fiber, units of 1m*/
|
H A D | sff8472.h | 82 * mode fiber, units of km */ 84 * mode fiber, units of 100 m */ 86 * OM2 fiber, units of 10 m */ 88 * um OM1 fiber, units of 10 m */ 90 * OM4 fiber, units of 10m. 93 SFF_8472_LEN_OM3 = 19, /* Link length supported for 50 um OM3 fiber, units of 10 m */
|
H A D | if_media.h | 146 #define IFM_100_FX 7 /* 100BaseFX - Fiber */ 150 #define IFM_1000_SX 11 /* 1000BaseSX - multi-mode fiber */ 152 #define IFM_10_FL 13 /* 10BaseFL - Fiber */ 153 #define IFM_1000_LX 14 /* 1000baseLX - single-mode fiber */ 160 #define IFM_2500_SX 21 /* 2500BaseSX - multi-mode fiber */
|
/freebsd/contrib/tcpdump/ |
H A D | gmpls.c | 45 { GMPLS_FSC, "Fiber-Switch Capable"}, 66 { 9, "Fiber"}, 133 { 58, "Fiber Channel"},
|
/freebsd/sys/dev/mii/ |
H A D | mv88e151x.c | 119 /* Switch the fiber PHY and add the supported media. */ in mv88e151x_attach() 141 /* Enable the fiber PHY auto negotiation. */ in mv88e151x_attach() 188 /* Switch to the fiber PHY. */ in mv88e151x_fiber_status()
|
H A D | e1000phyreg.h | 127 /* Autonegotiation register bits for fiber cards (Alaska Only!) */ 149 /* autoneg link partner ability register bits for fiber cards (Alaska Only!) */ 252 /* 88E1112 page 1 fiber specific control */
|
H A D | e1000phy.c | 153 * point to other bank instead of copper/fiber bank in e1000phy_attach() 158 * device know the type of PHY(either copper or fiber), in e1000phy_attach() 451 * Some fiber PHY(88E1112) does not seem to set resolved in e1000phy_status()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_thread_registry.h | 35 Fiber, // Fiber enumerator
|
/freebsd/sys/dev/e1000/ |
H A D | e1000_82540.c | 39 * 82545EM Gigabit Ethernet Controller (Fiber) 42 * 82546EB Gigabit Ethernet Controller (Fiber) 452 * e1000_setup_fiber_serdes_link_82540 - Setup link for fiber/serdes 457 * distance and flow control for fiber and serdes links. Upon successful
|
H A D | e1000_82543.c | 36 * 82543GC Gigabit Ethernet Controller (Fiber) 39 * 82544EI Gigabit Ethernet Controller (Fiber) 1142 * e1000_setup_fiber_link_82543 - Setup link for fiber 1145 * Configures collision distance and flow control for fiber links. Upon 1327 * e1000_check_for_fiber_link_82543 - Check for link (Fiber) 1492 /* Fiber 82544 and all 82543 use this method */ in e1000_led_on_82543()
|
H A D | README | 109 between copper-based adapters and fiber-based adapters. 128 An Intel(R) Ethernet Network Adapter using fiber-based connections, however,
|
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_thread.cpp | 156 Report("ERROR: starting fiber switch while in fiber switch\n"); in StartSwitchFiber() 169 // if fake_stack_save is null, the fiber will die, delete the fakestack in StartSwitchFiber() 177 Report("ERROR: finishing a fiber switch that has not started\n"); in FinishSwitchFiber()
|