diff options
Diffstat (limited to 'drivers/infiniband/hw/qib/qib_ruc.c')
-rw-r--r-- | drivers/infiniband/hw/qib/qib_ruc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/infiniband/hw/qib/qib_ruc.c b/drivers/infiniband/hw/qib/qib_ruc.c index 357b6cfcd46c..4c07a8b34ffe 100644 --- a/drivers/infiniband/hw/qib/qib_ruc.c +++ b/drivers/infiniband/hw/qib/qib_ruc.c | |||
@@ -703,6 +703,7 @@ void qib_make_ruc_header(struct qib_qp *qp, struct qib_other_headers *ohdr, | |||
703 | ohdr->bth[0] = cpu_to_be32(bth0); | 703 | ohdr->bth[0] = cpu_to_be32(bth0); |
704 | ohdr->bth[1] = cpu_to_be32(qp->remote_qpn); | 704 | ohdr->bth[1] = cpu_to_be32(qp->remote_qpn); |
705 | ohdr->bth[2] = cpu_to_be32(bth2); | 705 | ohdr->bth[2] = cpu_to_be32(bth2); |
706 | this_cpu_inc(ibp->pmastats->n_unicast_xmit); | ||
706 | } | 707 | } |
707 | 708 | ||
708 | /** | 709 | /** |