Home
last modified time | relevance | path

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

/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()
/linux/drivers/target/iscsi/
H A Discsi_target_util.c1224 int rx_loop = 0, total_rx = 0; in rx_data() local
1237 rx_loop, total_rx); in rx_data()
1240 total_rx += rx_loop; in rx_data()
1242 rx_loop, total_rx, data); in rx_data()
1245 return total_rx; in rx_data()
/linux/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_ethtool.c2227 static int nfp_net_set_num_rings(struct nfp_net *nn, unsigned int total_rx, in nfp_net_set_num_rings() argument
2236 dp->num_rx_rings = total_rx; in nfp_net_set_num_rings()
2240 dp->num_tx_rings += total_rx; in nfp_net_set_num_rings()
2249 unsigned int total_rx, total_tx; in nfp_net_set_channels() local
2256 total_rx = channel->combined_count + channel->rx_count; in nfp_net_set_channels()
2259 if (total_rx > min(nn->max_rx_rings, nn->max_r_vecs) || in nfp_net_set_channels()
2263 return nfp_net_set_num_rings(nn, total_rx, total_tx); in nfp_net_set_channels()