Lines Matching refs:tx_packet_cnt
229 unsigned long tx_packet_cnt; /* transmitted packet count */ member
557 db->tx_packet_cnt = 0; in dmfe_open()
707 if ( (!db->tx_queue_cnt) && (db->tx_packet_cnt < TX_MAX_SEND_CNT) ) { in dmfe_start_xmit()
709 db->tx_packet_cnt++; /* Ready to send */ in dmfe_start_xmit()
869 while(db->tx_packet_cnt) { in dmfe_free_tx_pkt()
875 db->tx_packet_cnt--; in dmfe_free_tx_pkt()
912 if ( (db->tx_packet_cnt < TX_MAX_SEND_CNT) && db->tx_queue_cnt ) { in dmfe_free_tx_pkt()
914 db->tx_packet_cnt++; /* Ready to send */ in dmfe_free_tx_pkt()
1161 if ( db->tx_packet_cnt && in dmfe_timer()
1174 DMFE_DBUG(0, "Dynamic Reset device", db->tx_packet_cnt); in dmfe_timer()
1294 db->tx_packet_cnt = 0; in dmfe_dynamic_reset()
1518 if (!db->tx_packet_cnt) { in send_filter_frame()
1522 db->tx_packet_cnt++; in send_filter_frame()