e1000: introduce bit for debugging PHY emulation
Signed-off-by: Jason Wang <jasowang@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
parent
71aadd3cd2
commit
f9c1cdf492
@ -42,7 +42,7 @@ enum {
|
||||
DEBUG_GENERAL, DEBUG_IO, DEBUG_MMIO, DEBUG_INTERRUPT,
|
||||
DEBUG_RX, DEBUG_TX, DEBUG_MDIC, DEBUG_EEPROM,
|
||||
DEBUG_UNKNOWN, DEBUG_TXSUM, DEBUG_TXERR, DEBUG_RXERR,
|
||||
DEBUG_RXFILTER, DEBUG_NOTYET,
|
||||
DEBUG_RXFILTER, DEBUG_PHY, DEBUG_NOTYET,
|
||||
};
|
||||
#define DBGBIT(x) (1<<DEBUG_##x)
|
||||
static int debugflags = DBGBIT(TXERR) | DBGBIT(GENERAL);
|
||||
|
Loading…
Reference in New Issue
Block a user