Home
last modified time | relevance | path

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

/dpdk/drivers/net/mlx4/
H A Dmlx4_rxtx.c633 rte_memcpy(thdr.to, from, txbb_avail_space); in mlx4_tx_burst_fill_tso_hdr()
635 thdr.to += txbb_avail_space; in mlx4_tx_burst_fill_tso_hdr()
637 if (thdr.to >= sq->eob) in mlx4_tx_burst_fill_tso_hdr()
638 thdr.vto = sq->buf; in mlx4_tx_burst_fill_tso_hdr()
640 pv[*pv_counter].dst = (volatile uint32_t *)thdr.to; in mlx4_tx_burst_fill_tso_hdr()
643 thdr.to += sizeof(uint32_t); in mlx4_tx_burst_fill_tso_hdr()
649 rte_memcpy(thdr.to, from, txbb_avail_space); in mlx4_tx_burst_fill_tso_hdr()
651 thdr.to += txbb_avail_space; in mlx4_tx_burst_fill_tso_hdr()
654 if (thdr.to >= sq->eob) in mlx4_tx_burst_fill_tso_hdr()
655 thdr.vto = sq->buf; in mlx4_tx_burst_fill_tso_hdr()
[all …]