Home
last modified time | relevance | path

Searched refs:scb_tag (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/scsi/aic7xxx/
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()
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()