Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/emulex/benet/
H A Dbe_hw.h46 #define POST_STAGE_ARMFW_RDY 0xc000 /* FW is done with POST */ macro
H A Dbe_cmds.c766 if (stage == POST_STAGE_ARMFW_RDY) in be_fw_wait_ready()
/openbmc/linux/drivers/scsi/be2iscsi/
H A Dbe_cmds.h114 #define POST_STAGE_ARMFW_RDY 0xC000 /* FW is done with POST */ macro
H A Dbe_cmds.c1624 if ((post & POST_STAGE_MASK) == POST_STAGE_ARMFW_RDY) { in beiscsi_check_fw_rdy()