Searched refs:tx_packet_cnt (Results 1 – 1 of 1) sorted by relevance
130 unsigned long tx_packet_cnt; /* transmitted packet count */ member379 db->tx_packet_cnt = 0; in uli526x_init()452 if (db->tx_packet_cnt >= TX_FREE_DESC_CNT) { in uli526x_start_xmit()453 printf("No Tx resource %ld\n", db->tx_packet_cnt); in uli526x_start_xmit()469 if ((db->tx_packet_cnt < TX_DESC_CNT)) { in uli526x_start_xmit()471 db->tx_packet_cnt++; /* Ready to send */ in uli526x_start_xmit()501 while (db->tx_packet_cnt) { in uli526x_free_tx_pkt()508 db->tx_packet_cnt--; in uli526x_free_tx_pkt()