Searched refs:post_status (Results 1 – 3 of 3) sorted by relevance
257 mpu_ep_semaphore_t post_status; in oce_is_reset_pci() local262 post_status.dw0 = 0; in oce_is_reset_pci()263 post_status.dw0 = OCE_CSR_READ32(dev, MPU_EP_SEMAPHORE); in oce_is_reset_pci()265 if (post_status.bits.stage == POST_STAGE_ARMFW_READY) { in oce_is_reset_pci()325 mpu_ep_semaphore_t post_status; in oce_POST() local330 post_status.dw0 = OCE_CSR_READ32(dev, MPU_EP_SEMAPHORE); in oce_POST()336 if (post_status.bits.stage <= POST_STAGE_AWAITING_HOST_RDY) { in oce_POST()337 post_status.bits.stage = POST_STAGE_CHIP_RESET; in oce_POST()338 OCE_CSR_WRITE32(dev, MPU_EP_SEMAPHORE, post_status.dw0); in oce_POST()354 post_status.dw0 = OCE_CSR_READ32(dev, MPU_EP_SEMAPHORE); in oce_POST()[all …]
123 rsci16 post_status; member
5156 int post_status; in ibcm_post_mad() local5178 post_status = ibmf_msg_transport( in ibcm_post_mad()5181 if (post_status != IBMF_SUCCESS) { in ibcm_post_mad()5183 "failed: status %d, cb = %p", post_status, post_cb); in ibcm_post_mad()5185 return (ibcm_ibmf_analyze_error(post_status)); in ibcm_post_mad()