Searched refs:col_idx (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/dev/ic/
H A Daic79xx_osm.c339 u_int col_idx; local
361 col_idx = AHD_NEVER_COL_IDX;
363 col_idx = AHD_BUILD_COL_IDX(target_id,
366 if ((scb = ahd_get_scb(ahd, col_idx)) == NULL) {
H A Daic79xxvar.h139 #define AHD_SET_SCB_COL_IDX(scb, col_idx) \
141 (scb)->hscb->scsiid = ((col_idx) << TID_SHIFT) & TID; \
142 (scb)->hscb->lun = ((col_idx) >> 4) & (AHD_NUM_LUNS_NONPKT-1); \
H A Daic79xx.c197 struct scb *scb, u_int col_idx);
5607 ahd_add_col_list(struct ahd_softc *ahd, struct scb *scb, u_int col_idx) argument
5614 AHD_SET_SCB_COL_IDX(scb, col_idx);
5615 free_list = &ahd->scb_data.free_scb_lists[col_idx];
5632 u_int col_idx; local
5635 col_idx = AHD_GET_SCB_COL_IDX(ahd, scb);
5636 free_list = &ahd->scb_data.free_scb_lists[col_idx];
5661 ahd_get_scb(struct ahd_softc *ahd, u_int col_idx) argument
5665 if (AHD_GET_SCB_COL_IDX(ahd, scb) != col_idx) {
5673 if (col_idx !
[all...]

Completed in 226 milliseconds