Home
last modified time | relevance | path

Searched refs:post_status (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_hw.c257 mpu_ep_semaphore_t post_status; in oce_is_reset_pci() local
262 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() local
330 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 …]
/titanic_50/usr/src/uts/sun4u/sys/
H A Drmc_comm_hproto.h123 rsci16 post_status; member
/titanic_50/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_sm.c5156 int post_status; in ibcm_post_mad() local
5178 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()