Searched refs:IB_MANDATORY_FUNC (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/infiniband/core/ |
D | device.c | 87 #define IB_MANDATORY_FUNC(x) { offsetof(struct ib_device, x), #x } in ib_device_check_mandatory() macro 92 IB_MANDATORY_FUNC(query_device), in ib_device_check_mandatory() 93 IB_MANDATORY_FUNC(query_port), in ib_device_check_mandatory() 94 IB_MANDATORY_FUNC(query_pkey), in ib_device_check_mandatory() 95 IB_MANDATORY_FUNC(query_gid), in ib_device_check_mandatory() 96 IB_MANDATORY_FUNC(alloc_pd), in ib_device_check_mandatory() 97 IB_MANDATORY_FUNC(dealloc_pd), in ib_device_check_mandatory() 98 IB_MANDATORY_FUNC(create_ah), in ib_device_check_mandatory() 99 IB_MANDATORY_FUNC(destroy_ah), in ib_device_check_mandatory() 100 IB_MANDATORY_FUNC(create_qp), in ib_device_check_mandatory() [all …]
|