Home
last modified time | relevance | path

Searched refs:scb_index (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/scsi/aic7xxx/
Daic7xxx_core.c879 u_int scb_index; in ahc_run_qoutfifo() local
884 scb_index = ahc->qoutfifo[ahc->qoutfifonext]; in ahc_run_qoutfifo()
904 scb = ahc_lookup_scb(ahc, scb_index); in ahc_run_qoutfifo()
908 ahc_name(ahc), scb_index, in ahc_run_qoutfifo()
994 u_int scb_index; in ahc_handle_seqint() local
1013 scb_index = ahc_inb(ahc, SCB_TAG); in ahc_handle_seqint()
1014 scb = ahc_lookup_scb(ahc, scb_index); in ahc_handle_seqint()
1019 intstat, scb_index); in ahc_handle_seqint()
1247 u_int scb_index; in ahc_handle_seqint() local
1265 scb_index = ahc_inb(ahc, SCB_TAG); in ahc_handle_seqint()
[all …]
Daic79xx_core.c1662 u_int scb_index; in ahd_run_qoutfifo() local
1674 scb_index = ahd_le16toh(completion->tag); in ahd_run_qoutfifo()
1675 scb = ahd_lookup_scb(ahd, scb_index); in ahd_run_qoutfifo()
1679 ahd_name(ahd), scb_index, in ahd_run_qoutfifo()
1993 u_int scb_index; in ahd_handle_seqint() local
2001 scb_index = ahd_get_scbptr(ahd); in ahd_handle_seqint()
2002 scb = ahd_lookup_scb(ahd, scb_index); in ahd_handle_seqint()
2060 u_int scb_index; in ahd_handle_seqint() local
2078 scb_index = ahd_get_scbptr(ahd); in ahd_handle_seqint()
2079 scb = ahd_lookup_scb(ahd, scb_index); in ahd_handle_seqint()
[all …]
/linux-5.19.10/drivers/scsi/
Da100u2w.c813 u8 scb_index; in orc_interrupt() local
822 scb_index = inb(host->base + ORC_RQUEUE); in orc_interrupt()
825 …orc_scb *) ((unsigned long) host->scb_virt + (unsigned long) (sizeof(struct orc_scb) * scb_index)); in orc_interrupt()