commit | 67930995d7fb8ae7d2078822b563010b289ace2e | [log] [tgz] |
---|---|---|
author | Bjorn Helgaas <bhelgaas@google.com> | Fri Jul 17 15:27:34 2015 -0500 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Thu Aug 13 15:57:22 2015 -0500 |
tree | 1ff5b514c36b7f8cd11fef1d99bbb7bf367e6c1d | |
parent | d544d75ac96aa1b0a8a378826626a0fbd8ce4380 [diff] |
PCI: Reduce size of ATS structure elements The extended capabilities list is linked with 12-bit pointers, and the ATS Smallest Translation Unit and Invalidate Queue Depth fields are both 5 bits. Use u16 and u8 to hold the extended capability address and the stu and qdep values. No functional change. Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Reviewed-by: Joerg Roedel <jroedel@suse.de>