freebsd-skq/sys/dev/bge
Pyun YongHyeon 30f57f615b Reduce status block size DMAed by controller. bge(4) uses single
Tx/Rx/Rx return ring such that large part of status block was not
used at all. All bge(4) controllers except BCM5700 AX/BX has a
feature to control the size of status block. So use minimum status
block size allowed in controller. This reduces number of DMAed
status block size to 32 bytes from 80 bytes.
2009-11-22 21:45:55 +00:00
..
if_bge.c Reduce status block size DMAed by controller. bge(4) uses single 2009-11-22 21:45:55 +00:00
if_bgereg.h Implement TSO for BCM5755 or newer controllers. Some controllers 2009-11-22 21:16:30 +00:00