Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/infiniband/core/
Ddevice.c72 #define IB_MANDATORY_FUNC(x) { offsetof(struct ib_device, x), #x } in ib_device_check_mandatory() macro
77 IB_MANDATORY_FUNC(query_device), in ib_device_check_mandatory()
78 IB_MANDATORY_FUNC(query_port), in ib_device_check_mandatory()
79 IB_MANDATORY_FUNC(query_pkey), in ib_device_check_mandatory()
80 IB_MANDATORY_FUNC(query_gid), in ib_device_check_mandatory()
81 IB_MANDATORY_FUNC(alloc_pd), in ib_device_check_mandatory()
82 IB_MANDATORY_FUNC(dealloc_pd), in ib_device_check_mandatory()
83 IB_MANDATORY_FUNC(create_ah), in ib_device_check_mandatory()
84 IB_MANDATORY_FUNC(destroy_ah), in ib_device_check_mandatory()
85 IB_MANDATORY_FUNC(create_qp), in ib_device_check_mandatory()
[all …]