commit | 4b48839999c696b732ee6b2a03b18a47d9d324c2 | [log] [tgz] |
---|---|---|
author | Kevin O'Connor <kevin@koconnor.net> | Tue Oct 03 10:45:24 2017 -0400 |
committer | Kevin O'Connor <kevin@koconnor.net> | Tue Oct 03 13:58:12 2017 -0400 |
tree | a29a7bb4b90d93f43dff31c0cbe3317153867545 | |
parent | f3d2a156448f006e5d83eb60cb1da2dea6c997bf [diff] |
xhci: Build TRBs directly in xhci_trb_queue() 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. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>