Home | History | Annotate | Download | only in ic

Lines Matching defs:scb_index

328 	u_int  scb_index;
333 scb_index = ahc->qoutfifo[ahc->qoutfifonext];
354 scb = ahc_lookup_scb(ahc, scb_index);
358 ahc_name(ahc), scb_index,
444 u_int scb_index;
463 scb_index = ahc_inb(ahc, SCB_TAG);
464 scb = ahc_lookup_scb(ahc, scb_index);
469 intstat, scb_index);
690 u_int scb_index;
708 scb_index = ahc_inb(ahc, SCB_TAG);
709 scb1 = ahc_lookup_scb(ahc, scb_index);
713 "invalid SCB %x\n", scb_index);
794 u_int scb_index;
799 scb_index = ahc_inb(ahc, SCB_TAG);
800 scb1 = ahc_lookup_scb(ahc, scb_index);
972 u_int scb_index;
1010 scb_index = ahc_inb(ahc, SCB_TAG);
1011 scb = ahc_lookup_scb(ahc, scb_index);
1177 scb_index = ahc_inb(ahc, SCB_TAG);
1179 scb = ahc_lookup_scb(ahc, scb_index);
1183 ahc_name(ahc), scbptr, scb_index);
1190 scb_index);
3414 u_int scb_index;
3418 scb_index = ahc_inb(ahc, SCB_TAG);
3419 scb = ahc_lookup_scb(ahc, scb_index);
3565 u_int scb_index;
3568 scb_index = ahc_inb(ahc, SCB_TAG);
3569 scb = ahc_lookup_scb(ahc, scb_index);
3676 u_int scb_index;
3681 scb_index = ahc_inb(ahc, SCB_TAG);
3682 scb = ahc_lookup_scb(ahc, scb_index);
5431 uint8_t scb_index;
5434 scb_index = ahc_inb(ahc, SCB_TAG);
5435 if (scb_index >= ahc->scb_data->numscbs) {
5438 scb_index, ahc->scb_data->numscbs);
5442 scb = ahc_lookup_scb(ahc, scb_index);
5444 printf("scb_index = %d, next = %d\n",
5445 scb_index, next);
5617 u_int scb_index;
5620 scb_index = ahc_inb(ahc, SCB_TAG);
5621 if (scb_index >= ahc->scb_data->numscbs) {
5624 scb_index, ahc->scb_data->numscbs);
5634 scbp = ahc_lookup_scb(ahc, scb_index);
6612 uint8_t scb_index;
6679 scb_index = ahc_inb(ahc, WAITING_SCBH);
6681 while (scb_index != SCB_LIST_NULL && i++ < 256) {
6682 ahc_outb(ahc, SCBPTR, scb_index);
6683 printf("%d:%d ", scb_index, ahc_inb(ahc, SCB_TAG));
6684 scb_index = ahc_inb(ahc, SCB_NEXT);
6689 scb_index = ahc_inb(ahc, DISCONNECTED_SCBH);
6691 while (scb_index != SCB_LIST_NULL && i++ < 256) {
6692 ahc_outb(ahc, SCBPTR, scb_index);
6693 printf("%d:%d ", scb_index, ahc_inb(ahc, SCB_TAG));
6694 scb_index = ahc_inb(ahc, SCB_NEXT);
6709 scb_index = ahc_inb(ahc, FREE_SCBH);
6711 while (scb_index != SCB_LIST_NULL && i++ < 256) {
6712 ahc_outb(ahc, SCBPTR, scb_index);
6713 printf("%d ", scb_index);
6714 scb_index = ahc_inb(ahc, SCB_NEXT);