aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c')
-rw-r--r--drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c b/drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c
index 4591d934e221..710e5e2bac9f 100644
--- a/drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c
+++ b/drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c
@@ -471,7 +471,7 @@ static int fwevtq_handler(struct sge_rspq *rspq, const __be64 *rsp,
471 * free TX Queue Descriptors ... 471 * free TX Queue Descriptors ...
472 */ 472 */
473 const struct cpl_sge_egr_update *p = cpl; 473 const struct cpl_sge_egr_update *p = cpl;
474 unsigned int qid = EGR_QID(be32_to_cpu(p->opcode_qid)); 474 unsigned int qid = EGR_QID_G(be32_to_cpu(p->opcode_qid));
475 struct sge *s = &adapter->sge; 475 struct sge *s = &adapter->sge;
476 struct sge_txq *tq; 476 struct sge_txq *tq;
477 struct sge_eth_txq *txq; 477 struct sge_eth_txq *txq;