mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-01 23:03:54 -06:00
net: cadence_gem: Add support for extended descriptors
Add support for extended descriptors with optional 64bit addressing and timestamping. QEMU will not yet provide timestamps (always leaving the valid timestamp bit as zero). Reviewed-by: Alistair Francis <alistair.francis@wdc.com> Signed-off-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com> Message-id: 20181011021931.4249-6-edgar.iglesias@gmail.com Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
8568313f3b
commit
e48fdd9d90
2 changed files with 52 additions and 19 deletions
|
@ -33,7 +33,7 @@
|
|||
#define CADENCE_GEM_MAXREG (0x00000800 / 4) /* Last valid GEM address */
|
||||
|
||||
/* Max number of words in a DMA descriptor. */
|
||||
#define DESC_MAX_NUM_WORDS 2
|
||||
#define DESC_MAX_NUM_WORDS 6
|
||||
|
||||
#define MAX_PRIORITY_QUEUES 8
|
||||
#define MAX_TYPE1_SCREENERS 16
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue