Changeset 17873ac7 in mainline for uspace/drv/bus/usb/xhci/endpoint.h


Ignore:
Timestamp:
2017-10-31T19:06:57Z (8 years ago)
Author:
Ondřej Hlavatý <aearsis@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
479e32d
Parents:
a312d8f
Message:

usbhost endpoint: endpoint→active replaced by tracking active batch

The mechanism is optional, synchronization over endpoint is now not forced. It will be used by xhci to utilize streams.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/xhci/endpoint.h

    ra312d8f r17873ac7  
    6868        /** Main transfer ring (unused if streams are enabled) */
    6969        xhci_trb_ring_t ring;
    70 
    71         /** There shall be only one transfer active on an endpoint. The
    72          * synchronization is performed using the active flag in base
    73          * endpoint_t */
    74         xhci_transfer_t active_transfer;
    7570
    7671        /** Primary stream context array (or NULL if endpoint doesn't use streams). */
Note: See TracChangeset for help on using the changeset viewer.