qdio.h (3a3fc29a6d0626fb4897b7391c4e956efbacd394) | qdio.h (9d92a7e1b0d095c8be96ce5e592c6c5541684631) |
---|---|
1#ifndef _CIO_QDIO_H 2#define _CIO_QDIO_H 3 4#include <asm/page.h> 5#include <asm/isc.h> | 1#ifndef _CIO_QDIO_H 2#define _CIO_QDIO_H 3 4#include <asm/page.h> 5#include <asm/isc.h> |
6#include <asm/schid.h> |
|
6 | 7 |
7#include "schid.h" 8 | |
9#ifdef CONFIG_QDIO_DEBUG 10#define QDIO_VERBOSE_LEVEL 9 11#else /* CONFIG_QDIO_DEBUG */ 12#define QDIO_VERBOSE_LEVEL 5 13#endif /* CONFIG_QDIO_DEBUG */ 14#define QDIO_USE_PROCESSING_STATE 15 16#define QDIO_MINIMAL_BH_RELIEF_TIME 16 --- 621 unchanged lines hidden --- | 8#ifdef CONFIG_QDIO_DEBUG 9#define QDIO_VERBOSE_LEVEL 9 10#else /* CONFIG_QDIO_DEBUG */ 11#define QDIO_VERBOSE_LEVEL 5 12#endif /* CONFIG_QDIO_DEBUG */ 13#define QDIO_USE_PROCESSING_STATE 14 15#define QDIO_MINIMAL_BH_RELIEF_TIME 16 --- 621 unchanged lines hidden --- |