Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/touchscreen/
H A Diqs7211.c1172 u8 total_rx; member
1757 u8 total_rx = iqs7211->tp_config.total_rx; in iqs7211_parse_cycles() local
1773 for (j = 0; j < total_rx; j++) { in iqs7211_parse_cycles()
1779 int chan = i * total_rx + j; in iqs7211_parse_cycles()
1828 if (chan >= total_rx * total_tx) { in iqs7211_parse_cycles()
1900 iqs7211->tp_config.total_rx = count; in iqs7211_parse_tp()
1924 for (j = 0; j < iqs7211->tp_config.total_rx; j++) { in iqs7211_parse_tp()
1933 iqs7211->rx_tx_map[iqs7211->tp_config.total_rx + i] = pins[i]; in iqs7211_parse_tp()
/openbmc/linux/drivers/target/iscsi/
H A Discsi_target_util.c1275 int rx_loop = 0, total_rx = 0; in rx_data() local
1288 rx_loop, total_rx); in rx_data()
1291 total_rx += rx_loop; in rx_data()
1293 rx_loop, total_rx, data); in rx_data()
1296 return total_rx; in rx_data()
/openbmc/linux/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_ethtool.c1830 static int nfp_net_set_num_rings(struct nfp_net *nn, unsigned int total_rx, in nfp_net_set_num_rings() argument
1839 dp->num_rx_rings = total_rx; in nfp_net_set_num_rings()
1843 dp->num_tx_rings += total_rx; in nfp_net_set_num_rings()
1852 unsigned int total_rx, total_tx; in nfp_net_set_channels() local
1859 total_rx = channel->combined_count + channel->rx_count; in nfp_net_set_channels()
1862 if (total_rx > min(nn->max_rx_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()