hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/drivers/infiniband/hw/i40iw/i40iw.h
....@@ -422,9 +422,8 @@
422422 bool ipv4,
423423 u32 action);
424424
425
-int i40iw_manage_apbvt(struct i40iw_device *iwdev,
426
- u16 accel_local_port,
427
- bool add_port);
425
+enum i40iw_status_code i40iw_manage_apbvt(struct i40iw_device *iwdev,
426
+ u16 accel_local_port, bool add_port);
428427
429428 struct i40iw_cqp_request *i40iw_get_cqp_request(struct i40iw_cqp *cqp, bool wait);
430429 void i40iw_free_cqp_request(struct i40iw_cqp *cqp, struct i40iw_cqp_request *cqp_request);