Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/thunderx/
H A Dnicvf_struct.h106 int skip_bytes; member
H A Dnicvf_ethdev.c1255 mb_def.data_off = RTE_PKTMBUF_HEADROOM + (nic->skip_bytes); in nicvf_rxq_mbuf_setup()
1283 if (buffsz < (uint32_t)(nic->skip_bytes)) { in nicvf_dev_rx_queue_setup()
1525 rxq->mbuf_phys_off -= nic->skip_bytes; in nicvf_vf_start()
2106 nic->skip_bytes = bytes_to_skip; in nicvf_set_first_skip()
/f-stack/freebsd/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_arm.c1378 int skip_bytes = min(len, (int)context->offset); in vchiq_dump() local
1379 str += skip_bytes; in vchiq_dump()
1380 len -= skip_bytes; in vchiq_dump()
1381 context->offset -= skip_bytes; in vchiq_dump()