Home
last modified time | relevance | path

Searched refs:EESR_TABT (Results 1 – 2 of 2) sorted by relevance

/drivers/net/
Dsh_eth.h318 EESR_TABT = 0x04000000, enumerator
341 # define EESR_ERR_CHECK (EESR_TWB | EESR_TABT | EESR_RABT | EESR_RDE \
343 # define TX_ERROR_CEHCK (EESR_TWB | EESR_TABT | EESR_TDE | EESR_TFE)
347 # define EESR_ERR_CHECK (EESR_TWB | EESR_TABT | EESR_RABT | EESR_RDE \
349 # define TX_ERROR_CEHCK (EESR_TWB | EESR_TABT | EESR_ADE | EESR_TDE | EESR_TFE)
Dsh_eth.c627 if (intr_status & EESR_TABT) /* Transmit Abort int */ in sh_eth_error()
661 if (intr_status & (EESR_TWB | EESR_TABT | in sh_eth_error()