mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-23 01:40:30 +00:00
Staging: et131x: kill off the rx interrupt state enum
Another verbose enum we don't need Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
61aa21f208
commit
c9a8ad187a
@ -238,11 +238,6 @@ typedef struct _FbrLookupTable {
|
|||||||
u32 PALow[MAX_DESC_PER_RING_RX];
|
u32 PALow[MAX_DESC_PER_RING_RX];
|
||||||
} FBRLOOKUPTABLE, *PFBRLOOKUPTABLE;
|
} FBRLOOKUPTABLE, *PFBRLOOKUPTABLE;
|
||||||
|
|
||||||
typedef enum {
|
|
||||||
ONE_PACKET_INTERRUPT,
|
|
||||||
FOUR_PACKET_INTERRUPT
|
|
||||||
} eRX_INTERRUPT_STATE_t, *PeRX_INTERRUPT_STATE_t;
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* RX_RING_t is sructure representing the adaptor's local reference(s) to the
|
* RX_RING_t is sructure representing the adaptor's local reference(s) to the
|
||||||
* rings
|
* rings
|
||||||
|
Loading…
Reference in New Issue
Block a user