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

  /src/sys/dev/ic/
aic7xxx_inline.h 420 * SCB to download is saved off in ahc->next_queued_scb.
428 q_hscb = ahc->next_queued_scb->hscb;
440 ahc->next_queued_scb->hscb = scb->hscb;
aic7xxxvar.h 1041 struct scb *next_queued_scb; member in struct:ahc_softc
aic7xxx.c 4243 ahc->next_queued_scb = ahc_get_scb(ahc);
4244 ahc_outb(ahc, NEXT_QUEUED_SCB, ahc->next_queued_scb->hscb->tag);
5261 ahc_outb(ahc, NEXT_QUEUED_SCB, scb->hscb->tag);
5268 scb->hscb->next = ahc->next_queued_scb->hscb->tag;
5327 ahc_outb(ahc, NEXT_QUEUED_SCB, ahc->next_queued_scb->hscb->tag);
5391 * so the sequencer will notice that NEXT_QUEUED_SCB
5415 ahc_outb(ahc, NEXT_QUEUED_SCB, scb->hscb->tag);
5420 scb->hscb->next = ahc->next_queued_scb->hscb->tag
    [all...]

Completed in 29 milliseconds