Home
last modified time | relevance | path

Searched refs:tx_segs (Results 1 – 4 of 4) sorted by relevance

/external/libese/libese/
Dese.c99 uint32_t tx_segs, struct EseSgBuffer *rx_bufs, in ese_transceive_sg() argument
109 recvd = ese->ops->transceive(ese, tx_bufs, tx_segs, rx_bufs, rx_segs); in ese_transceive_sg()
/external/libese/libese-teq1/
Dteq1.c563 uint8_t tx_segs, struct EseSgBuffer *rx_bufs, in teq1_transceive() argument
577 tx_bufs, tx_segs, ese_sg_length(tx_bufs, tx_segs), rx_bufs, rx_segs, in teq1_transceive()
580 tx_bufs, tx_segs, ese_sg_length(tx_bufs, tx_segs), rx_bufs, rx_segs, in teq1_transceive()
/external/libese/libese/include/ese/
Dese.h75 int ese_transceive_sg(struct EseInterface *ese, const struct EseSgBuffer *tx, uint32_t tx_segs,
/external/libese/libese-teq1/include/ese/
Dteq1.h192 const struct EseSgBuffer *tx_bufs, uint8_t tx_segs,