Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/aic7xxx/
Daic7xxx_core.c2746 u_int scb_tag; in ahc_update_pending_scbs() local
2749 scb_tag = ahc_inb(ahc, SCB_TAG); in ahc_update_pending_scbs()
2750 pending_scb = ahc_lookup_scb(ahc, scb_tag); in ahc_update_pending_scbs()
Daic79xx_core.c4284 u_int scb_tag; in ahd_update_pending_scbs() local
4287 scb_tag = SCB_GET_TAG(pending_scb); in ahd_update_pending_scbs()
4288 ahd_set_scbptr(ahd, scb_tag); in ahd_update_pending_scbs()