lkml.org 
[lkml]   [2022]   [Nov]   [9]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
SubjectRe: [PATCH v4 08/16] ufs: core: mcq: Allocate memory for mcq mode
From
On 11/9/22 11:41, Asutosh Das wrote:
> +struct cq_entry {
> + /* DW 0-1 */
> + __le64 command_desc_base_addr;
> +
> + /* DW 2 */
> + __le16 response_upiu_length;
> + __le16 response_upiu_offset;
> +
> + /* DW 3 */
> + __le16 prd_table_length;
> + __le16 prd_table_offset;
> +
> + /* DW 4 */
> + __le32 status;
> +
> + /* DW 5-7 */
> + u32 reserved[3];
> +};

Since this data structure comes from the UFSHCI specification, please
mention the name of this data structure above this data structure, e.g.
as follows:

/* MCQ Completion Queue Entry */

Thanks,

Bart.

\
 
 \ /
  Last update: 2022-11-09 22:38    [W:3.050 / U:0.984 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site