Searched refs:ahd_get_scb (Results 1 – 3 of 3) sorted by relevance
1360 struct scb *ahd_get_scb(struct ahd_softc *ahd, u_int col_idx);
825 reset_scb = ahd_get_scb(ahd, AHD_NEVER_COL_IDX); in ahd_linux_dev_reset()1584 if ((scb = ahd_get_scb(ahd, col_idx)) == NULL) { in ahd_linux_run_command()
6704 ahd_get_scb(struct ahd_softc *ahd, u_int col_idx) in ahd_get_scb() function