Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/aic7xxx/
Daic7xxx_inline.h410 struct hardware_scb *q_hscb; in ahc_swap_with_next_hscb() local
425 q_hscb = ahc->next_queued_scb->hscb; in ahc_swap_with_next_hscb()
426 saved_tag = q_hscb->tag; in ahc_swap_with_next_hscb()
427 memcpy(q_hscb, scb->hscb, sizeof(*scb->hscb)); in ahc_swap_with_next_hscb()
429 q_hscb->shared_data.cdb_ptr = in ahc_swap_with_next_hscb()
430 ahc_htole32(ahc_hscb_busaddr(ahc, q_hscb->tag) in ahc_swap_with_next_hscb()
433 q_hscb->tag = saved_tag; in ahc_swap_with_next_hscb()
434 q_hscb->next = scb->hscb->tag; in ahc_swap_with_next_hscb()
438 scb->hscb = q_hscb; in ahc_swap_with_next_hscb()
Daic79xx_inline.h723 struct hardware_scb *q_hscb; in ahd_swap_with_next_hscb() local
738 q_hscb = ahd->next_queued_hscb; in ahd_swap_with_next_hscb()
739 saved_hscb_busaddr = q_hscb->hscb_busaddr; in ahd_swap_with_next_hscb()
740 memcpy(q_hscb, scb->hscb, sizeof(*scb->hscb)); in ahd_swap_with_next_hscb()
741 q_hscb->hscb_busaddr = saved_hscb_busaddr; in ahd_swap_with_next_hscb()
742 q_hscb->next_hscb_busaddr = scb->hscb->hscb_busaddr; in ahd_swap_with_next_hscb()
746 scb->hscb = q_hscb; in ahd_swap_with_next_hscb()