Searched refs:rx_max (Results 1 – 3 of 3) sorted by relevance
/external/libese/libese/ |
D | ese.c | 85 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/ |
D | ese.h | 72 …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/ |
D | teq1.h | 193 uint8_t *rx_buf, uint32_t rx_max);
|