|
@@ -269,7 +269,7 @@ no_qp_table:
|
|
|
|
|
|
/**
|
|
|
* free_all_qps - check for QPs still in use
|
|
|
- * @qpt: the QP table to empty
|
|
|
+ * @rdi: rvt device info structure
|
|
|
*
|
|
|
* There should not be any QPs still in use.
|
|
|
* Free memory for table.
|
|
@@ -335,9 +335,9 @@ static inline unsigned mk_qpn(struct rvt_qpn_table *qpt,
|
|
|
/**
|
|
|
* alloc_qpn - Allocate the next available qpn or zero/one for QP type
|
|
|
* IB_QPT_SMI/IB_QPT_GSI
|
|
|
- *@rdi: rvt device info structure
|
|
|
- *@qpt: queue pair number table pointer
|
|
|
- *@port_num: IB port number, 1 based, comes from core
|
|
|
+ * @rdi: rvt device info structure
|
|
|
+ * @qpt: queue pair number table pointer
|
|
|
+ * @port_num: IB port number, 1 based, comes from core
|
|
|
*
|
|
|
* Return: The queue pair number
|
|
|
*/
|
|
@@ -1650,9 +1650,9 @@ static inline int rvt_qp_valid_operation(
|
|
|
|
|
|
/**
|
|
|
* rvt_qp_is_avail - determine queue capacity
|
|
|
- * @qp - the qp
|
|
|
- * @rdi - the rdmavt device
|
|
|
- * @reserved_op - is reserved operation
|
|
|
+ * @qp: the qp
|
|
|
+ * @rdi: the rdmavt device
|
|
|
+ * @reserved_op: is reserved operation
|
|
|
*
|
|
|
* This assumes the s_hlock is held but the s_last
|
|
|
* qp variable is uncontrolled.
|
|
@@ -2174,8 +2174,8 @@ EXPORT_SYMBOL(rvt_rc_rnr_retry);
|
|
|
|
|
|
/**
|
|
|
* rvt_qp_iter_init - initial for QP iteration
|
|
|
- * @rdi - rvt devinfo
|
|
|
- * @v - u64 value
|
|
|
+ * @rdi: rvt devinfo
|
|
|
+ * @v: u64 value
|
|
|
*
|
|
|
* This returns an iterator suitable for iterating QPs
|
|
|
* in the system.
|