Lines Matching defs:post
1617 u32 loop, post, rdy = 0;
1621 post = beiscsi_get_post_stage(phba);
1622 if (post & POST_ERROR_BIT)
1624 if ((post & POST_STAGE_MASK) == POST_STAGE_ARMFW_RDY) {
1633 "BC_%d : FW not ready 0x%x\n", post);
1847 u32 post, status;
1850 post = beiscsi_get_post_stage(phba);
1851 status = post & POST_STAGE_MASK;
1856 "BC_%d : HBA error recoverable: 0x%x\n", post);
1860 "BC_%d : HBA in UE: 0x%x\n", post);