Lines Matching defs:status

97 	int status;
127 status = hci1394_buf_alloc(drvinfo, &parms, &desc->qb_buf,
129 if (status != DDI_SUCCESS) {
156 status = hci1394_buf_alloc(drvinfo, &parms, &data->qb_buf,
158 if (status != DDI_SUCCESS) {
578 int status;
612 status = hci1394_q_reserve(&q_handle->q_desc,
614 if (status != DDI_SUCCESS) {
672 int status;
706 status = hci1394_q_reserve(&q_handle->q_desc,
709 if (status != DDI_SUCCESS) {
720 status = hci1394_q_reserve(&q_handle->q_data, datasize, &data_ioaddr);
721 if (status != DDI_SUCCESS) {
769 int status;
803 status = hci1394_q_reserve(&q_handle->q_desc,
806 if (status != DDI_SUCCESS) {
817 status = hci1394_q_reserve(&q_handle->q_data, mblk->length,
819 if (status != DDI_SUCCESS) {
892 * There is a command on the list, read its status and timestamp when
902 * the command regardless of its completion status. If we are not
903 * flushing the Q and we do not have status on the command (e.g. status
920 * return status.
935 /* return command status */
980 ddi_put32(qbuf->qb_buf.bi_handle, &desc->status, cmd->qc_timestamp);
1041 ddi_put32(qbuf->qb_buf.bi_handle, &desc->status, cmd->qc_timestamp);
1075 /* save away the status address for quick access in at_next() */
1076 cmd->qc_status_addr = &desc->status;
1160 ddi_put32(qbuf->qb_buf.bi_handle, &desc->status, 0);
1175 /* save away the status address for quick access in at_next() */
1176 cmd->qc_status_addr = &desc->status;
1386 residual_count = ddi_get32(descb->qb_buf.bi_handle, &desc->status);
1720 ddi_put32(qbuf->qb_buf.bi_handle, &desc->status, datasize &