Searched refs:ahd_get_scb (Results 1 – 3 of 3) sorted by relevance
1378 struct scb *ahd_get_scb(struct ahd_softc *ahd, u_int col_idx);
1585 if ((scb = ahd_get_scb(ahd, AHD_NEVER_COL_IDX)) == NULL) {4070 if ((scb = ahd_get_scb(ahd, col_idx)) == NULL) {
5495 ahd_get_scb(struct ahd_softc *ahd, u_int col_idx) in ahd_get_scb() function