Lines Matching refs:status
262 * reset the status flags of the new TD
267 * test the EOL and status flags of the TDs
270 * the status flags of the TDs.
305 sonic_tda_put(dev, entry, SONIC_TD_STATUS, 0); /* clear status */
348 int status;
358 status = SONIC_READ(SONIC_ISR) & SONIC_IMR_DEFAULT;
359 if (!status) {
366 SONIC_WRITE(SONIC_ISR, status); /* clear the interrupt(s) */
368 if (status & SONIC_INT_PKTRX) {
373 if (status & SONIC_INT_TXDN) {
431 if (status & SONIC_INT_RFO) {
435 if (status & SONIC_INT_RDE) {
439 if (status & SONIC_INT_RBAE) {
445 if (status & SONIC_INT_FAE)
447 if (status & SONIC_INT_CRC)
449 if (status & SONIC_INT_MP)
453 if (status & SONIC_INT_TXER) {
468 if (status & SONIC_INT_BR) {
476 status = SONIC_READ(SONIC_ISR) & SONIC_IMR_DEFAULT;
477 } while (status);
563 u16 status = sonic_rda_get(dev, entry, SONIC_RD_STATUS);
566 if ((status & SONIC_RCR_PRX) && (status & SONIC_RCR_LPKT)) {
849 netif_dbg(lp, ifup, dev, "%s: new status=%x\n", __func__,