Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/aic7xxx/
Daic7xxx_core.c886 u_int scb_index; in ahc_run_qoutfifo() local
891 scb_index = ahc->qoutfifo[ahc->qoutfifonext]; in ahc_run_qoutfifo()
911 scb = ahc_lookup_scb(ahc, scb_index); in ahc_run_qoutfifo()
915 ahc_name(ahc), scb_index, in ahc_run_qoutfifo()
1001 u_int scb_index; in ahc_handle_seqint() local
1020 scb_index = ahc_inb(ahc, SCB_TAG); in ahc_handle_seqint()
1021 scb = ahc_lookup_scb(ahc, scb_index); in ahc_handle_seqint()
1026 intstat, scb_index); in ahc_handle_seqint()
1254 u_int scb_index; in ahc_handle_seqint() local
1272 scb_index = ahc_inb(ahc, SCB_TAG); in ahc_handle_seqint()
[all …]
Daic79xx_core.c1670 u_int scb_index; in ahd_run_qoutfifo() local
1682 scb_index = ahd_le16toh(completion->tag); in ahd_run_qoutfifo()
1683 scb = ahd_lookup_scb(ahd, scb_index); in ahd_run_qoutfifo()
1687 ahd_name(ahd), scb_index, in ahd_run_qoutfifo()
2012 u_int scb_index; in ahd_handle_seqint() local
2020 scb_index = ahd_get_scbptr(ahd); in ahd_handle_seqint()
2021 scb = ahd_lookup_scb(ahd, scb_index); in ahd_handle_seqint()
2079 u_int scb_index; in ahd_handle_seqint() local
2097 scb_index = ahd_get_scbptr(ahd); in ahd_handle_seqint()
2098 scb = ahd_lookup_scb(ahd, scb_index); in ahd_handle_seqint()
[all …]
/Linux-v4.19/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()