HomeSort by: relevance | last modified time | path
    Searched defs:esscd (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/usb/
xhci.c 3899 const usb_endpoint_ss_comp_descriptor_t * esscd = local in function:xhci_setup_maxburst
3907 maxb = esscd ? esscd->bMaxBurst : UE_GET_TRANS(mps);
3908 mep = esscd ? UGETW(esscd->wBytesPerInterval) :
3910 if (esscd && xfertype == UE_ISOCHRONOUS &&
3912 mult = UE_GET_SS_ISO_MULT(esscd->bmAttributes);
3948 maxb = esscd ? esscd->bMaxBurst : 0;
xhci.c 3899 const usb_endpoint_ss_comp_descriptor_t * esscd = local in function:xhci_setup_maxburst
3907 maxb = esscd ? esscd->bMaxBurst : UE_GET_TRANS(mps);
3908 mep = esscd ? UGETW(esscd->wBytesPerInterval) :
3910 if (esscd && xfertype == UE_ISOCHRONOUS &&
3912 mult = UE_GET_SS_ISO_MULT(esscd->bmAttributes);
3948 maxb = esscd ? esscd->bMaxBurst : 0;

Completed in 72 milliseconds