Lines Matching refs:hscb
221 /*offset*/(scb->hscb - ahc->scb_data->hscbs) * sizeof(*scb->hscb), in ahc_sync_scb()
222 /*len*/sizeof(*scb->hscb), op); in ahc_sync_scb()
283 sgptr = aic_le32toh(scb->hscb->sgptr); in ahc_update_residual()
370 q_hscb = ahc->next_queued_scb->hscb; in ahc_swap_with_next_hscb()
372 memcpy(q_hscb, scb->hscb, sizeof(*scb->hscb)); in ahc_swap_with_next_hscb()
379 q_hscb->next = scb->hscb->tag; in ahc_swap_with_next_hscb()
382 ahc->next_queued_scb->hscb = scb->hscb; in ahc_swap_with_next_hscb()
383 scb->hscb = q_hscb; in ahc_swap_with_next_hscb()
386 ahc->scb_data->scbindex[scb->hscb->tag] = scb; in ahc_swap_with_next_hscb()
397 if (scb->hscb->tag == SCB_LIST_NULL in ahc_queue_scb()
398 || scb->hscb->next == SCB_LIST_NULL) in ahc_queue_scb()
400 scb->hscb->tag, scb->hscb->next); in ahc_queue_scb()
405 scb->hscb->lun &= LID; in ahc_queue_scb()
407 scb->hscb->lun |= SCB_XFERLEN_ODD; in ahc_queue_scb()
412 ahc->qinfifo[ahc->qinfifonext] = scb->hscb->tag; in ahc_queue_scb()