Home
last modified time | relevance | path

Searched refs:concat_buf (Results 1 – 2 of 2) sorted by relevance

/drivers/ethernet/
A Doa_tc6.c408 if (tc6->concat_buf) { in oa_tc6_read_chunks()
409 net_pkt_append_buffer(pkt, tc6->concat_buf); in oa_tc6_read_chunks()
410 tc6->concat_buf = NULL; in oa_tc6_read_chunks()
479 tc6->concat_buf = net_buf_clone(buf_rx, OA_TC6_BUF_ALLOC_TIMEOUT); in oa_tc6_read_chunks()
480 if (!tc6->concat_buf) { in oa_tc6_read_chunks()
485 net_buf_pull(tc6->concat_buf, sbo); in oa_tc6_read_chunks()
A Doa_tc6.h124 struct net_buf *concat_buf; member

Completed in 6 milliseconds