Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bonding/
H A Drte_eth_bond_api.c318 struct rte_eth_txconf *txconf_i = &internals->default_txconf; in eth_bond_slave_inherit_dev_info_tx_first() local
325 memcpy(txconf_i, &di->default_txconf, sizeof(*txconf_i)); in eth_bond_slave_inherit_dev_info_tx_first()
331 txconf_i->tx_thresh.pthresh = 0; in eth_bond_slave_inherit_dev_info_tx_first()
332 txconf_i->tx_thresh.hthresh = 0; in eth_bond_slave_inherit_dev_info_tx_first()
333 txconf_i->tx_thresh.wthresh = 0; in eth_bond_slave_inherit_dev_info_tx_first()
339 txconf_i->tx_free_thresh = 0; in eth_bond_slave_inherit_dev_info_tx_first()
340 txconf_i->tx_rs_thresh = 0; in eth_bond_slave_inherit_dev_info_tx_first()
343 txconf_i->tx_deferred_start = 0; in eth_bond_slave_inherit_dev_info_tx_first()
392 struct rte_eth_txconf *txconf_i = &internals->default_txconf; in eth_bond_slave_inherit_dev_info_tx_next() local
406 txconf_i->offloads = (txconf_i->offloads | txconf->offloads) & in eth_bond_slave_inherit_dev_info_tx_next()