On 4/16/2020 12:22 AM, Daniel Wagner wrote: ...
+/** + * HW IO object. + * + * Stores the per-IO information necessary + * for both the lower (SLI) and upper + * layers (efct). + */ +struct efct_hw_io { + /* Owned by HW */What are the rules? Live time properties?+ + /* reference counter and callback function */Make kerneldoc out of it?
I'll see if there's something we can write about it. Agree with rest of comments. -- james