Lines Matching refs:tx_packet_cnt
229 unsigned long tx_packet_cnt; /* transmitted packet count */ member
558 db->tx_packet_cnt = 0; in dmfe_open()
708 if ( (!db->tx_queue_cnt) && (db->tx_packet_cnt < TX_MAX_SEND_CNT) ) { in dmfe_start_xmit()
710 db->tx_packet_cnt++; /* Ready to send */ in dmfe_start_xmit()
870 while(db->tx_packet_cnt) { in dmfe_free_tx_pkt()
876 db->tx_packet_cnt--; in dmfe_free_tx_pkt()
913 if ( (db->tx_packet_cnt < TX_MAX_SEND_CNT) && db->tx_queue_cnt ) { in dmfe_free_tx_pkt()
915 db->tx_packet_cnt++; /* Ready to send */ in dmfe_free_tx_pkt()
1162 if ( db->tx_packet_cnt && in dmfe_timer()
1175 DMFE_DBUG(0, "Dynamic Reset device", db->tx_packet_cnt); in dmfe_timer()
1295 db->tx_packet_cnt = 0; in dmfe_dynamic_reset()
1519 if (!db->tx_packet_cnt) { in send_filter_frame()
1523 db->tx_packet_cnt++; in send_filter_frame()