Home
last modified time | relevance | path

Searched refs:tx_packet_cnt (Results 1 – 1 of 1) sorted by relevance

/u-boot/drivers/net/
A Duli526x.c131 unsigned long tx_packet_cnt; /* transmitted packet count */ member
380 db->tx_packet_cnt = 0; in uli526x_init()
453 if (db->tx_packet_cnt >= TX_FREE_DESC_CNT) { in uli526x_start_xmit()
454 printf("No Tx resource %ld\n", db->tx_packet_cnt); in uli526x_start_xmit()
470 if ((db->tx_packet_cnt < TX_DESC_CNT)) { in uli526x_start_xmit()
472 db->tx_packet_cnt++; /* Ready to send */ in uli526x_start_xmit()
502 while (db->tx_packet_cnt) { in uli526x_free_tx_pkt()
509 db->tx_packet_cnt--; in uli526x_free_tx_pkt()

Completed in 4 milliseconds