Home
last modified time | relevance | path

Searched refs:ese_sg_length (Results 1 – 5 of 5) sorted by relevance

/external/libese/libese-teq1/
Dteq1.c574 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_sg.h40 uint32_t ese_sg_length(const struct EseSgBuffer *bufs, uint32_t cnt);
/external/libese/libese/
Dese_sg.c21 ESE_API uint32_t ese_sg_length(const struct EseSgBuffer *bufs, uint32_t cnt) { in ese_sg_length() function
/external/libese/libese/tests/
Dsg_unittests.cpp124 EXPECT_EQ(copied, ese_sg_length(sg, 3) - 6); in TEST_F()
/external/libese/apps/boot/tests/
Dese_app_boot_tests.cpp56 uint32_t tx_total = ese_sg_length(tx_sg, tx_nsg); in EseTransceive()