freebsd-dev/sys/dev/bxe
David Christensen 76dbe6498b - Major reorganization of mbuf handling throughout the driver to
increase robustness (no more calls to panic(9)) and simplify
  code.
- Allocate RX/TX data structures as a single buffer rather than
  an array of 4KB pages to simplify code.
- Fixed LRO (aka TPA) code.  Removed kernel module parameter and
  support enabling disabling LRO through ifconfig(8) command line.
  LRO is still disabled by default but should be enabled for best
  performance on an endpoint device.
- Fixed statistcs code and removed kernel module parameter (stats
  should just work).
- Added many software counters to help identify the cause of some
  performance issues.
- Streamlined adapter internal init/stop code paths.
- Fiddled with debug code (adding some here, removing some there).
- Continued style(9) adjustments.
2011-06-08 21:18:14 +00:00
..
bxe_debug.h - Major reorganization of mbuf handling throughout the driver to 2011-06-08 21:18:14 +00:00
bxe_fw_defs.h
bxe_hsi.h
bxe_include.h - Centralize driver tunables initialization/validation. 2011-04-21 23:06:00 +00:00
bxe_init_values_e1.h
bxe_init_values_e1h.h
bxe_init.h
bxe_link.c - Major reorganization of mbuf handling throughout the driver to 2011-06-08 21:18:14 +00:00
bxe_link.h
bxe_reg.h
bxe_self_test.h
dump_e1.h
dump_e1h.h
hw_dump_reg_st.h
if_bxe.c - Major reorganization of mbuf handling throughout the driver to 2011-06-08 21:18:14 +00:00
if_bxe.h - Major reorganization of mbuf handling throughout the driver to 2011-06-08 21:18:14 +00:00