Lines Matching defs:status

143 	/* set done ok return status */
151 * return update status
215 * if non-completion condition, return update status
227 /* evaluate update completion, setting completion status */
259 /* return update completion status */
276 int status;
286 status = DDI_SUCCESS;
302 status = DDI_FAILURE;
313 status = DDI_FAILURE;
328 status = DDI_FAILURE;
333 if (status == DDI_SUCCESS) {
342 return (status);
354 uint_t status;
360 status = HCI1394_IXL_INTR_NOERROR;
380 status = hci1394_ixl_dma_sync(uvp->soft_statep, ctxtp);
381 if (status == HCI1394_IXL_INTR_DMALOST) {
404 if (status == HCI1394_IXL_INTR_DMASTOP) {
406 } else if (status == HCI1394_IXL_INTR_DMALOST) {
412 return (status);
456 /* nothing else to do, return with done ok status */
551 /* if none, return with done ok status */
726 /* No change, return with done ok status */
897 /* no change, return with done ok status */
925 /* no update needed, return done ok status */
1010 /* no change. return with done ok status */
1148 /* no change. return with done ok status */
1258 /* if none, return with done ok status */
1424 /* no change, return with done ok status */
1723 /* Sync the descriptor before we grab the status */
1734 /* change only low 1/2 word and leave status bits unchanged */
1735 desc_status = ddi_get32(acc_hdl, &hcidescp->status);
1738 ddi_put32(acc_hdl, &hcidescp->status, desc_status);
1812 * change only low 1/2 word leaving status bits
1815 desc_status = ddi_get32(acc_hdl, &hcidescp->status);
1818 ddi_put32(acc_hdl, &hcidescp->status, desc_status);
2006 * repeat until IXL execution status evaluation function returns error
2017 * call IXL execution status evaluation (ixl_dma_sync)
2026 * it can not return the following status here:
2036 /* return post-perform update failed status */
2048 * successful status.
2061 * else return post-perform update failed status.
2084 int status;
2095 * repeat until ixl execution status evaluation function returns error
2106 * call ixl execution status evaluation (interrupt processing).
2107 * set IXL1394_EIDU_PRE_UPD_DMALOST if status INTR_DMALOST and
2115 * it can not return the following status here:
2123 status = hci1394_ixl_dma_sync(uvp->soft_statep, ctxtp);
2124 if (status == HCI1394_IXL_INTR_DMALOST) {
2126 * set pre-update dma processing lost status and
2146 * perform update now, set IXL1394_ERISK_PROHIBITS_UPD status and
2167 /* is save for update to be performed, return ok status */