Searched refs:txmac_stat (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/net/ethernet/sun/
H A Dsungem.c308 u32 txmac_stat = readl(gp->regs + MAC_TXSTAT); local
311 printk(KERN_DEBUG "%s: txmac interrupt, txmac_stat: 0x%x\n",
312 gp->dev->name, txmac_stat);
317 if ((txmac_stat & MAC_TXSTAT_DTE) &&
318 !(txmac_stat & ~MAC_TXSTAT_DTE))
321 if (txmac_stat & MAC_TXSTAT_URUN) {
326 if (txmac_stat & MAC_TXSTAT_MPE) {
334 if (txmac_stat & MAC_TXSTAT_NCE)
337 if (txmac_stat & MAC_TXSTAT_ECE) {
342 if (txmac_stat
[all...]
H A Dcassini.c1096 u32 txmac_stat = readl(cp->regs + REG_MAC_TX_STATUS); local
1098 if (!txmac_stat)
1102 "txmac interrupt, txmac_stat: 0x%x\n", txmac_stat);
1107 if ((txmac_stat & MAC_TX_DEFER_TIMER) &&
1108 !(txmac_stat & ~MAC_TX_DEFER_TIMER))
1112 if (txmac_stat & MAC_TX_UNDERRUN) {
1117 if (txmac_stat & MAC_TX_MAX_PACKET_ERR) {
1125 if (txmac_stat & MAC_TX_COLL_NORMAL)
1128 if (txmac_stat
[all...]

Completed in 124 milliseconds