Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
This commit is contained in:
@@ -2201,8 +2201,7 @@ no_mem:
|
|||||||
} else if ((len = ntohl(r->len_cq)) != 0) {
|
} else if ((len = ntohl(r->len_cq)) != 0) {
|
||||||
struct sge_fl *fl;
|
struct sge_fl *fl;
|
||||||
|
|
||||||
if (eth)
|
lro &= eth && is_eth_tcp(rss_hi);
|
||||||
lro = qs->lro_enabled && is_eth_tcp(rss_hi);
|
|
||||||
|
|
||||||
fl = (len & F_RSPD_FLQ) ? &qs->fl[1] : &qs->fl[0];
|
fl = (len & F_RSPD_FLQ) ? &qs->fl[1] : &qs->fl[0];
|
||||||
if (fl->use_pages) {
|
if (fl->use_pages) {
|
||||||
|
@@ -372,6 +372,9 @@ static int gfar_probe(struct of_device *ofdev,
|
|||||||
/* Reset MAC layer */
|
/* Reset MAC layer */
|
||||||
gfar_write(&priv->regs->maccfg1, MACCFG1_SOFT_RESET);
|
gfar_write(&priv->regs->maccfg1, MACCFG1_SOFT_RESET);
|
||||||
|
|
||||||
|
/* We need to delay at least 3 TX clocks */
|
||||||
|
udelay(2);
|
||||||
|
|
||||||
tempval = (MACCFG1_TX_FLOW | MACCFG1_RX_FLOW);
|
tempval = (MACCFG1_TX_FLOW | MACCFG1_RX_FLOW);
|
||||||
gfar_write(&priv->regs->maccfg1, tempval);
|
gfar_write(&priv->regs->maccfg1, tempval);
|
||||||
|
|
||||||
|
@@ -314,7 +314,7 @@ extern const char gfar_driver_version[];
|
|||||||
#define ATTRELI_EI(x) (x)
|
#define ATTRELI_EI(x) (x)
|
||||||
|
|
||||||
#define BD_LFLAG(flags) ((flags) << 16)
|
#define BD_LFLAG(flags) ((flags) << 16)
|
||||||
#define BD_LENGTH_MASK 0x00ff
|
#define BD_LENGTH_MASK 0x0000ffff
|
||||||
|
|
||||||
/* TxBD status field bits */
|
/* TxBD status field bits */
|
||||||
#define TXBD_READY 0x8000
|
#define TXBD_READY 0x8000
|
||||||
|
Reference in New Issue
Block a user