Searched refs:IB_MANDATORY_FUNC (Results 1 – 1 of 1) sorted by relevance
/drivers/infiniband/core/ |
D | device.c | 69 #define IB_MANDATORY_FUNC(x) { offsetof(struct ib_device, x), #x } in ib_device_check_mandatory() macro 74 IB_MANDATORY_FUNC(query_device), in ib_device_check_mandatory() 75 IB_MANDATORY_FUNC(query_port), in ib_device_check_mandatory() 76 IB_MANDATORY_FUNC(query_pkey), in ib_device_check_mandatory() 77 IB_MANDATORY_FUNC(query_gid), in ib_device_check_mandatory() 78 IB_MANDATORY_FUNC(alloc_pd), in ib_device_check_mandatory() 79 IB_MANDATORY_FUNC(dealloc_pd), in ib_device_check_mandatory() 80 IB_MANDATORY_FUNC(create_ah), in ib_device_check_mandatory() 81 IB_MANDATORY_FUNC(destroy_ah), in ib_device_check_mandatory() 82 IB_MANDATORY_FUNC(create_qp), in ib_device_check_mandatory() [all …]
|