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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daic7xxx_inline.h410 * SCB to download is saved off in ahc->next_queued_scb.
418 q_hscb = ahc->next_queued_scb->hscb;
430 ahc->next_queued_scb->hscb = scb->hscb;
H A Daic7xxx.h911 struct scb *next_queued_scb; member in struct:ahc_softc
H A Daic7xxx_core.c4295 ahc->next_queued_scb = ahc_get_scb(ahc);
4631 ahc_outb(ahc, NEXT_QUEUED_SCB, ahc->next_queued_scb->hscb->tag);
5234 scb->hscb->next = ahc->next_queued_scb->hscb->tag;
5293 ahc_outb(ahc, NEXT_QUEUED_SCB, ahc->next_queued_scb->hscb->tag);
5386 scb->hscb->next = ahc->next_queued_scb->hscb->tag;
6613 printf("Kernel NEXTQSCB = %d\n", ahc->next_queued_scb->hscb->tag);

Completed in 40 milliseconds