Searched refs:col_idx (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/aic7xxx/ |
H A D | aic79xx.h | 133 #define AHD_SET_SCB_COL_IDX(scb, col_idx) \ argument 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 D | aic79xx_osm.c | 527 u_int col_idx; in ahd_action() 545 col_idx = AHD_NEVER_COL_IDX; in ahd_action() 547 col_idx = AHD_BUILD_COL_IDX(target_id, in ahd_action() 550 if ((scb = ahd_get_scb(ahd, col_idx)) == NULL) { in ahd_action() 515 u_int col_idx; ahd_action() local
|
H A D | aic79xx.c | 186 struct scb *scb, u_int col_idx); 5843 ahd_add_col_list(struct ahd_softc *ahd, struct scb *scb, u_int col_idx) in ahd_add_col_list() argument 5850 AHD_SET_SCB_COL_IDX(scb, col_idx); in ahd_add_col_list() 5851 free_list = &ahd->scb_data.free_scb_lists[col_idx]; in ahd_add_col_list() 5868 u_int col_idx; in ahd_rem_col_list() local 5871 col_idx = AHD_GET_SCB_COL_IDX(ahd, scb); in ahd_rem_col_list() 5872 free_list = &ahd->scb_data.free_scb_lists[col_idx]; in ahd_rem_col_list() 5897 ahd_get_scb(struct ahd_softc *ahd, u_int col_idx) in ahd_get_scb() argument 5905 if (AHD_GET_SCB_COL_IDX(ahd, scb) != col_idx) { in ahd_get_scb() 5918 if (col_idx != AHD_NEVER_COL_IDX in ahd_get_scb() [all …]
|