HomeSort by: relevance | last modified time | path
    Searched refs:next_queued_hscb (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/ic/
aic79xx_inline.h 730 * HSCB to download is saved off in ahd->next_queued_hscb.
738 q_hscb = ahd->next_queued_hscb;
746 ahd->next_queued_hscb = scb->hscb;
aic79xxvar.h 1078 struct hardware_scb *next_queued_hscb; member in struct:ahd_softc
aic79xx.c 6097 ahd->next_queued_hscb = (struct hardware_scb *)next_vaddr;
6099 ahd->next_queued_hscb->hscb_busaddr = ahd_htole32(next_baddr);
6351 sizeof(ahd->next_queued_hscb->pkt_long_lun) - 1);
6509 busaddr = ahd_le32toh(ahd->next_queued_hscb->hscb_busaddr);
7056 scb->hscb->next_hscb_busaddr = ahd->next_queued_hscb->hscb_busaddr;
7161 busaddr = ahd_le32toh(ahd->next_queued_hscb->hscb_busaddr);

Completed in 40 milliseconds