Lines Matching defs:scb_index

331 	u_int  scb_index;
336 scb_index = ahc->qoutfifo[ahc->qoutfifonext];
356 scb = ahc_lookup_scb(ahc, scb_index);
360 ahc_name(ahc), scb_index,
437 u_int scb_index;
469 scb_index = ahc_inb(ahc, SCB_TAG);
470 scb = ahc_lookup_scb(ahc, scb_index);
475 intstat, scb_index);
735 scb_index = ahc_inb(ahc, SCB_TAG);
736 scb = ahc_lookup_scb(ahc, scb_index);
740 "invalid SCB %x\n", scb_index);
823 scb_index = ahc_inb(ahc, SCB_TAG);
824 scb = ahc_lookup_scb(ahc, scb_index);
1001 u_int scb_index;
1039 scb_index = ahc_inb(ahc, SCB_TAG);
1040 scb = ahc_lookup_scb(ahc, scb_index);
1209 scb_index = ahc_inb(ahc, SCB_TAG);
1211 scb = ahc_lookup_scb(ahc, scb_index);
1215 ahc_name(ahc), scbptr, scb_index);
1223 scb_index);
3464 u_int scb_index;
3468 scb_index = ahc_inb(ahc, SCB_TAG);
3469 scb = ahc_lookup_scb(ahc, scb_index);
3606 u_int scb_index;
3609 scb_index = ahc_inb(ahc, SCB_TAG);
3610 scb = ahc_lookup_scb(ahc, scb_index);
3717 u_int scb_index;
3722 scb_index = ahc_inb(ahc, SCB_TAG);
3723 scb = ahc_lookup_scb(ahc, scb_index);
5260 uint8_t scb_index;
5263 scb_index = ahc_inb(ahc, SCB_TAG);
5264 if (scb_index >= ahc->scb_data->numscbs) {
5267 scb_index, ahc->scb_data->numscbs);
5271 scb = ahc_lookup_scb(ahc, scb_index);
5273 printf("scb_index = %d, next = %d\n",
5274 scb_index, next);
5443 u_int scb_index;
5446 scb_index = ahc_inb(ahc, SCB_TAG);
5447 if (scb_index >= ahc->scb_data->numscbs) {
5450 scb_index, ahc->scb_data->numscbs);
5460 scbp = ahc_lookup_scb(ahc, scb_index);
6432 uint8_t scb_index;
6499 scb_index = ahc_inb(ahc, WAITING_SCBH);
6501 while (scb_index != SCB_LIST_NULL && i++ < 256) {
6502 ahc_outb(ahc, SCBPTR, scb_index);
6503 printf("%d:%d ", scb_index, ahc_inb(ahc, SCB_TAG));
6504 scb_index = ahc_inb(ahc, SCB_NEXT);
6509 scb_index = ahc_inb(ahc, DISCONNECTED_SCBH);
6511 while (scb_index != SCB_LIST_NULL && i++ < 256) {
6512 ahc_outb(ahc, SCBPTR, scb_index);
6513 printf("%d:%d ", scb_index, ahc_inb(ahc, SCB_TAG));
6514 scb_index = ahc_inb(ahc, SCB_NEXT);
6529 scb_index = ahc_inb(ahc, FREE_SCBH);
6531 while (scb_index != SCB_LIST_NULL && i++ < 256) {
6532 ahc_outb(ahc, SCBPTR, scb_index);
6533 printf("%d ", scb_index);
6534 scb_index = ahc_inb(ahc, SCB_NEXT);