Enter Network Recovery Mode

When the device driver detects an error that requires initiating recovery logic to make the device temporarily unavailable, the following status block is returned by the device driver.

Note: While the device driver is in this recovery logic, the device might not be fully functional. The device driver notifies users when the device is fully functional by way of an NDD_LIMBO_EXIT asynchronous status block:
Item Description
code Set to NDD_LIMBO_ENTER.
option[0] Set to one of the following:
  • NDD_CMD_FAIL
  • NDD_ADAP_CHECK
  • NDD_TX_ERR
  • NDD_TX_TIMEOUT
  • NDD_AUTO_RMV
  • TOK_ADAP_OPEN
  • TOK_ADAP_INIT
  • TOK_DMA_FAIL
  • TOK_RING_SPEED
  • TOK_RMV_ADAP
  • TOK_WIRE_FAULT
option[ ] The remainder of the status block can be used to return additional status information by the device driver.