* @mask: Pointer to phba's cpumask member.
* @start: starting cpu index
*
- * Note: If no valid cpu found, then nr_cpu_ids is returned.
+ * Returns: next online CPU in @mask on success
*
+ * Note: If no valid cpu found, then nr_cpu_ids is returned.
**/
static __always_inline unsigned int
lpfc_next_online_cpu(const struct cpumask *mask, unsigned int start)
* lpfc_next_present_cpu - Finds next present CPU after n
* @n: the cpu prior to search
*
- * Note: If no next present cpu, then fallback to first present cpu.
+ * Returns: next present CPU after CPU @n
*
+ * Note: If no next present cpu, then fallback to first present cpu.
**/
static __always_inline unsigned int lpfc_next_present_cpu(int n)
{
/**
* lpfc_sli4_mod_hba_eq_delay - update EQ delay
* @phba: Pointer to HBA context object.
- * @q: The Event Queue to update.
+ * @eq: The Event Queue to update.
* @delay: The delay value (in us) to be written.
*
**/
* Pr Tag 1 0 N
* Pr Tag 1 1 Y
* Pr Tag 2 * Y
- ---------------------------------------------------
+ * ---------------------------------------------------
*
+ * Returns: whether VMID is enabled
**/
static inline int lpfc_is_vmid_enabled(struct lpfc_hba *phba)
{