aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/device.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/infiniband/core/device.c')
-rw-r--r--drivers/infiniband/core/device.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/infiniband/core/device.c b/drivers/infiniband/core/device.c
index 2123cc693a29..9665c3796cfb 100644
--- a/drivers/infiniband/core/device.c
+++ b/drivers/infiniband/core/device.c
@@ -2370,6 +2370,14 @@ void ib_set_device_ops(struct ib_device *dev, const struct ib_device_ops *ops)
2370 SET_DEVICE_OP(dev_ops, get_vf_config); 2370 SET_DEVICE_OP(dev_ops, get_vf_config);
2371 SET_DEVICE_OP(dev_ops, get_vf_stats); 2371 SET_DEVICE_OP(dev_ops, get_vf_stats);
2372 SET_DEVICE_OP(dev_ops, init_port); 2372 SET_DEVICE_OP(dev_ops, init_port);
2373 SET_DEVICE_OP(dev_ops, iw_accept);
2374 SET_DEVICE_OP(dev_ops, iw_add_ref);
2375 SET_DEVICE_OP(dev_ops, iw_connect);
2376 SET_DEVICE_OP(dev_ops, iw_create_listen);
2377 SET_DEVICE_OP(dev_ops, iw_destroy_listen);
2378 SET_DEVICE_OP(dev_ops, iw_get_qp);
2379 SET_DEVICE_OP(dev_ops, iw_reject);
2380 SET_DEVICE_OP(dev_ops, iw_rem_ref);
2373 SET_DEVICE_OP(dev_ops, map_mr_sg); 2381 SET_DEVICE_OP(dev_ops, map_mr_sg);
2374 SET_DEVICE_OP(dev_ops, map_phys_fmr); 2382 SET_DEVICE_OP(dev_ops, map_phys_fmr);
2375 SET_DEVICE_OP(dev_ops, mmap); 2383 SET_DEVICE_OP(dev_ops, mmap);