Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/atheros/alx/
Dreg.h406 #define ALX_MIB_BASE 0x1700 macro
408 #define ALX_MIB_RX_OK (ALX_MIB_BASE + 0)
409 #define ALX_MIB_RX_BCAST (ALX_MIB_BASE + 4)
410 #define ALX_MIB_RX_MCAST (ALX_MIB_BASE + 8)
411 #define ALX_MIB_RX_PAUSE (ALX_MIB_BASE + 12)
412 #define ALX_MIB_RX_CTRL (ALX_MIB_BASE + 16)
413 #define ALX_MIB_RX_FCS_ERR (ALX_MIB_BASE + 20)
414 #define ALX_MIB_RX_LEN_ERR (ALX_MIB_BASE + 24)
415 #define ALX_MIB_RX_BYTE_CNT (ALX_MIB_BASE + 28)
416 #define ALX_MIB_RX_RUNT (ALX_MIB_BASE + 32)
[all …]