|
Lines 144-150
Link Here
|
| 144 |
modes. |
144 |
modes. |
| 145 |
.It 1000baseSX |
145 |
.It 1000baseSX |
| 146 |
Set 1000Mbps (Gigabit Ethernet) operation. |
146 |
Set 1000Mbps (Gigabit Ethernet) operation. |
| 147 |
Only full |
147 |
Only |
| 148 |
.Ar full-duplex |
148 |
.Ar full-duplex |
| 149 |
mode is supported at this speed. |
149 |
mode is supported at this speed. |
| 150 |
.El |
150 |
.El |
|
Lines 154-160
Link Here
|
| 154 |
driver supports the following media options: |
154 |
driver supports the following media options: |
| 155 |
.Bl -tag -width xxxxxxxxxxxxxxxxxxxx |
155 |
.Bl -tag -width xxxxxxxxxxxxxxxxxxxx |
| 156 |
.It full-duplex |
156 |
.It full-duplex |
| 157 |
Force full duplex operation |
157 |
Force full duplex operation. |
| 158 |
.It half-duplex |
158 |
.It half-duplex |
| 159 |
Force half duplex operation. |
159 |
Force half duplex operation. |
| 160 |
.El |
160 |
.El |
|
Lines 240-253
Link Here
|
| 240 |
A value of 0 means that this parameter is ignored and receive BDs |
240 |
A value of 0 means that this parameter is ignored and receive BDs |
| 241 |
will only be returned when the receive max coalesced BDs value is |
241 |
will only be returned when the receive max coalesced BDs value is |
| 242 |
reached. |
242 |
reached. |
| 243 |
The default valus is 170. |
243 |
The default value is 170. |
| 244 |
.It Va dev.ti.%d.rx_max_coal_bds |
244 |
.It Va dev.ti.%d.rx_max_coal_bds |
| 245 |
This value, receive max coalesced BDs, controls the number of |
245 |
This value, receive max coalesced BDs, controls the number of |
| 246 |
receive buffer descriptors that will be coalesced before the NIC |
246 |
receive buffer descriptors that will be coalesced before the NIC |
| 247 |
updates the receive return ring producer index. |
247 |
updates the receive return ring producer index. |
| 248 |
If this value is set to 0 it will disable receive buffer descriptor |
248 |
If this value is set to 0 it will disable receive buffer descriptor |
| 249 |
coalescing. |
249 |
coalescing. |
| 250 |
The default valus is 64. |
250 |
The default value is 64. |
| 251 |
.It Va dev.ti.%d.ti_tx_coal_ticks |
251 |
.It Va dev.ti.%d.ti_tx_coal_ticks |
| 252 |
This value, send coalesced ticks, controls the number of clock |
252 |
This value, send coalesced ticks, controls the number of clock |
| 253 |
ticks (of 1 microseconds each) that must elapse before the NIC DMAs |
253 |
ticks (of 1 microseconds each) that must elapse before the NIC DMAs |
|
Lines 263-271
Link Here
|
| 263 |
This value, send max coalesced BDs, controls the number of send |
263 |
This value, send max coalesced BDs, controls the number of send |
| 264 |
buffer descriptors that will be coalesced before the NIC updates |
264 |
buffer descriptors that will be coalesced before the NIC updates |
| 265 |
the send consumer index. |
265 |
the send consumer index. |
| 266 |
If this valus is set to 0 it will disable send buffer descriptor |
266 |
If this value is set to 0 it will disable send buffer descriptor |
| 267 |
coalescing. |
267 |
coalescing. |
| 268 |
The default valus is 32. |
268 |
The default value is 32. |
| 269 |
.It Va dev.ti.%d.tx_buf_ratio |
269 |
.It Va dev.ti.%d.tx_buf_ratio |
| 270 |
This value controls the ratio of the remaining memory in the NIC |
270 |
This value controls the ratio of the remaining memory in the NIC |
| 271 |
that should be devoted to transmit buffer vs. receive buffer. |
271 |
that should be devoted to transmit buffer vs. receive buffer. |
|
Lines 348-354
Link Here
|
| 348 |
The argument is |
348 |
The argument is |
| 349 |
.Vt "struct tg_mem" . |
349 |
.Vt "struct tg_mem" . |
| 350 |
.It Dv ALT_READ_TG_REG |
350 |
.It Dv ALT_READ_TG_REG |
| 351 |
Read the requested register on the Tigon board. |
351 |
Read the requested register from the Tigon board. |
| 352 |
The argument is |
352 |
The argument is |
| 353 |
.Vt "struct tg_reg" . |
353 |
.Vt "struct tg_reg" . |
| 354 |
.It Dv ALT_WRITE_TG_REG |
354 |
.It Dv ALT_WRITE_TG_REG |