Searched refs:next_queued_scb (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/ |
H A D | aic7xxx.h | 908 struct scb *next_queued_scb; member
|
H A D | aic7xxx_core.c | 576 * SCB to download is saved off in ahc->next_queued_scb. in ahc_swap_with_next_hscb() 584 q_hscb = ahc->next_queued_scb->hscb; in ahc_swap_with_next_hscb() 596 ahc->next_queued_scb->hscb = scb->hscb; in ahc_swap_with_next_hscb() 4858 ahc->next_queued_scb = ahc_get_scb(ahc); in ahc_init_scbdata() 5190 ahc_outb(ahc, NEXT_QUEUED_SCB, ahc->next_queued_scb->hscb->tag); in ahc_chip_init() 5781 scb->hscb->next = ahc->next_queued_scb->hscb->tag; in ahc_qinfifo_requeue() 5840 ahc_outb(ahc, NEXT_QUEUED_SCB, ahc->next_queued_scb->hscb->tag); in ahc_search_qinfifo() 5933 scb->hscb->next = ahc->next_queued_scb->hscb->tag; in ahc_search_qinfifo() 7169 printk("Kernel NEXTQSCB = %d\n", ahc->next_queued_scb->hscb->tag); in ahc_dump_card_state()
|
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/ |
H A D | aic7xxx.h | 906 struct scb *next_queued_scb; member
|
H A D | aic7xxx_core.c | 576 * SCB to download is saved off in ahc->next_queued_scb. in ahc_swap_with_next_hscb() 584 q_hscb = ahc->next_queued_scb->hscb; in ahc_swap_with_next_hscb() 596 ahc->next_queued_scb->hscb = scb->hscb; in ahc_swap_with_next_hscb() 4857 ahc->next_queued_scb = ahc_get_scb(ahc); in ahc_init_scbdata() 5189 ahc_outb(ahc, NEXT_QUEUED_SCB, ahc->next_queued_scb->hscb->tag); in ahc_chip_init() 5778 scb->hscb->next = ahc->next_queued_scb->hscb->tag; in ahc_qinfifo_requeue() 5837 ahc_outb(ahc, NEXT_QUEUED_SCB, ahc->next_queued_scb->hscb->tag); in ahc_search_qinfifo() 5929 scb->hscb->next = ahc->next_queued_scb->hscb->tag; in ahc_search_qinfifo() 7163 printk("Kernel NEXTQSCB = %d\n", ahc->next_queued_scb->hscb->tag); in ahc_dump_card_state()
|
Completed in 21 milliseconds