Home
last modified time | relevance | path

Searched refs:EDGE_FW_BULK_MAX_PACKET_SIZE (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/usb/serial/
Dio_usbvend.h240 #define EDGE_FW_BULK_MAX_PACKET_SIZE 64 // Max Packet Size for Bulk In Endpoint (EP1) macro
Dio_ti.c934 if (transfer > EDGE_FW_BULK_MAX_PACKET_SIZE) in download_code()
935 transfer = EDGE_FW_BULK_MAX_PACKET_SIZE; in download_code()
Dio_edgeport.c1240 …s < EDGE_FW_GET_TX_CREDITS_SEND_THRESHOLD(edge_port->maxTxCredits, EDGE_FW_BULK_MAX_PACKET_SIZE)) { in send_more_port_data()