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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dsunbmac.c720 static void bigmac_is_medium_rare(struct bigmac *bp, u32 qec_status, u32 bmac_status) argument
723 if (qec_status & (GLOB_STAT_ER | GLOB_STAT_BM)) {
724 if (qec_status & GLOB_STAT_ER)
726 if (qec_status & GLOB_STAT_BM)
895 u32 qec_status, bmac_status; local
901 qec_status = sbus_readl(bp->gregs + GLOB_STAT);
903 DIRQ(("qec_status=%08x bmac_status=%08x\n", qec_status, bmac_status));
904 if ((qec_status & (GLOB_STAT_ER | GLOB_STAT_BM)) ||
906 bigmac_is_medium_rare(bp, qec_status, bmac_statu
[all...]
H A Dsunqe.c473 u32 qec_status; local
477 qec_status = sbus_readl(qecp->gregs + GLOB_STAT);
479 if (qec_status & 0xf) {
506 qec_status >>= 4;

Completed in 121 milliseconds