Searched refs:total_tx (Results 1 – 2 of 2) sorted by relevance
1252 int total_tx = 0; in tx_data() local1270 tx_loop, total_tx); in tx_data()1273 total_tx += tx_loop; in tx_data()1275 tx_loop, total_tx, data); in tx_data()1278 return total_tx; in tx_data()
1632 unsigned int total_tx) in nfp_net_set_num_rings() argument1641 dp->num_tx_rings = total_tx; in nfp_net_set_num_rings()1653 unsigned int total_rx, total_tx; in nfp_net_set_channels() local1661 total_tx = channel->combined_count + channel->tx_count; in nfp_net_set_channels()1664 total_tx > min(nn->max_tx_rings, nn->max_r_vecs)) in nfp_net_set_channels()1667 return nfp_net_set_num_rings(nn, total_rx, total_tx); in nfp_net_set_channels()