|
@@ -91,13 +91,15 @@ EXPORT_SYMBOL(rvt_check_ah);
|
|
|
* rvt_create_ah - create an address handle
|
|
|
* @pd: the protection domain
|
|
|
* @ah_attr: the attributes of the AH
|
|
|
+ * @udata: pointer to user's input output buffer information.
|
|
|
*
|
|
|
* This may be called from interrupt context.
|
|
|
*
|
|
|
* Return: newly allocated ah
|
|
|
*/
|
|
|
struct ib_ah *rvt_create_ah(struct ib_pd *pd,
|
|
|
- struct rdma_ah_attr *ah_attr)
|
|
|
+ struct rdma_ah_attr *ah_attr,
|
|
|
+ struct ib_udata *udata)
|
|
|
{
|
|
|
struct rvt_ah *ah;
|
|
|
struct rvt_dev_info *dev = ib_to_rvt(pd->device);
|