Searched refs:ese_sg_from_buf (Results 1 – 6 of 6) sorted by relevance
/external/libese/libese/tests/ |
D | sg_unittests.cpp | 55 copied = ese_sg_from_buf(&sg, 1, 0, sizeof(src), src); in TEST_F() 116 copied = ese_sg_from_buf(sg, 3, 0, sizeof(src), src); in TEST_F() 123 copied = ese_sg_from_buf(sg, 3, 6, sizeof(src), src); in TEST_F()
|
/external/libese/libese-hw/nxp/pn80t/ |
D | common.c | 277 return ese_sg_from_buf(rx_buf, rx_len, 0, sizeof(ok), ok); in nxp_pn80t_handle_interface_call() 292 return ese_sg_from_buf(rx_buf, rx_len, 0, sizeof(ok), ok); in nxp_pn80t_handle_interface_call() 302 return ese_sg_from_buf(rx_buf, rx_len, 0, sizeof(reply), reply); in nxp_pn80t_handle_interface_call()
|
/external/libese/libese/include/ese/ |
D | ese_sg.h | 42 uint32_t ese_sg_from_buf(struct EseSgBuffer *dst, uint32_t dst_cnt, uint32_t start_at, uint32_t len…
|
/external/libese/libese/ |
D | ese_sg.c | 62 ESE_API uint32_t ese_sg_from_buf(struct EseSgBuffer *dst, uint32_t dst_cnt, in ese_sg_from_buf() function
|
/external/libese/apps/boot/tests/ |
D | ese_app_boot_tests.cpp | 63 ese_sg_from_buf(rx_sg, rx_nsg, 0, invocation.rx.size(), invocation.rx.data()); in EseTransceive()
|
/external/libese/libese-teq1/ |
D | teq1.c | 232 ese_sg_from_buf(state->app_data.rx, state->app_data.rx_count, in teq1_get_app_data()
|