Home
last modified time | relevance | path

Searched refs:scb_tag (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c2723 u_int scb_tag; in ahc_update_pending_scbs() local
2726 scb_tag = ahc_inb(ahc, SCB_TAG); in ahc_update_pending_scbs()
2727 pending_scb = ahc_lookup_scb(ahc, scb_tag); in ahc_update_pending_scbs()
H A Daic79xx_core.c4250 u_int scb_tag; in ahd_update_pending_scbs() local
4253 scb_tag = SCB_GET_TAG(pending_scb); in ahd_update_pending_scbs()
4254 ahd_set_scbptr(ahd, scb_tag); in ahd_update_pending_scbs()
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c2721 u_int scb_tag; in ahc_update_pending_scbs() local
2724 scb_tag = ahc_inb(ahc, SCB_TAG); in ahc_update_pending_scbs()
2725 pending_scb = ahc_lookup_scb(ahc, scb_tag); in ahc_update_pending_scbs()
H A Daic79xx_core.c4248 u_int scb_tag; in ahd_update_pending_scbs() local
4251 scb_tag = SCB_GET_TAG(pending_scb); in ahd_update_pending_scbs()
4252 ahd_set_scbptr(ahd, scb_tag); in ahd_update_pending_scbs()

Completed in 36 milliseconds