kernel-ark/drivers/net/netxen
Dhananjay Phadke d9e651bc06 netxen: cut-through rx changes
NX3031 supports cut-through operation where ingress packets are
directly dma'ed into host buffers to reduce latency.

This requires larger dma buffers (2kb) and different alignemnt.

The buffer posting logic is changed a bit. The free rx buffers
are maintained in linked list, since the received reference
handles can be out of order. However rx descriptors are still
posted sequentially, indexed by producer.

Signed-off-by: Dhananjay Phadke <dhananjay@netxen.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
2008-07-22 17:52:22 -04:00
..
Makefile netxen: add netxen_nic_ctx.c 2008-07-22 17:52:04 -04:00
netxen_nic_ctx.c netxen: cut-through rx changes 2008-07-22 17:52:22 -04:00
netxen_nic_ethtool.c netxen: add netxen_nic_ctx.c 2008-07-22 17:52:04 -04:00
netxen_nic_hdr.h netxen: mtu, mac, link status changes 2008-07-22 17:52:11 -04:00
netxen_nic_hw.c netxen: mtu, mac, link status changes 2008-07-22 17:52:11 -04:00
netxen_nic_hw.h netxen: add 2MB PCI memory support 2008-07-22 17:51:44 -04:00
netxen_nic_init.c netxen: cut-through rx changes 2008-07-22 17:52:22 -04:00
netxen_nic_main.c netxen: cut-through rx changes 2008-07-22 17:52:22 -04:00
netxen_nic_niu.c netxen: mtu, mac, link status changes 2008-07-22 17:52:11 -04:00
netxen_nic_phan_reg.h netxen: mtu, mac, link status changes 2008-07-22 17:52:11 -04:00
netxen_nic.h netxen: cut-through rx changes 2008-07-22 17:52:22 -04:00