projects
/
linux-2.6
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
mv643xx_eth: fix receive checksumming
[linux-2.6]
/
drivers
/
net
/
cxgb3
/
cxgb3_ctl_defs.h
diff --git
a/drivers/net/cxgb3/cxgb3_ctl_defs.h
b/drivers/net/cxgb3/cxgb3_ctl_defs.h
index
ed0ecd9
..
6ad9240
100644
(file)
--- a/
drivers/net/cxgb3/cxgb3_ctl_defs.h
+++ b/
drivers/net/cxgb3/cxgb3_ctl_defs.h
@@
-111,10
+111,7
@@
struct ulp_iscsi_info {
unsigned int llimit;
unsigned int ulimit;
unsigned int tagmask;
- unsigned int pgsz3;
- unsigned int pgsz2;
- unsigned int pgsz1;
- unsigned int pgsz0;
+ u8 pgsz_factor[4];
unsigned int max_rxsz;
unsigned int max_txsz;
struct pci_dev *pdev;