Lines Matching refs:num_tx
951 int res, num_tx = 0;
972 num_tx++;
976 netdev_tx_completed_queue(netif_txq, num_tx, total_bytes);
981 dev_dbg(dev, "%s:%u pkt:%d\n", __func__, chn, num_tx);
983 return num_tx;
996 int res, num_tx = 0;
1016 num_tx++;
1019 if (!num_tx)
1024 netdev_tx_completed_queue(netif_txq, num_tx, total_bytes);
1028 dev_dbg(dev, "%s:%u pkt:%d\n", __func__, chn, num_tx);
1030 return num_tx;
1036 int num_tx;
1039 num_tx = am65_cpsw_nuss_tx_compl_packets_2g(tx_chn->common, tx_chn->id, budget);
1041 num_tx = am65_cpsw_nuss_tx_compl_packets(tx_chn->common, tx_chn->id, budget);
1043 if (num_tx >= budget)
1046 if (napi_complete_done(napi_tx, num_tx))
2768 int am65_cpsw_nuss_update_tx_chns(struct am65_cpsw_common *common, int num_tx)
2772 common->tx_ch_num = num_tx;