 
	
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v2 01/12] pci: introduce a devfn field to pci_sbdf_t
 >>> On 06.06.19 at 11:01, <roger.pau@xxxxxxxxxx> wrote:
> --- a/xen/include/xen/pci.h
> +++ b/xen/include/xen/pci.h
> @@ -49,7 +49,10 @@ typedef union {
>                          uint8_t func : 3,
>                                  dev  : 5;
>                      };
> -                    uint8_t     extfunc;
> +                    union {
> +                        uint8_t extfunc,
> +                                devfn;
Would mind also switching these two around, seeing that "devfn" is
the far more often used/needed/wanted name of the field?
Jan
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/mailman/listinfo/xen-devel
 
 | 
|  | Lists.xenproject.org is hosted with RackSpace, monitoring our |