Searched refs:SET_DEVICE_OP (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/infiniband/core/ |
| D | device.c | 2534 #define SET_DEVICE_OP(ptr, name) \ in ib_set_device_ops() macro 2541 #define SET_OBJ_SIZE(ptr, name) SET_DEVICE_OP(ptr, size_##name) in ib_set_device_ops() 2558 SET_DEVICE_OP(dev_ops, add_gid); in ib_set_device_ops() 2559 SET_DEVICE_OP(dev_ops, advise_mr); in ib_set_device_ops() 2560 SET_DEVICE_OP(dev_ops, alloc_dm); in ib_set_device_ops() 2561 SET_DEVICE_OP(dev_ops, alloc_fmr); in ib_set_device_ops() 2562 SET_DEVICE_OP(dev_ops, alloc_hw_stats); in ib_set_device_ops() 2563 SET_DEVICE_OP(dev_ops, alloc_mr); in ib_set_device_ops() 2564 SET_DEVICE_OP(dev_ops, alloc_mr_integrity); in ib_set_device_ops() 2565 SET_DEVICE_OP(dev_ops, alloc_mw); in ib_set_device_ops() [all …]
|