linux/drivers/net/benet
Sathya Perla ec43b1a64a be2net: fix unmap_single/page() called incorrectly in Tx compl processing
The first wrb seen by tx compl processing does not have a dma handle in it.
Currently, pci_unmap_single() is attempted on this wrb and pci_unmap_page() on the
rest. So, pci_unmap_page() gets incorrectly called on the dma hdl of skb->data (that
was mapped using map_single()). This patch fixes this issue.

Signed-off-by: Sathya Perla <sathyap@serverengines.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2010-03-23 13:22:40 -07:00
..
be.h be2net: remove usage of be_pci_func 2010-03-08 10:45:27 -08:00
be_cmds.c be2net: fix mccq create for big endian architectures 2010-03-15 15:46:59 -07:00
be_cmds.h be2net: fix tx completion polling 2010-03-02 03:56:39 -08:00
be_ethtool.c be2net: update copyright dates 2010-02-19 17:11:53 -08:00
be_hw.h be2net: download NCSI section during firmware update 2010-03-03 01:04:38 -08:00
be_main.c be2net: fix unmap_single/page() called incorrectly in Tx compl processing 2010-03-23 13:22:40 -07:00
Kconfig be2net: remove ASIC generation number from Kconfig 2010-02-12 12:28:00 -08:00
Makefile