Lines Matching defs:qec_status
717 static void bigmac_is_medium_rare(struct bigmac *bp, u32 qec_status, u32 bmac_status)
720 if (qec_status & (GLOB_STAT_ER | GLOB_STAT_BM)) {
721 if (qec_status & GLOB_STAT_ER)
723 if (qec_status & GLOB_STAT_BM)
891 u32 qec_status, bmac_status;
897 qec_status = sbus_readl(bp->gregs + GLOB_STAT);
899 DIRQ(("qec_status=%08x bmac_status=%08x\n", qec_status, bmac_status));
900 if ((qec_status & (GLOB_STAT_ER | GLOB_STAT_BM)) ||
902 bigmac_is_medium_rare(bp, qec_status, bmac_status);