Searched refs:skip_bytes (Results 1 – 3 of 3) sorted by relevance
106 int skip_bytes; member
1255 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()
1378 int skip_bytes = min(len, (int)context->offset); in vchiq_dump() local1379 str += skip_bytes; in vchiq_dump()1380 len -= skip_bytes; in vchiq_dump()1381 context->offset -= skip_bytes; in vchiq_dump()