mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
The timestamp bit is number 17, and not number 9, in the stat error
field of the receive descriptor. MFC after: 1 week
This commit is contained in:
parent
49d39308ba
commit
e1cda2b313
1 changed files with 1 additions and 1 deletions
|
|
@ -131,7 +131,7 @@
|
|||
#define E1000_RXD_ERR_RXE 0x80 /* Rx Data Error */
|
||||
#define E1000_RXD_SPC_VLAN_MASK 0x0FFF /* VLAN ID is in lower 12 bits */
|
||||
|
||||
#define E1000_RXDEXT_STATERR_TST 0x00000100 /* Time Stamp taken */
|
||||
#define E1000_RXDEXT_STATERR_TST 0x00010000 /* Time Stamp taken */
|
||||
#define E1000_RXDEXT_STATERR_LB 0x00040000
|
||||
#define E1000_RXDEXT_STATERR_CE 0x01000000
|
||||
#define E1000_RXDEXT_STATERR_SE 0x02000000
|
||||
|
|
|
|||
Loading…
Reference in a new issue