Home
last modified time | relevance | path

Searched refs:cpy_len (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/examples/vhost/
H A Dvirtio_net.c61 uint32_t cpy_len; in enqueue_pkt() local
168 cpy_len); in enqueue_pkt()
170 mbuf_avail -= cpy_len; in enqueue_pkt()
171 mbuf_offset += cpy_len; in enqueue_pkt()
172 desc_avail -= cpy_len; in enqueue_pkt()
173 desc_offset += cpy_len; in enqueue_pkt()
247 uint32_t cpy_len; in dequeue_pkt() local
293 cpy_len); in dequeue_pkt()
295 mbuf_avail -= cpy_len; in dequeue_pkt()
296 mbuf_offset += cpy_len; in dequeue_pkt()
[all …]
/f-stack/dpdk/lib/librte_vhost/
H A Dvirtio_net.c811 uint32_t cpy_len; in copy_mbuf_to_desc() local
906 cpy_len); in copy_mbuf_to_desc()
909 cpy_len); in copy_mbuf_to_desc()
911 cpy_len, 0); in copy_mbuf_to_desc()
925 buf_avail -= cpy_len; in copy_mbuf_to_desc()
1076 while (unlikely(cpy_len && cpy_len >= cpy_threshold)) { in async_mbuf_to_desc()
1105 cpy_len); in async_mbuf_to_desc()
1109 cpy_len, 0); in async_mbuf_to_desc()
1118 cpy_len; in async_mbuf_to_desc()
1923 uint32_t cpy_len; in copy_desc_to_mbuf() local
[all …]
/f-stack/dpdk/drivers/net/liquidio/
H A Dlio_rxtx.c470 int cpy_len = 0; in lio_droq_fast_process_packet() local
472 cpy_len = ((pkt_len + droq->buffer_size) > in lio_droq_fast_process_packet()
504 nicbuf->pkt_len = cpy_len - 8; in lio_droq_fast_process_packet()
505 nicbuf->data_len = cpy_len - 8; in lio_droq_fast_process_packet()
507 nicbuf->pkt_len = cpy_len; in lio_droq_fast_process_packet()
508 nicbuf->data_len = cpy_len; in lio_droq_fast_process_packet()
522 pkt_len += cpy_len; in lio_droq_fast_process_packet()