Home
last modified time | relevance | path

Searched refs:IB_MANDATORY_FUNC (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/drivers/infiniband/core/
Ddevice.c269 #define IB_MANDATORY_FUNC(x) { offsetof(struct ib_device_ops, x), #x } in ib_device_check_mandatory() macro
274 IB_MANDATORY_FUNC(query_device), in ib_device_check_mandatory()
275 IB_MANDATORY_FUNC(query_port), in ib_device_check_mandatory()
276 IB_MANDATORY_FUNC(alloc_pd), in ib_device_check_mandatory()
277 IB_MANDATORY_FUNC(dealloc_pd), in ib_device_check_mandatory()
278 IB_MANDATORY_FUNC(create_qp), in ib_device_check_mandatory()
279 IB_MANDATORY_FUNC(modify_qp), in ib_device_check_mandatory()
280 IB_MANDATORY_FUNC(destroy_qp), in ib_device_check_mandatory()
281 IB_MANDATORY_FUNC(post_send), in ib_device_check_mandatory()
282 IB_MANDATORY_FUNC(post_recv), in ib_device_check_mandatory()
[all …]