Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/aic7xxx/
Daic79xx.h1356 struct scb *ahd_get_scb(struct ahd_softc *ahd, u_int col_idx);
Daic79xx_osm.c806 reset_scb = ahd_get_scb(ahd, AHD_NEVER_COL_IDX); in ahd_linux_dev_reset()
1564 if ((scb = ahd_get_scb(ahd, col_idx)) == NULL) { in ahd_linux_run_command()
Daic79xx_core.c6663 ahd_get_scb(struct ahd_softc *ahd, u_int col_idx) in ahd_get_scb() function