diff options
-rw-r--r-- | drivers/net/cxgb4vf/sge.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/cxgb4vf/sge.c b/drivers/net/cxgb4vf/sge.c index 5c4a81dae19a..3a7c02f98a4d 100644 --- a/drivers/net/cxgb4vf/sge.c +++ b/drivers/net/cxgb4vf/sge.c | |||
@@ -2432,7 +2432,7 @@ int t4vf_sge_init(struct adapter *adapter) | |||
2432 | STAT_LEN = ((sge_params->sge_control & EGRSTATUSPAGESIZE) ? 128 : 64); | 2432 | STAT_LEN = ((sge_params->sge_control & EGRSTATUSPAGESIZE) ? 128 : 64); |
2433 | PKTSHIFT = PKTSHIFT_GET(sge_params->sge_control); | 2433 | PKTSHIFT = PKTSHIFT_GET(sge_params->sge_control); |
2434 | FL_ALIGN = 1 << (INGPADBOUNDARY_GET(sge_params->sge_control) + | 2434 | FL_ALIGN = 1 << (INGPADBOUNDARY_GET(sge_params->sge_control) + |
2435 | INGPADBOUNDARY_SHIFT); | 2435 | SGE_INGPADBOUNDARY_SHIFT); |
2436 | 2436 | ||
2437 | /* | 2437 | /* |
2438 | * Set up tasklet timers. | 2438 | * Set up tasklet timers. |