Home
last modified time | relevance | path

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

/external/libese/libese/
Dese.c85 uint32_t tx_len, uint8_t *rx_buf, uint32_t rx_max) { in ese_transceive() argument
92 recvd = ese->ops->transceive(ese, tx_buf, tx_len, rx_buf, rx_max); in ese_transceive()
99 recvd = ese->ops->hw_receive(ese, rx_buf, rx_max, 1); in ese_transceive()
/external/libese/libese/include/ese/
Dese.h72 …truct EseInterface *ese, const uint8_t *tx_buf, uint32_t tx_len, uint8_t *rx_buf, uint32_t rx_max);
/external/libese/libese-teq1/include/ese/
Dteq1.h193 uint8_t *rx_buf, uint32_t rx_max);