On Tue, Oct 03, 2017 at 01:41:57PM -0400, Kevin O'Connor wrote:
Use the logic for building a 'struct xhci_trb' that was in xhci_xfer_queue() up so that command and ring TRBs can also use that functionality. This eliminates the need to manually generate the xhci_trb struct from those code paths.
FYI, I committed this change.
-Kevin