Home | History | Annotate | Download | only in aic7xxx

Lines Matching refs:ahd

796 typedef int ahd_patch_func_t (struct ahd_softc *ahd);
800 ahd_patch22_func(struct ahd_softc *ahd)
802 return ((ahd->bugs & AHD_PKT_BITBUCKET_BUG) != 0);
808 ahd_patch21_func(struct ahd_softc *ahd)
810 return ((ahd->bugs & AHD_PKT_BITBUCKET_BUG) == 0);
816 ahd_patch20_func(struct ahd_softc *ahd)
818 return ((ahd->features & AHD_RTI) == 0);
824 ahd_patch19_func(struct ahd_softc *ahd)
826 return ((ahd->flags & AHD_INITIATORROLE) != 0);
832 ahd_patch18_func(struct ahd_softc *ahd)
834 return ((ahd->flags & AHD_TARGETROLE) != 0);
840 ahd_patch17_func(struct ahd_softc *ahd)
842 return ((ahd->bugs & AHD_AUTOFLUSH_BUG) != 0);
848 ahd_patch16_func(struct ahd_softc *ahd)
850 return ((ahd->features & AHD_NEW_DFCNTRL_OPTS) != 0);
856 ahd_patch15_func(struct ahd_softc *ahd)
858 return ((ahd->flags & AHD_39BIT_ADDRESSING) != 0);
864 ahd_patch14_func(struct ahd_softc *ahd)
866 return ((ahd->flags & AHD_64BIT_ADDRESSING) != 0);
872 ahd_patch13_func(struct ahd_softc *ahd)
874 return ((ahd->features & AHD_NEW_DFCNTRL_OPTS) == 0);
880 ahd_patch12_func(struct ahd_softc *ahd)
882 return ((ahd->bugs & AHD_REG_SLOW_SETTLE_BUG) != 0);
888 ahd_patch11_func(struct ahd_softc *ahd)
890 return ((ahd->bugs & AHD_EARLY_REQ_BUG) != 0);
896 ahd_patch10_func(struct ahd_softc *ahd)
898 return ((ahd->bugs & AHD_BUSFREEREV_BUG) == 0);
904 ahd_patch9_func(struct ahd_softc *ahd)
906 return ((ahd->flags & AHD_SEQUENCER_DEBUG) != 0);
912 ahd_patch8_func(struct ahd_softc *ahd)
914 return ((ahd->bugs & AHD_LQO_ATNO_BUG) != 0);
920 ahd_patch7_func(struct ahd_softc *ahd)
922 return ((ahd->bugs & AHD_BUSFREEREV_BUG) != 0);
928 ahd_patch6_func(struct ahd_softc *ahd)
930 return ((ahd->bugs & AHD_NONPACKFIFO_BUG) != 0);
936 ahd_patch5_func(struct ahd_softc *ahd)
938 return ((ahd->bugs & AHD_SENT_SCB_UPDATE_BUG) != 0);
944 ahd_patch4_func(struct ahd_softc *ahd)
946 return ((ahd->bugs & AHD_PKT_LUN_BUG) != 0);
952 ahd_patch3_func(struct ahd_softc *ahd)
954 return ((ahd->bugs & AHD_FAINT_LED_BUG) != 0);
960 ahd_patch2_func(struct ahd_softc *ahd)
962 return ((ahd->bugs & AHD_SET_MODE_BUG) != 0);
968 ahd_patch1_func(struct ahd_softc *ahd)
970 return ((ahd->bugs & AHD_INTCOLLISION_BUG) != 0);
976 ahd_patch0_func(struct ahd_softc *ahd)