Searched refs:tx_segs (Results 1 – 4 of 4) sorted by relevance
/external/libese/libese/ |
D | ese.c | 99 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/ |
D | teq1.c | 563 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/ |
D | ese.h | 75 int ese_transceive_sg(struct EseInterface *ese, const struct EseSgBuffer *tx, uint32_t tx_segs,
|
/external/libese/libese-teq1/include/ese/ |
D | teq1.h | 192 const struct EseSgBuffer *tx_bufs, uint8_t tx_segs,
|