Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Enumerations
netio_errors.h File Reference

Go to the source code of this file.

Enumerations

enum  netio_error_t {
  NETIO_NO_ERROR = 0, NETIO_PKT = 0, NETIO_ERR_MAX = -701, NETIO_NOT_REGISTERED = -701,
  NETIO_NOPKT = -702, NETIO_NOT_IMPLEMENTED = -703, NETIO_QUEUE_FULL = -704, NETIO_BAD_AFFINITY = -705,
  NETIO_CANNOT_HOME = -706, NETIO_BAD_CONFIG = -707, NETIO_TOOMANY_XMIT = -708, NETIO_UNREG_XMIT = -709,
  NETIO_ALREADY_REGISTERED = -710, NETIO_LINK_DOWN = -711, NETIO_FAULT = -712, NETIO_BAD_CACHE_CONFIG = -713,
  NETIO_ERR_MIN = -713, NETIO_NO_RESPONSE = 1
}