Searched refs:q_hscb (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c576 struct hardware_scb *q_hscb; ahc_swap_with_next_hscb() local
591 q_hscb = ahc->next_queued_scb->hscb; ahc_swap_with_next_hscb()
592 saved_tag = q_hscb->tag; ahc_swap_with_next_hscb()
593 memcpy(q_hscb, scb->hscb, sizeof(*scb->hscb)); ahc_swap_with_next_hscb()
595 q_hscb->shared_data.cdb_ptr = ahc_swap_with_next_hscb()
596 ahc_htole32(ahc_hscb_busaddr(ahc, q_hscb->tag) ahc_swap_with_next_hscb()
599 q_hscb->tag = saved_tag; ahc_swap_with_next_hscb()
600 q_hscb->next = scb->hscb->tag; ahc_swap_with_next_hscb()
604 scb->hscb = q_hscb; ahc_swap_with_next_hscb()
H A Daic79xx_core.c812 struct hardware_scb *q_hscb; ahd_swap_with_next_hscb() local
828 q_hscb = ahd->next_queued_hscb; ahd_swap_with_next_hscb()
830 saved_hscb_busaddr = q_hscb->hscb_busaddr; ahd_swap_with_next_hscb()
831 memcpy(q_hscb, scb->hscb, sizeof(*scb->hscb)); ahd_swap_with_next_hscb()
832 q_hscb->hscb_busaddr = saved_hscb_busaddr; ahd_swap_with_next_hscb()
833 q_hscb->next_hscb_busaddr = scb->hscb->hscb_busaddr; ahd_swap_with_next_hscb()
838 scb->hscb = q_hscb; ahd_swap_with_next_hscb()

Completed in 133 milliseconds