Symbol: ahc_lookup_scb
drivers/scsi/aic7xxx/aic7xxx_core.c
1014
scb = ahc_lookup_scb(ahc, scb_index);
drivers/scsi/aic7xxx/aic7xxx_core.c
1266
scb = ahc_lookup_scb(ahc, scb_index);
drivers/scsi/aic7xxx/aic7xxx_core.c
1357
scb = ahc_lookup_scb(ahc, scb_index);
drivers/scsi/aic7xxx/aic7xxx_core.c
1384
scb = ahc_lookup_scb(ahc, scbindex);
drivers/scsi/aic7xxx/aic7xxx_core.c
1452
scb = ahc_lookup_scb(ahc, scbindex);
drivers/scsi/aic7xxx/aic7xxx_core.c
1568
scb = ahc_lookup_scb(ahc, scb_index);
drivers/scsi/aic7xxx/aic7xxx_core.c
1739
scb = ahc_lookup_scb(ahc, scb_index);
drivers/scsi/aic7xxx/aic7xxx_core.c
2725
pending_scb = ahc_lookup_scb(ahc, scb_tag);
drivers/scsi/aic7xxx/aic7xxx_core.c
3125
scb = ahc_lookup_scb(ahc, scbid);
drivers/scsi/aic7xxx/aic7xxx_core.c
3997
scb = ahc_lookup_scb(ahc, scb_index);
drivers/scsi/aic7xxx/aic7xxx_core.c
4138
scb = ahc_lookup_scb(ahc, scb_index);
drivers/scsi/aic7xxx/aic7xxx_core.c
4251
scb = ahc_lookup_scb(ahc, scb_index);
drivers/scsi/aic7xxx/aic7xxx_core.c
5756
prev_scb = ahc_lookup_scb(ahc, prev_tag);
drivers/scsi/aic7xxx/aic7xxx_core.c
5840
scb = ahc_lookup_scb(ahc, ahc->qinfifo[qinpos]);
drivers/scsi/aic7xxx/aic7xxx_core.c
5904
scb = ahc_lookup_scb(ahc, ahc->qinfifo[qinstart]);
drivers/scsi/aic7xxx/aic7xxx_core.c
5928
scb = ahc_lookup_scb(ahc, ahc->qinfifo[qintail]);
drivers/scsi/aic7xxx/aic7xxx_core.c
5951
scb = ahc_lookup_scb(ahc, scb_index);
drivers/scsi/aic7xxx/aic7xxx_core.c
6142
scbp = ahc_lookup_scb(ahc, scb_index);
drivers/scsi/aic7xxx/aic7xxx_core.c
6328
scbp = ahc_lookup_scb(ahc, scbid);
drivers/scsi/aic7xxx/aic7xxx_core.c
6360
scbp = ahc_lookup_scb(ahc, scbid);
drivers/scsi/aic7xxx/aic7xxx_core.c
904
scb = ahc_lookup_scb(ahc, scb_index);
drivers/scsi/aic7xxx/aic7xxx_inline.h
88
ahc_lookup_scb(struct ahc_softc *ahc, u_int tag);
drivers/scsi/aic7xxx/aic7xxx_osm.c
2186
bus_scb = ahc_lookup_scb(ahc, ahc_inb(ahc, SCB_TAG));
drivers/scsi/aic7xxx/aic7xxx_osm.c
2215
pending_scb = ahc_lookup_scb(ahc, active_scb_index);