Searched refs:ahd_get_scb (Results 1 – 3 of 3) sorted by relevance
1356 struct scb *ahd_get_scb(struct ahd_softc *ahd, u_int col_idx);
806 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()
6663 ahd_get_scb(struct ahd_softc *ahd, u_int col_idx) in ahd_get_scb() function