Home
last modified time | relevance | path

Searched refs:QN_ERR_BASE (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlge/
H A Dqlge_hw.h1457 #define QN_ERR_BASE 0x30000000 macro
1458 #define QN_ERR_OK QN_ERR_BASE | 0 /* Success */
1459 #define QN_ERR_NOT_SUPPORTED QN_ERR_BASE | 1 /* Command not supported */
1460 #define QN_ERR_INVALID_PARAM QN_ERR_BASE | 2 /* Invalid parameter */
1461 #define QN_ERR_WRONG_NO_PARAM QN_ERR_BASE | 3 /* Wrong number of parameters */
1462 #define QN_ERR_FILE_NOT_FOUND QN_ERR_BASE | 4 /* File not found */
1463 #define QN_ERR_FILE_READ_ERR QN_ERR_BASE | 5 /* File read err */
1464 #define QN_ERR_FILE_WRITE_ERR QN_ERR_BASE | 6 /* File write err */
1465 #define QN_ERR_NO_MEMORY QN_ERR_BASE | 7 /* No Memory */