Searched refs:src_off (Results 1 – 2 of 2) sorted by relevance
| /dpdk/drivers/net/memif/ |
| H A D | rte_eth_memif.c | 303 uint16_t src_len, src_off, dst_len, dst_off, cp_len; in eth_memif_rx() local 358 src_off = 0; in eth_memif_rx() 389 src_off, cp_len); in eth_memif_rx() 391 src_off += cp_len; in eth_memif_rx() 572 uint16_t src_len, src_off, dst_len, dst_off, cp_len, nb_segs; in eth_memif_tx() local 630 src_off = 0; in eth_memif_tx() 653 rte_pktmbuf_mtod_offset(mbuf, void *, src_off), in eth_memif_tx() 657 src_off += cp_len; in eth_memif_tx()
|
| /dpdk/drivers/net/i40e/ |
| H A D | i40e_ethdev.c | 9437 uint32_t i, reg_val, src_off, count; in i40e_get_inset_field_offset() local 9442 src_off = I40E_GLQF_PIT_SOURCE_OFF_GET(reg_val); in i40e_get_inset_field_offset() 9445 if (src_off <= field_off && (src_off + count) > field_off) in i40e_get_inset_field_offset() 9455 return I40E_GLQF_PIT_DEST_OFF_GET(reg_val) + field_off - src_off; in i40e_get_inset_field_offset()
|