• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx/

Lines Matching defs:scbid

206 						 u_int scbid);
207 static u_int ahd_rem_wscb(struct ahd_softc *ahd, u_int scbid,
245 u_int scbid);
435 u_int scbid;
449 scbid = ahd_inw(ahd, GSFIFO);
450 scb = ahd_lookup_scb(ahd, scbid);
453 ahd_name(ahd), scbid);
491 ahd_set_scbptr(ahd, scbid);
508 ahd_outw(ahd, SCB_TAG, scbid);
512 ahd_outw(ahd, COMPLETE_DMA_SCB_HEAD, scbid);
513 ahd_outw(ahd, COMPLETE_DMA_SCB_TAIL, scbid);
519 ahd_outw(ahd, SCB_NEXT_COMPLETE, scbid);
520 ahd_outw(ahd, COMPLETE_DMA_SCB_TAIL, scbid);
521 ahd_set_scbptr(ahd, scbid);
567 scbid = ahd_inw(ahd, COMPLETE_DMA_SCB_HEAD);
568 while (!SCBID_IS_NULL(scbid)) {
572 ahd_set_scbptr(ahd, scbid);
574 scb = ahd_lookup_scb(ahd, scbid);
577 "SCB %d invalid\n", ahd_name(ahd), scbid);
585 scbid = next_scbid;
590 scbid = ahd_inw(ahd, COMPLETE_ON_QFREEZE_HEAD);
591 while (!SCBID_IS_NULL(scbid)) {
593 ahd_set_scbptr(ahd, scbid);
595 scb = ahd_lookup_scb(ahd, scbid);
598 ahd_name(ahd), scbid);
603 scbid = next_scbid;
607 scbid = ahd_inw(ahd, COMPLETE_SCB_HEAD);
608 while (!SCBID_IS_NULL(scbid)) {
610 ahd_set_scbptr(ahd, scbid);
612 scb = ahd_lookup_scb(ahd, scbid);
615 ahd_name(ahd), scbid);
620 scbid = next_scbid;
1046 u_int scbid;
1050 scbid = ahd_get_scbptr(ahd);
1051 scb = ahd_lookup_scb(ahd, scbid);
1096 u_int scbid;
1098 scbid = ahd_get_scbptr(ahd);
1099 scb = ahd_lookup_scb(ahd, scbid);
1104 printf("SCB %d Packetized Status Overrun", scbid);
1112 u_int scbid;
1114 scbid = ahd_get_scbptr(ahd);
1115 scb = ahd_lookup_scb(ahd, scbid);
1118 printf("CFG4ISTAT: Free SCB %d referenced", scbid);
1154 u_int scbid;
1167 scbid = ahd_get_scbptr(ahd);
1168 scb = ahd_lookup_scb(ahd, scbid);
1486 u_int scbid;
1492 scbid = ahd_get_scbptr(ahd);
1493 scb = ahd_lookup_scb(ahd, scbid);
1511 u_int scbid;
1514 scbid = ahd_get_scbptr(ahd);
1515 scb = ahd_lookup_scb(ahd, scbid);
1563 u_int scbid;
1570 scbid = ahd_get_scbptr(ahd);
1571 scb = ahd_lookup_scb(ahd, scbid);
1633 u_int scbid;
1667 scbid = ahd_get_scbptr(ahd);
1668 scb = ahd_lookup_scb(ahd, scbid);
1709 u_int scbid;
1733 scbid = ahd_inw(ahd, WAITING_TID_HEAD);
1734 scb = ahd_lookup_scb(ahd, scbid);
1738 ahd_name(ahd), scbid);
1746 scbid);
1820 u_int scbid;
1826 scbid = ahd_get_scbptr(ahd);
1827 scb = ahd_lookup_scb(ahd, scbid);
1831 ahd_name(ahd), scbid, mode);
1915 u_int scbid;
1963 scbid = ahd_get_scbptr(ahd);
1964 scb = ahd_lookup_scb(ahd, scbid);
2150 u_int scbid;
2172 scbid = ahd_inw(ahd, CURRSCB);
2173 scb = ahd_lookup_scb(ahd, scbid);
2200 if (waiting_h != scbid) {
2202 ahd_outw(ahd, WAITING_TID_HEAD, scbid);
2205 ahd_outw(ahd, WAITING_TID_TAIL, scbid);
2211 ahd_set_scbptr(ahd, scbid);
2248 u_int scbid;
2251 scbid = ahd_get_scbptr(ahd);
2252 scb = ahd_lookup_scb(ahd, scbid);
2282 u_int scbid;
2300 scbid = ahd_get_scbptr(ahd);
2301 scb = ahd_lookup_scb(ahd, scbid);
2555 u_int scbid;
2562 scbid = ahd_get_scbptr(ahd);
2563 scb = ahd_lookup_scb(ahd, scbid);
7152 * scbid that should be restored once manipualtion
7180 u_int scbid;
7185 scbid = ahd_inw_scbram(ahd, scb_offset);
7187 return (scbid);
7191 ahd_busy_tcl(struct ahd_softc *ahd, u_int tcl, u_int scbid)
7197 ahd_outw(ahd, scb_offset, scbid);
7370 u_int scbid;
7462 scbid = ahd_inw(ahd, MK_MESSAGE_SCB);
7463 mk_msg_scb = ahd_lookup_scb(ahd, scbid);
7470 for (scbid = tid_next; !SCBID_IS_NULL(scbid); scbid = tid_next) {
7478 if (scbid >= ahd->scb_data.numscbs) {
7481 ahd_name(ahd), scbid, ahd->scb_data.numscbs);
7485 scb = ahd_lookup_scb(ahd, scbid);
7488 ahd_name(ahd), scbid);
7491 ahd_set_scbptr(ahd, scbid);
7495 tid_prev = scbid;
7504 tid_head = scbid;
7572 if (tid_head != scbid)
7593 u_int scbid;
7603 for (scbid = next; !SCBID_IS_NULL(scbid); scbid = next) {
7604 if (scbid >= ahd->scb_data.numscbs) {
7607 ahd_name(ahd), scbid, ahd->scb_data.numscbs);
7611 scb = ahd_lookup_scb(ahd, scbid);
7614 ahd_name(ahd), scbid);
7617 ahd_set_scbptr(ahd, scbid);
7618 *list_tail = scbid;
7622 prev = scbid;
7633 ahd_rem_wscb(ahd, scbid, prev, next, tid);
7639 printf("0x%x ", scbid);
7641 prev = scbid;
7692 ahd_rem_wscb(struct ahd_softc *ahd, u_int scbid,
7712 && ahd_inw(ahd, tail_offset) == scbid)
7715 ahd_add_scb_to_free_list(ahd, scbid);
7725 ahd_add_scb_to_free_list(struct ahd_softc *ahd, u_int scbid)
7786 u_int scbid;
7790 scbid = ahd_find_busy_tcl(ahd, tcl);
7791 scbp = ahd_lookup_scb(ahd, scbid);