OSDN Git Service

hw/net/tulip: Fix 'Descriptor Error' definition
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Thu, 23 Apr 2020 23:16:42 +0000 (01:16 +0200)
committerJason Wang <jasowang@redhat.com>
Thu, 18 Jun 2020 13:05:51 +0000 (21:05 +0800)
commit171ce2e27906a59e243baf8c67ad1c1193cec4be
treed43e88c5de6f946f4be85f393c36c6ac520afcc2
parentd9b69640391618045949f7c500b87fc129f862ed
hw/net/tulip: Fix 'Descriptor Error' definition

Bit #14 is "DE" for 'Descriptor Error':

  When set, indicates a frame truncation caused by a frame
  that does not fit within the current descriptor buffers,
  and that the 21143 does not own the next descriptor.

  [Table 4-1. RDES0 Bit Fields Description]

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Jason Wang <jasowang@redhat.com>
hw/net/tulip.h