Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/target/iscsi/
Discsi_target_util.c1306 int total_tx = 0; in tx_data() local
1324 tx_loop, total_tx); in tx_data()
1327 total_tx += tx_loop; in tx_data()
1329 tx_loop, total_tx, data); in tx_data()
1332 return total_tx; in tx_data()
/linux-6.6.21/drivers/input/touchscreen/
Diqs7211.c1173 u8 total_tx; member
1758 u8 total_tx = iqs7211->tp_config.total_tx; in iqs7211_parse_cycles() local
1770 for (i = 0, cycle_start = 0; i < total_tx; i++) { in iqs7211_parse_cycles()
1828 if (chan >= total_rx * total_tx) { in iqs7211_parse_cycles()
1936 iqs7211->tp_config.total_tx = count; in iqs7211_parse_tp()
/linux-6.6.21/drivers/net/ethernet/netronome/nfp/
Dnfp_net_ethtool.c1831 unsigned int total_tx) in nfp_net_set_num_rings() argument
1840 dp->num_tx_rings = total_tx; in nfp_net_set_num_rings()
1852 unsigned int total_rx, total_tx; in nfp_net_set_channels() local
1860 total_tx = channel->combined_count + channel->tx_count; in nfp_net_set_channels()
1863 total_tx > min(nn->max_tx_rings, nn->max_r_vecs)) in nfp_net_set_channels()
1866 return nfp_net_set_num_rings(nn, total_rx, total_tx); in nfp_net_set_channels()