Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/aic7xxx/
Daic79xx.h1378 struct scb *ahd_get_scb(struct ahd_softc *ahd, u_int col_idx);
Daic79xx_osm.c1585 if ((scb = ahd_get_scb(ahd, AHD_NEVER_COL_IDX)) == NULL) {
4070 if ((scb = ahd_get_scb(ahd, col_idx)) == NULL) {
Daic79xx_core.c5495 ahd_get_scb(struct ahd_softc *ahd, u_int col_idx) in ahd_get_scb() function