Searched refs:total_tx (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/ |
H A D | nfp_net_ethtool.c | 1424 unsigned int total_tx) in nfp_net_set_num_rings() 1433 dp->num_tx_rings = total_tx; in nfp_net_set_num_rings() 1445 unsigned int total_rx, total_tx; in nfp_net_set_channels() local 1453 total_tx = channel->combined_count + channel->tx_count; in nfp_net_set_channels() 1456 total_tx > min(nn->max_tx_rings, nn->max_r_vecs)) in nfp_net_set_channels() 1459 return nfp_net_set_num_rings(nn, total_rx, total_tx); in nfp_net_set_channels() 1423 nfp_net_set_num_rings(struct nfp_net *nn, unsigned int total_rx, unsigned int total_tx) nfp_net_set_num_rings() argument
|
/kernel/linux/linux-5.10/drivers/target/iscsi/ |
H A D | iscsi_target_util.c | 1268 int total_tx = 0; in tx_data() local 1285 pr_debug("tx_loop: %d total_tx %d\n", in tx_data() 1286 tx_loop, total_tx); in tx_data() 1289 total_tx += tx_loop; in tx_data() 1290 pr_debug("tx_loop: %d, total_tx: %d, data: %d\n", in tx_data() 1291 tx_loop, total_tx, data); in tx_data() 1294 return total_tx; in tx_data()
|
/kernel/linux/linux-6.6/drivers/target/iscsi/ |
H A D | iscsi_target_util.c | 1306 int total_tx = 0; in tx_data() local 1323 pr_debug("tx_loop: %d total_tx %d\n", in tx_data() 1324 tx_loop, total_tx); in tx_data() 1327 total_tx += tx_loop; in tx_data() 1328 pr_debug("tx_loop: %d, total_tx: %d, data: %d\n", in tx_data() 1329 tx_loop, total_tx, data); in tx_data() 1332 return total_tx; in tx_data()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/ |
H A D | nfp_net_ethtool.c | 1831 unsigned int total_tx) in nfp_net_set_num_rings() 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() 1830 nfp_net_set_num_rings(struct nfp_net *nn, unsigned int total_rx, unsigned int total_tx) nfp_net_set_num_rings() argument
|
/kernel/linux/linux-6.6/drivers/input/touchscreen/ |
H A D | iqs7211.c | 1173 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()
|
Completed in 11 milliseconds