Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
arch
tile
include
hv
netio_errors.h
Go to the documentation of this file.
1
/*
2
* Copyright 2010 Tilera Corporation. All Rights Reserved.
3
*
4
* This program is free software; you can redistribute it and/or
5
* modify it under the terms of the GNU General Public License
6
* as published by the Free Software Foundation, version 2.
7
*
8
* This program is distributed in the hope that it will be useful, but
9
* WITHOUT ANY WARRANTY; without even the implied warranty of
10
* MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, GOOD TITLE or
11
* NON INFRINGEMENT. See the GNU General Public License for
12
* more details.
13
*/
14
19
#ifndef __NETIO_ERRORS_H__
20
#define __NETIO_ERRORS_H__
21
40
typedef
enum
41
{
43
NETIO_NO_ERROR
= 0,
44
46
NETIO_PKT
= 0,
47
49
NETIO_ERR_MAX
= -701,
50
52
NETIO_NOT_REGISTERED
= -701,
53
55
NETIO_NOPKT
= -702,
56
58
NETIO_NOT_IMPLEMENTED
= -703,
59
64
NETIO_QUEUE_FULL
= -704,
65
67
NETIO_BAD_AFFINITY
= -705,
68
70
NETIO_CANNOT_HOME
= -706,
71
82
NETIO_BAD_CONFIG
= -707,
83
85
NETIO_TOOMANY_XMIT
= -708,
86
89
NETIO_UNREG_XMIT
= -709,
90
92
NETIO_ALREADY_REGISTERED
= -710,
93
95
NETIO_LINK_DOWN
= -711,
96
105
NETIO_FAULT
= -712,
106
108
NETIO_BAD_CACHE_CONFIG
= -713,
109
111
NETIO_ERR_MIN
= -713,
112
113
#ifndef __DOXYGEN__
114
116
NETIO_NO_RESPONSE
= 1
117
#endif
118
}
netio_error_t
;
119
122
#endif
/* __NETIO_ERRORS_H__ */
Generated on Thu Jan 10 2013 13:18:58 for Linux Kernel by
1.8.2