Searched refs:txbb_avail_space (Results 1 – 1 of 1) sorted by relevance
615 uint16_t txbb_avail_space; in mlx4_tx_burst_fill_tso_hdr() local628 txbb_avail_space = MLX4_TXBB_SIZE - in mlx4_tx_burst_fill_tso_hdr()633 rte_memcpy(thdr.to, from, txbb_avail_space); in mlx4_tx_burst_fill_tso_hdr()634 from += txbb_avail_space; in mlx4_tx_burst_fill_tso_hdr()635 thdr.to += txbb_avail_space; in mlx4_tx_burst_fill_tso_hdr()644 remain_size -= txbb_avail_space + sizeof(uint32_t); in mlx4_tx_burst_fill_tso_hdr()648 if (remain_size > txbb_avail_space) { in mlx4_tx_burst_fill_tso_hdr()649 rte_memcpy(thdr.to, from, txbb_avail_space); in mlx4_tx_burst_fill_tso_hdr()650 from += txbb_avail_space; in mlx4_tx_burst_fill_tso_hdr()651 thdr.to += txbb_avail_space; in mlx4_tx_burst_fill_tso_hdr()[all …]