Home
last modified time | relevance | path

Searched refs:netif_msg_tx_err (Results 1 – 6 of 6) sorted by relevance

/linux-2.4.37.9/drivers/net/
Deepro100.c1338 if (netif_msg_tx_err(sp)) in speedo_purge_tx()
1381 if (netif_msg_tx_err(sp)) {
1523 if (netif_msg_tx_err(sp))
1541 if (netif_msg_tx_err(sp) && (int)(sp->cur_tx - dirty_tx) > TX_RING_SIZE) {
1551 if (netif_msg_tx_err(sp))
Dpcnet32.c1663 if (netif_msg_tx_err(lp)) {
1804 if (netif_msg_tx_err(lp))
1815 if (netif_msg_tx_err(lp))
1826 if (netif_msg_tx_err(lp))
Dnatsemi.c1427 if (netif_msg_tx_err(np)) in tx_timeout()
1860 if (netif_msg_tx_err(np)) in netdev_error()
D8139cp.c714 if (netif_msg_tx_err(cp)) in cp_tx()
D8139too.c1769 if (netif_msg_tx_err(tp)) in rtl8139_tx_interrupt()
/linux-2.4.37.9/include/linux/
Dnetdevice.h731 #define netif_msg_tx_err(p) ((p)->msg_enable & NETIF_MSG_TX_ERR) macro