Home
last modified time | relevance | path

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

/dpdk/drivers/net/bonding/
H A Drte_eth_bond_api.c325 struct rte_eth_txconf *txconf_i = &internals->default_txconf; in eth_bond_slave_inherit_dev_info_tx_first() local
332 memcpy(txconf_i, &di->default_txconf, sizeof(*txconf_i)); in eth_bond_slave_inherit_dev_info_tx_first()
338 txconf_i->tx_thresh.pthresh = 0; in eth_bond_slave_inherit_dev_info_tx_first()
339 txconf_i->tx_thresh.hthresh = 0; in eth_bond_slave_inherit_dev_info_tx_first()
340 txconf_i->tx_thresh.wthresh = 0; in eth_bond_slave_inherit_dev_info_tx_first()
346 txconf_i->tx_free_thresh = 0; in eth_bond_slave_inherit_dev_info_tx_first()
347 txconf_i->tx_rs_thresh = 0; in eth_bond_slave_inherit_dev_info_tx_first()
350 txconf_i->tx_deferred_start = 0; in eth_bond_slave_inherit_dev_info_tx_first()
404 struct rte_eth_txconf *txconf_i = &internals->default_txconf; in eth_bond_slave_inherit_dev_info_tx_next() local
418 txconf_i->offloads = (txconf_i->offloads | txconf->offloads) & in eth_bond_slave_inherit_dev_info_tx_next()