Searched refs:tx_cleaned (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_trace.h63 int budget_per_ring, unsigned int rx_cleaned, unsigned int tx_cleaned,
66 TP_ARGS(napi, q, budget, budget_per_ring, rx_cleaned, tx_cleaned,
73 __field(unsigned int, tx_cleaned)
87 __entry->tx_cleaned = tx_cleaned;
99 "budget %d bpr %d rx_cleaned %u tx_cleaned %u "
103 __entry->budget_per_ring, __entry->rx_cleaned, __entry->tx_cleaned,
H A Di40e_txrx.c919 * @tx_cleaned: Out parameter set to the number of TXes cleaned
925 unsigned int *tx_cleaned)
1046 *tx_cleaned = total_packets;
2791 unsigned int tx_cleaned = 0; local
2809 i40e_clean_tx_irq(vsi, ring, budget, &tx_cleaned);
2847 tx_cleaned, rx_clean_complete, tx_clean_complete);
923 i40e_clean_tx_irq(struct i40e_vsi *vsi, struct i40e_ring *tx_ring, int napi_budget, unsigned int *tx_cleaned) argument
/linux-master/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_ptp.h73 unsigned long tx_cleaned; member in struct:hclge_ptp
H A Dhclge_ptp.c91 hdev->ptp->tx_cleaned++;
/linux-master/drivers/net/ethernet/intel/
H A De100.c1809 int tx_cleaned = 0; local
1833 tx_cleaned = 1;
1842 if (unlikely(tx_cleaned && netif_queue_stopped(nic->netdev)))
1845 return tx_cleaned;
/linux-master/drivers/net/ethernet/intel/e1000e/
H A Dnetdev.c2664 int tx_cleaned = 1, work_done = 0; local
2670 tx_cleaned = e1000_clean_tx_irq(adapter->tx_ring);
2674 if (!tx_cleaned || work_done == budget)

Completed in 253 milliseconds