Lines Matching refs:tx_packet_cnt
242 unsigned long tx_packet_cnt; /* transmitted packet count */ member
575 db->tx_packet_cnt = 0; in dmfe_open()
727 if ( (!db->tx_queue_cnt) && (db->tx_packet_cnt < TX_MAX_SEND_CNT) ) { in dmfe_start_xmit()
729 db->tx_packet_cnt++; /* Ready to send */ in dmfe_start_xmit()
889 while(db->tx_packet_cnt) { in dmfe_free_tx_pkt()
895 db->tx_packet_cnt--; in dmfe_free_tx_pkt()
932 if ( (db->tx_packet_cnt < TX_MAX_SEND_CNT) && db->tx_queue_cnt ) { in dmfe_free_tx_pkt()
934 db->tx_packet_cnt++; /* Ready to send */ in dmfe_free_tx_pkt()
1182 if ( db->tx_packet_cnt && in dmfe_timer()
1195 DMFE_DBUG(0, "Dynamic Reset device", db->tx_packet_cnt); in dmfe_timer()
1315 db->tx_packet_cnt = 0; in dmfe_dynamic_reset()
1539 if (!db->tx_packet_cnt) { in send_filter_frame()
1543 db->tx_packet_cnt++; in send_filter_frame()