Lines Matching defs:post
1619 u32 loop, post, rdy = 0;
1623 post = beiscsi_get_post_stage(phba);
1624 if (post & POST_ERROR_BIT)
1626 if ((post & POST_STAGE_MASK) == POST_STAGE_ARMFW_RDY) {
1635 "BC_%d : FW not ready 0x%x\n", post);
1849 u32 post, status;
1852 post = beiscsi_get_post_stage(phba);
1853 status = post & POST_STAGE_MASK;
1858 "BC_%d : HBA error recoverable: 0x%x\n", post);
1862 "BC_%d : HBA in UE: 0x%x\n", post);