Searched refs:EDGE_FW_BULK_MAX_PACKET_SIZE (Results 1 – 3 of 3) sorted by relevance
240 #define EDGE_FW_BULK_MAX_PACKET_SIZE 64 // Max Packet Size for Bulk In Endpoint (EP1) macro
934 if (transfer > EDGE_FW_BULK_MAX_PACKET_SIZE) in download_code()935 transfer = EDGE_FW_BULK_MAX_PACKET_SIZE; in download_code()
1240 …s < EDGE_FW_GET_TX_CREDITS_SEND_THRESHOLD(edge_port->maxTxCredits, EDGE_FW_BULK_MAX_PACKET_SIZE)) { in send_more_port_data()