Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/dec/tulip/
A Duli526x.c460 db->tx_packet_cnt = 0; in uli526x_open()
623 if (db->tx_packet_cnt < TX_DESC_CNT) { in uli526x_start_xmit()
625 db->tx_packet_cnt++; /* Ready to send */ in uli526x_start_xmit()
631 if ( db->tx_packet_cnt < TX_FREE_DESC_CNT ) in uli526x_start_xmit()
751 while(db->tx_packet_cnt) { in uli526x_free_tx_pkt()
757 db->tx_packet_cnt--; in uli526x_free_tx_pkt()
793 if ( db->tx_packet_cnt < TX_WAKE_DESC_CNT ) in uli526x_free_tx_pkt()
1038 if ( db->tx_packet_cnt && in uli526x_timer()
1146 db->tx_packet_cnt = 0; in uli526x_reset_prepare()
1388 if (db->tx_packet_cnt < TX_DESC_CNT) { in send_filter_frame()
[all …]
A Ddmfe.c229 unsigned long tx_packet_cnt; /* transmitted packet count */ member
557 db->tx_packet_cnt = 0; in dmfe_open()
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()
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()
[all …]

Completed in 11 milliseconds