Searched refs:modify_hw_stat (Results 1 – 4 of 4) sorted by relevance
115 if (!dev->ops.modify_hw_stat) in rdma_counter_modify()128 ret = dev->ops.modify_hw_stat(dev, port, index, enable); in rdma_counter_modify()
2681 SET_DEVICE_OP(dev_ops, modify_hw_stat); in ib_set_device_ops()
1032 .modify_hw_stat = IS_ENABLED(CONFIG_INFINIBAND_USER_ACCESS) ?
2599 int (*modify_hw_stat)(struct ib_device *device, u32 port, member