Home
last modified time | relevance | path

Searched refs:EP_CTX_PER_DEV (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/usb/host/
H A Dxhci.h754 #define EP_CTX_PER_DEV 31 macro
770 struct xhci_virt_ep eps[EP_CTX_PER_DEV];
H A Dxhci-ring.c555 if (ep_index >= EP_CTX_PER_DEV) { in xhci_get_virt_ep()