Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/usb/serial/
Dio_usbvend.h239 #define EDGE_FW_BULK_MAX_PACKET_SIZE 64 // Max Packet Size for Bulk In Endpoint (EP1) macro
Dio_ti.c935 if (transfer > EDGE_FW_BULK_MAX_PACKET_SIZE) in download_code()
936 transfer = EDGE_FW_BULK_MAX_PACKET_SIZE; in download_code()
Dio_edgeport.c1316 …s < EDGE_FW_GET_TX_CREDITS_SEND_THRESHOLD(edge_port->maxTxCredits, EDGE_FW_BULK_MAX_PACKET_SIZE)) { in send_more_port_data()