Searched refs:next_queued_hscb (Results 1 - 2 of 2) sorted by path

/linux-master/drivers/scsi/aic7xxx/
H A Daic79xx.h1058 struct hardware_scb *next_queued_hscb; member in struct:ahd_softc
H A Daic79xx_core.c812 * HSCB to download is saved off in ahd->next_queued_hscb.
820 q_hscb = ahd->next_queued_hscb;
828 ahd->next_queued_hscb = scb->hscb;
7096 ahd->next_queued_hscb = (struct hardware_scb *)next_vaddr;
7098 ahd->next_queued_hscb->hscb_busaddr = ahd_htole32(next_baddr);
7348 sizeof(ahd->next_queued_hscb->pkt_long_lun) - 1);
7505 busaddr = ahd_le32toh(ahd->next_queued_hscb->hscb_busaddr);
8037 scb->hscb->next_hscb_busaddr = ahd->next_queued_hscb->hscb_busaddr;
8152 busaddr = ahd_le32toh(ahd->next_queued_hscb->hscb_busaddr);

Completed in 296 milliseconds