Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/emulex/benet/
H A Dbe_hw.h47 #define POST_STAGE_RECOVERABLE_ERR 0xE000 /* Recoverable err detected */ macro
H A Dbe_main.c3396 (val & POST_STAGE_RECOVERABLE_ERR) in be_detect_error()
3397 != POST_STAGE_RECOVERABLE_ERR) in be_detect_error()
5275 if ((val & POST_STAGE_RECOVERABLE_ERR) != POST_STAGE_RECOVERABLE_ERR) in be_err_is_recoverable()
5324 if ((val & POST_STAGE_RECOVERABLE_ERR) != in be_tpe_recover()
5325 POST_STAGE_RECOVERABLE_ERR) { in be_tpe_recover()
/openbmc/linux/drivers/scsi/be2iscsi/
H A Dbe_cmds.h115 #define POST_STAGE_RECOVERABLE_ERR 0xE000 /* Recoverable err detected */ macro
H A Dbe_cmds.c1853 POST_STAGE_RECOVERABLE_ERR) { in beiscsi_detect_tpe()