Home
last modified time | relevance | path

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

/linux/drivers/infiniband/core/
H A Ddevice.c279 #define IB_MANDATORY_FUNC(x) { offsetof(struct ib_device_ops, x), #x } in ib_device_check_mandatory() macro
284 IB_MANDATORY_FUNC(query_device), in ib_device_check_mandatory()
285 IB_MANDATORY_FUNC(query_port), in ib_device_check_mandatory()
286 IB_MANDATORY_FUNC(alloc_pd), in ib_device_check_mandatory()
287 IB_MANDATORY_FUNC(dealloc_pd), in ib_device_check_mandatory()
288 IB_MANDATORY_FUNC(create_qp), in ib_device_check_mandatory()
289 IB_MANDATORY_FUNC(modify_qp), in ib_device_check_mandatory()
290 IB_MANDATORY_FUNC(destroy_qp), in ib_device_check_mandatory()
291 IB_MANDATORY_FUNC(post_send), in ib_device_check_mandatory()
292 IB_MANDATORY_FUNC(post_recv), in ib_device_check_mandatory()
[all …]