total_rx         1338 drivers/net/ethernet/netronome/nfp/nfp_net_ethtool.c static int nfp_net_set_num_rings(struct nfp_net *nn, unsigned int total_rx,
total_rx         1347 drivers/net/ethernet/netronome/nfp/nfp_net_ethtool.c 	dp->num_rx_rings = total_rx;
total_rx         1351 drivers/net/ethernet/netronome/nfp/nfp_net_ethtool.c 		dp->num_tx_rings += total_rx;
total_rx         1360 drivers/net/ethernet/netronome/nfp/nfp_net_ethtool.c 	unsigned int total_rx, total_tx;
total_rx         1368 drivers/net/ethernet/netronome/nfp/nfp_net_ethtool.c 	total_rx = channel->combined_count + channel->rx_count;
total_rx         1371 drivers/net/ethernet/netronome/nfp/nfp_net_ethtool.c 	if (total_rx > min(nn->max_rx_rings, nn->max_r_vecs) ||
total_rx         1375 drivers/net/ethernet/netronome/nfp/nfp_net_ethtool.c 	return nfp_net_set_num_rings(nn, total_rx, total_tx);
total_rx         1235 drivers/target/iscsi/iscsi_target_util.c 	int data = count->data_length, rx_loop = 0, total_rx = 0;
total_rx         1248 drivers/target/iscsi/iscsi_target_util.c 				rx_loop, total_rx);
total_rx         1251 drivers/target/iscsi/iscsi_target_util.c 		total_rx += rx_loop;
total_rx         1253 drivers/target/iscsi/iscsi_target_util.c 				rx_loop, total_rx, data);
total_rx         1256 drivers/target/iscsi/iscsi_target_util.c 	return total_rx;