Lines Matching +full:half +full:- +full:bit
8 bge \- SUNW,bge Gigabit Ethernet driver for Broadcom BCM57xx
18 The \fBbge\fR Gigabit Ethernet driver is a multi-threaded, loadable, clonable,
19 GLD-based STREAMS driver supporting the Data Link Provider Interface,
24 PHY functions and provide three-speed (copper) Ethernet operation on the RJ-45
34 The \fBbge\fR driver and hardware support auto-negotiation, a protocol
35 specified by the 1000 Base-T standard. Auto-negotiation allows each device to
46 The cloning character-special device, \fB/dev/bge\fR, is used to access all
61 initialized on first attach and de-initialized (stopped) at last detach.
94 \fBSAP\fR length value is \fI-2\fR, meaning the physical address component is
95 followed immediately by a 2-byte \fBSAP\fR component within the \fBDLSAP\fR
112 By default, the \fBbge\fR driver performs auto-negotiation to select the link
119 1000 Mbps, full-duplex
125 1000 Mbps, half-duplex
131 100 Mbps, full-duplex
137 100 Mbps, half-duplex
143 10 Mbps, full-duplex
149 10 Mbps, half-duplex
153 The auto-negotiation protocol automatically selects:
164 Operation mode (full-duplex or half-duplex)
178 selected by the first non-zero parameter in priority order as listed below:
184 en_1000hdx_cap 1000Mbps half duplex
186 en_100hdx_cap 100Mbps half duplex
188 en_10hdx_cap 10Mbps half duplex
196 capabilities, enter (as super-user):
200 # dladm set-linkprop -p enable_1000hdx_cap=0 bge2
201 # dladm set-linkprop -p enable_1000fdx_cap=0 bge2
212 The current settings of the parameters may be found using dladm show-ether. In
219 # dladm show-ether -x bge0
220 LINK PTYPE STATE AUTO SPEED-DUPLEX PAUSE
221 bge0 current up yes 1G-f bi
222 -- capable -- yes 1G-fh,100M-fh,10M-fh bi
223 -- adv -- yes 1G-fh bi
224 -- peeradv -- yes 1G-f bi
230 The output above indicates that the link is up and running at 1Gbps full-duplex
251 bytes. Additionally, not all bge-derived devices currently support Jumbo
262 32-bit ELF kernel module. (x86)
271 64-bit ELF kernel module (x86).
280 64-bit ELF kernel module (SPARC).