Lines Matching defs:scb_index
815 u_int scb_index;
824 scb_index = ahd_le16toh(ahd->qoutfifo[ahd->qoutfifonext]
826 scb = ahd_lookup_scb(ahd, scb_index);
830 ahd_name(ahd), scb_index,
1120 u_int scb_index;
1128 scb_index = ahd_get_scbptr(ahd);
1129 scb = ahd_lookup_scb(ahd, scb_index);
1187 u_int scb_index;
1205 scb_index = ahd_get_scbptr(ahd);
1206 scb = ahd_lookup_scb(ahd, scb_index);
4589 u_int scb_index;
4593 scb_index = ahd_get_scbptr(ahd);
4594 scb = ahd_lookup_scb(ahd, scb_index);
4752 u_int scb_index;
4757 scb_index = ahd_get_scbptr(ahd);
4758 scb = ahd_lookup_scb(ahd, scb_index);
4906 u_int scb_index;
4915 scb_index = ahd_get_scbptr(ahd);
4916 scb = ahd_lookup_scb(ahd, scb_index);
8660 u_int scb_index;
8762 scb_index = ahd_inw(ahd, COMPLETE_SCB_DMAINPROG_HEAD);
8764 while (!SCBID_IS_NULL(scb_index) && i++ < AHD_SCB_MAX) {
8765 ahd_set_scbptr(ahd, scb_index);
8766 printf("%d ", scb_index);
8767 scb_index = ahd_inw_scbram(ahd, SCB_NEXT_COMPLETE);
8772 scb_index = ahd_inw(ahd, COMPLETE_SCB_HEAD);
8774 while (!SCBID_IS_NULL(scb_index) && i++ < AHD_SCB_MAX) {
8775 ahd_set_scbptr(ahd, scb_index);
8776 printf("%d ", scb_index);
8777 scb_index = ahd_inw_scbram(ahd, SCB_NEXT_COMPLETE);
8783 scb_index = ahd_inw(ahd, COMPLETE_DMA_SCB_HEAD);
8785 while (!SCBID_IS_NULL(scb_index) && i++ < AHD_SCB_MAX) {
8786 ahd_set_scbptr(ahd, scb_index);
8787 printf("%d ", scb_index);
8788 scb_index = ahd_inw_scbram(ahd, SCB_NEXT_COMPLETE);