Lines Matching defs:num_tx
1470 int res, num_tx = 0;
1511 num_tx++;
1525 if (single_port && num_tx) {
1527 netdev_tx_completed_queue(netif_txq, num_tx, total_bytes);
1531 dev_dbg(dev, "%s:%u pkt:%d\n", __func__, chn, num_tx);
1533 return num_tx;
1549 int num_tx;
1551 num_tx = am65_cpsw_nuss_tx_compl_packets(tx_chn->common,
1553 if (num_tx >= budget)
1556 if (napi_complete_done(napi_tx, num_tx)) {
3415 int num_tx, int num_rx)
3422 common->tx_ch_num = num_tx;