Searched refs:total_tx (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
| A D | rx.c | 962 unsigned long total_tx = 0, total_rx = 0; in iwl_mvm_update_esr_mode_tpt() local 995 total_tx += mvmsta->mpdu_counters[q].per_link[link].tx; in iwl_mvm_update_esr_mode_tpt() 1013 total_tx, total_rx); in iwl_mvm_update_esr_mode_tpt() 1016 if (total_tx < IWL_MVM_ENTER_ESR_TPT_THRESH && in iwl_mvm_update_esr_mode_tpt() 1027 sec_link_tx_perc = total_tx ? sec_link_tx * 100 / total_tx : 0; in iwl_mvm_update_esr_mode_tpt() 1034 if ((total_tx > SEC_LINK_MIN_TX && in iwl_mvm_update_esr_mode_tpt()
|
| /linux/drivers/target/iscsi/ |
| A D | iscsi_target_util.c | 1306 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/drivers/input/touchscreen/ |
| 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()
|
| /linux/drivers/net/ethernet/netronome/nfp/ |
| A D | nfp_net_ethtool.c | 2225 unsigned int total_tx) in nfp_net_set_num_rings() argument 2234 dp->num_tx_rings = total_tx; in nfp_net_set_num_rings() 2246 unsigned int total_rx, total_tx; in nfp_net_set_channels() local 2254 total_tx = channel->combined_count + channel->tx_count; in nfp_net_set_channels() 2257 total_tx > min(nn->max_tx_rings, nn->max_r_vecs)) in nfp_net_set_channels() 2260 return nfp_net_set_num_rings(nn, total_rx, total_tx); in nfp_net_set_channels()
|
Completed in 17 milliseconds