Searched refs:next_queued_hscb (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/sys/dev/aic7xxx/
H A Daic79xx_inline.h747 * HSCB to download is saved off in ahd->next_queued_hscb.
755 q_hscb = ahd->next_queued_hscb;
763 ahd->next_queued_hscb = scb->hscb;
H A Daic79xx.h1106 struct hardware_scb *next_queued_hscb; member in struct:ahd_softc
H A Daic79xx.c6437 ahd->next_queued_hscb = (struct hardware_scb *)next_vaddr;
6439 ahd->next_queued_hscb->hscb_busaddr = aic_htole32(next_baddr);
6690 sizeof(ahd->next_queued_hscb->pkt_long_lun) - 1);
6847 busaddr = aic_le32toh(ahd->next_queued_hscb->hscb_busaddr);
7374 scb->hscb->next_hscb_busaddr = ahd->next_queued_hscb->hscb_busaddr;
7489 busaddr = aic_le32toh(ahd->next_queued_hscb->hscb_busaddr);

Completed in 509 milliseconds