Searched refs:num_tx_packets (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/net/ethernet/ti/icssg/
H A Dicssg_common.c208 int num_tx_packets; local
210 num_tx_packets = emac_tx_complete_packets(emac, tx_chn->id, budget,
213 if (num_tx_packets >= budget)
216 if (napi_complete_done(napi_tx, num_tx_packets)) {
226 return num_tx_packets;

Completed in 136 milliseconds