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

/freebsd-current/sys/dev/aic7xxx/
H A Daic79xx.h133 #define AHD_SET_SCB_COL_IDX(scb, col_idx) \
135 (scb)->hscb->scsiid = ((col_idx) << TID_SHIFT) & TID; \
136 (scb)->hscb->lun = ((col_idx) >> 4) & (AHD_NUM_LUNS_NONPKT-1); \
1427 struct scb *ahd_get_scb(struct ahd_softc *ahd, u_int col_idx);
H A Daic79xx_osm.c527 u_int col_idx; local
545 col_idx = AHD_NEVER_COL_IDX;
547 col_idx = AHD_BUILD_COL_IDX(target_id,
550 if ((scb = ahd_get_scb(ahd, col_idx)) == NULL) {
H A Daic79xx.c186 struct scb *scb, u_int col_idx);
5843 ahd_add_col_list(struct ahd_softc *ahd, struct scb *scb, u_int col_idx) argument
5850 AHD_SET_SCB_COL_IDX(scb, col_idx);
5851 free_list = &ahd->scb_data.free_scb_lists[col_idx];
5868 u_int col_idx; local
5871 col_idx = AHD_GET_SCB_COL_IDX(ahd, scb);
5872 free_list = &ahd->scb_data.free_scb_lists[col_idx];
5897 ahd_get_scb(struct ahd_softc *ahd, u_int col_idx) argument
5905 if (AHD_GET_SCB_COL_IDX(ahd, scb) != col_idx) {
5918 if (col_idx !
[all...]

Completed in 112 milliseconds