Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/host/
Dxhci-dbgtty.c37 len = min(len, DBC_MAX_PACKET); in dbc_kfifo_to_req()
100 req->length = DBC_MAX_PACKET; in dbc_start_rx()
165 req->length = DBC_MAX_PACKET; in xhci_dbc_alloc_requests()
Dxhci-dbgcap.h49 #define DBC_MAX_PACKET 1024 macro