diff options
author | Sagi Grimberg <sagig@mellanox.com> | 2015-10-13 18:11:46 +0200 |
---|---|---|
committer | Doug Ledford <dledford@redhat.com> | 2015-10-29 03:32:29 +0100 |
commit | d3cfd002e6586d715515c2f293cf04cf72b33002 (patch) | |
tree | 6c952b073baae03c3be01f071525e5b14e04e0d9 /drivers/infiniband/hw/cxgb4/cq.c | |
parent | RDMA/cxgb3: Remove old FRWR API (diff) | |
download | linux-d3cfd002e6586d715515c2f293cf04cf72b33002.tar.xz linux-d3cfd002e6586d715515c2f293cf04cf72b33002.zip |
iw_cxgb4: Remove old FRWR API
No ULP uses it anymore, go ahead and remove it.
Signed-off-by: Sagi Grimberg <sagig@mellanox.com>
Acked-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'drivers/infiniband/hw/cxgb4/cq.c')
-rw-r--r-- | drivers/infiniband/hw/cxgb4/cq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/cxgb4/cq.c b/drivers/infiniband/hw/cxgb4/cq.c index 92d518382a9f..de9cd6901752 100644 --- a/drivers/infiniband/hw/cxgb4/cq.c +++ b/drivers/infiniband/hw/cxgb4/cq.c @@ -752,7 +752,7 @@ static int c4iw_poll_cq_one(struct c4iw_cq *chp, struct ib_wc *wc) wc->opcode = IB_WC_LOCAL_INV; break; case FW_RI_FAST_REGISTER: - wc->opcode = IB_WC_FAST_REG_MR; + wc->opcode = IB_WC_REG_MR; break; default: printk(KERN_ERR MOD "Unexpected opcode %d " |