Searched refs:rx_segs (Results 1 – 4 of 4) sorted by relevance
/external/libese/libese/ |
D | ese.c | 100 uint32_t rx_segs) { 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 | 564 uint8_t rx_segs) { in teq1_transceive() argument 574 uint32_t rx_total = ese_sg_length(rx_bufs, rx_segs); in teq1_transceive() 577 tx_bufs, tx_segs, ese_sg_length(tx_bufs, tx_segs), rx_bufs, rx_segs, in teq1_transceive() 578 ese_sg_length(rx_bufs, rx_segs), card_state); in teq1_transceive() 580 tx_bufs, tx_segs, ese_sg_length(tx_bufs, tx_segs), rx_bufs, rx_segs, in teq1_transceive() 581 ese_sg_length(rx_bufs, rx_segs), card_state); in teq1_transceive()
|
/external/libese/libese/include/ese/ |
D | ese.h | 76 struct EseSgBuffer *rx, uint32_t rx_segs);
|
/external/libese/libese-teq1/include/ese/ |
D | teq1.h | 193 struct EseSgBuffer *rx_bufs, uint8_t rx_segs);
|