Lines Matching refs:scb_index
1662 u_int scb_index; in ahd_run_qoutfifo() local
1674 scb_index = ahd_le16toh(completion->tag); in ahd_run_qoutfifo()
1675 scb = ahd_lookup_scb(ahd, scb_index); in ahd_run_qoutfifo()
1679 ahd_name(ahd), scb_index, in ahd_run_qoutfifo()
1993 u_int scb_index; in ahd_handle_seqint() local
2001 scb_index = ahd_get_scbptr(ahd); in ahd_handle_seqint()
2002 scb = ahd_lookup_scb(ahd, scb_index); in ahd_handle_seqint()
2060 u_int scb_index; in ahd_handle_seqint() local
2078 scb_index = ahd_get_scbptr(ahd); in ahd_handle_seqint()
2079 scb = ahd_lookup_scb(ahd, scb_index); in ahd_handle_seqint()
5495 u_int scb_index; in ahd_handle_msg_reject() local
5499 scb_index = ahd_get_scbptr(ahd); in ahd_handle_msg_reject()
5500 scb = ahd_lookup_scb(ahd, scb_index); in ahd_handle_msg_reject()
5657 u_int scb_index; in ahd_handle_ign_wide_residue() local
5660 scb_index = ahd_get_scbptr(ahd); in ahd_handle_ign_wide_residue()
5661 scb = ahd_lookup_scb(ahd, scb_index); in ahd_handle_ign_wide_residue()
5809 u_int scb_index; in ahd_reinitialize_dataptrs() local
5818 scb_index = ahd_get_scbptr(ahd); in ahd_reinitialize_dataptrs()
5819 scb = ahd_lookup_scb(ahd, scb_index); in ahd_reinitialize_dataptrs()
9638 u_int scb_index; in ahd_dump_card_state() local
9750 scb_index = ahd_inw(ahd, COMPLETE_SCB_DMAINPROG_HEAD); in ahd_dump_card_state()
9752 while (!SCBID_IS_NULL(scb_index) && i++ < AHD_SCB_MAX) { in ahd_dump_card_state()
9753 ahd_set_scbptr(ahd, scb_index); in ahd_dump_card_state()
9754 printk("%d ", scb_index); in ahd_dump_card_state()
9755 scb_index = ahd_inw_scbram(ahd, SCB_NEXT_COMPLETE); in ahd_dump_card_state()
9760 scb_index = ahd_inw(ahd, COMPLETE_SCB_HEAD); in ahd_dump_card_state()
9762 while (!SCBID_IS_NULL(scb_index) && i++ < AHD_SCB_MAX) { in ahd_dump_card_state()
9763 ahd_set_scbptr(ahd, scb_index); in ahd_dump_card_state()
9764 printk("%d ", scb_index); in ahd_dump_card_state()
9765 scb_index = ahd_inw_scbram(ahd, SCB_NEXT_COMPLETE); in ahd_dump_card_state()
9770 scb_index = ahd_inw(ahd, COMPLETE_DMA_SCB_HEAD); in ahd_dump_card_state()
9772 while (!SCBID_IS_NULL(scb_index) && i++ < AHD_SCB_MAX) { in ahd_dump_card_state()
9773 ahd_set_scbptr(ahd, scb_index); in ahd_dump_card_state()
9774 printk("%d ", scb_index); in ahd_dump_card_state()
9775 scb_index = ahd_inw_scbram(ahd, SCB_NEXT_COMPLETE); in ahd_dump_card_state()
9779 scb_index = ahd_inw(ahd, COMPLETE_ON_QFREEZE_HEAD); in ahd_dump_card_state()
9781 while (!SCBID_IS_NULL(scb_index) && i++ < AHD_SCB_MAX) { in ahd_dump_card_state()
9782 ahd_set_scbptr(ahd, scb_index); in ahd_dump_card_state()
9783 printk("%d ", scb_index); in ahd_dump_card_state()
9784 scb_index = ahd_inw_scbram(ahd, SCB_NEXT_COMPLETE); in ahd_dump_card_state()