• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx/

Lines Matching defs:scb_index

1624 	u_int  scb_index;
1636 scb_index = ahd_le16toh(completion->tag);
1637 scb = ahd_lookup_scb(ahd, scb_index);
1641 ahd_name(ahd), scb_index,
1966 u_int scb_index;
1974 scb_index = ahd_get_scbptr(ahd);
1975 scb = ahd_lookup_scb(ahd, scb_index);
2033 u_int scb_index;
2051 scb_index = ahd_get_scbptr(ahd);
2052 scb = ahd_lookup_scb(ahd, scb_index);
5455 u_int scb_index;
5459 scb_index = ahd_get_scbptr(ahd);
5460 scb = ahd_lookup_scb(ahd, scb_index);
5617 u_int scb_index;
5620 scb_index = ahd_get_scbptr(ahd);
5621 scb = ahd_lookup_scb(ahd, scb_index);
5765 u_int scb_index;
5774 scb_index = ahd_get_scbptr(ahd);
5775 scb = ahd_lookup_scb(ahd, scb_index);
9654 u_int scb_index;
9766 scb_index = ahd_inw(ahd, COMPLETE_SCB_DMAINPROG_HEAD);
9768 while (!SCBID_IS_NULL(scb_index) && i++ < AHD_SCB_MAX) {
9769 ahd_set_scbptr(ahd, scb_index);
9770 printk("%d ", scb_index);
9771 scb_index = ahd_inw_scbram(ahd, SCB_NEXT_COMPLETE);
9776 scb_index = ahd_inw(ahd, COMPLETE_SCB_HEAD);
9778 while (!SCBID_IS_NULL(scb_index) && i++ < AHD_SCB_MAX) {
9779 ahd_set_scbptr(ahd, scb_index);
9780 printk("%d ", scb_index);
9781 scb_index = ahd_inw_scbram(ahd, SCB_NEXT_COMPLETE);
9787 scb_index = ahd_inw(ahd, COMPLETE_DMA_SCB_HEAD);
9789 while (!SCBID_IS_NULL(scb_index) && i++ < AHD_SCB_MAX) {
9790 ahd_set_scbptr(ahd, scb_index);
9791 printk("%d ", scb_index);
9792 scb_index = ahd_inw_scbram(ahd, SCB_NEXT_COMPLETE);
9796 scb_index = ahd_inw(ahd, COMPLETE_ON_QFREEZE_HEAD);
9798 while (!SCBID_IS_NULL(scb_index) && i++ < AHD_SCB_MAX) {
9799 ahd_set_scbptr(ahd, scb_index);
9800 printk("%d ", scb_index);
9801 scb_index = ahd_inw_scbram(ahd, SCB_NEXT_COMPLETE);