Home
last modified time | relevance | path

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

/external/libese/libese/
Dese.c100 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/
Dteq1.c564 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/
Dese.h76 struct EseSgBuffer *rx, uint32_t rx_segs);
/external/libese/libese-teq1/include/ese/
Dteq1.h193 struct EseSgBuffer *rx_bufs, uint8_t rx_segs);