Lines Matching defs:scb_index
875 u_int scb_index;
887 scb_index = aic_le16toh(completion->tag);
888 scb = ahd_lookup_scb(ahd, scb_index);
892 ahd_name(ahd), scb_index,
1161 u_int scb_index;
1169 scb_index = ahd_get_scbptr(ahd);
1170 scb = ahd_lookup_scb(ahd, scb_index);
1228 u_int scb_index;
1246 scb_index = ahd_get_scbptr(ahd);
1247 scb = ahd_lookup_scb(ahd, scb_index);
4698 u_int scb_index;
4702 scb_index = ahd_get_scbptr(ahd);
4703 scb = ahd_lookup_scb(ahd, scb_index);
4860 u_int scb_index;
4863 scb_index = ahd_get_scbptr(ahd);
4864 scb = ahd_lookup_scb(ahd, scb_index);
5012 u_int scb_index;
5021 scb_index = ahd_get_scbptr(ahd);
5022 scb = ahd_lookup_scb(ahd, scb_index);
8678 u_int scb_index;
8778 scb_index = ahd_inw(ahd, COMPLETE_SCB_DMAINPROG_HEAD);
8780 while (!SCBID_IS_NULL(scb_index) && i++ < AHD_SCB_MAX) {
8781 ahd_set_scbptr(ahd, scb_index);
8782 printf("%d ", scb_index);
8783 scb_index = ahd_inw_scbram(ahd, SCB_NEXT_COMPLETE);
8788 scb_index = ahd_inw(ahd, COMPLETE_SCB_HEAD);
8790 while (!SCBID_IS_NULL(scb_index) && i++ < AHD_SCB_MAX) {
8791 ahd_set_scbptr(ahd, scb_index);
8792 printf("%d ", scb_index);
8793 scb_index = ahd_inw_scbram(ahd, SCB_NEXT_COMPLETE);
8799 scb_index = ahd_inw(ahd, COMPLETE_DMA_SCB_HEAD);
8801 while (!SCBID_IS_NULL(scb_index) && i++ < AHD_SCB_MAX) {
8802 ahd_set_scbptr(ahd, scb_index);
8803 printf("%d ", scb_index);
8804 scb_index = ahd_inw_scbram(ahd, SCB_NEXT_COMPLETE);
8808 scb_index = ahd_inw(ahd, COMPLETE_ON_QFREEZE_HEAD);
8810 while (!SCBID_IS_NULL(scb_index) && i++ < AHD_SCB_MAX) {
8811 ahd_set_scbptr(ahd, scb_index);
8812 printf("%d ", scb_index);
8813 scb_index = ahd_inw_scbram(ahd, SCB_NEXT_COMPLETE);