Lines Matching refs:ahd

837 typedef int ahd_patch_func_t (struct ahd_softc *ahd);
841 ahd_patch23_func(struct ahd_softc *ahd) in ahd_patch23_func() argument
843 return ((ahd->bugs & AHD_PKT_BITBUCKET_BUG) != 0); in ahd_patch23_func()
849 ahd_patch22_func(struct ahd_softc *ahd) in ahd_patch22_func() argument
851 return ((ahd->bugs & AHD_PKT_BITBUCKET_BUG) == 0); in ahd_patch22_func()
857 ahd_patch21_func(struct ahd_softc *ahd) in ahd_patch21_func() argument
859 return ((ahd->flags & AHD_INITIATORROLE) != 0); in ahd_patch21_func()
865 ahd_patch20_func(struct ahd_softc *ahd) in ahd_patch20_func() argument
867 return ((ahd->flags & AHD_TARGETROLE) != 0); in ahd_patch20_func()
873 ahd_patch19_func(struct ahd_softc *ahd) in ahd_patch19_func() argument
875 return ((ahd->bugs & AHD_AUTOFLUSH_BUG) != 0); in ahd_patch19_func()
881 ahd_patch18_func(struct ahd_softc *ahd) in ahd_patch18_func() argument
883 return ((ahd->features & AHD_NEW_DFCNTRL_OPTS) != 0); in ahd_patch18_func()
889 ahd_patch17_func(struct ahd_softc *ahd) in ahd_patch17_func() argument
891 return ((ahd->flags & AHD_39BIT_ADDRESSING) != 0); in ahd_patch17_func()
897 ahd_patch16_func(struct ahd_softc *ahd) in ahd_patch16_func() argument
899 return ((ahd->flags & AHD_64BIT_ADDRESSING) != 0); in ahd_patch16_func()
905 ahd_patch15_func(struct ahd_softc *ahd) in ahd_patch15_func() argument
907 return ((ahd->features & AHD_NEW_DFCNTRL_OPTS) == 0); in ahd_patch15_func()
913 ahd_patch14_func(struct ahd_softc *ahd) in ahd_patch14_func() argument
915 return ((ahd->bugs & AHD_REG_SLOW_SETTLE_BUG) != 0); in ahd_patch14_func()
921 ahd_patch13_func(struct ahd_softc *ahd) in ahd_patch13_func() argument
923 return ((ahd->features & AHD_RTI) == 0); in ahd_patch13_func()
929 ahd_patch12_func(struct ahd_softc *ahd) in ahd_patch12_func() argument
931 return ((ahd->bugs & AHD_EARLY_REQ_BUG) != 0); in ahd_patch12_func()
937 ahd_patch11_func(struct ahd_softc *ahd) in ahd_patch11_func() argument
939 return ((ahd->bugs & AHD_BUSFREEREV_BUG) == 0); in ahd_patch11_func()
945 ahd_patch10_func(struct ahd_softc *ahd) in ahd_patch10_func() argument
947 return ((ahd->flags & AHD_SEQUENCER_DEBUG) != 0); in ahd_patch10_func()
953 ahd_patch9_func(struct ahd_softc *ahd) in ahd_patch9_func() argument
955 return ((ahd->features & AHD_FAST_CDB_DELIVERY) != 0); in ahd_patch9_func()
961 ahd_patch8_func(struct ahd_softc *ahd) in ahd_patch8_func() argument
963 return ((ahd->bugs & AHD_LQO_ATNO_BUG) != 0); in ahd_patch8_func()
969 ahd_patch7_func(struct ahd_softc *ahd) in ahd_patch7_func() argument
971 return ((ahd->bugs & AHD_BUSFREEREV_BUG) != 0); in ahd_patch7_func()
977 ahd_patch6_func(struct ahd_softc *ahd) in ahd_patch6_func() argument
979 return ((ahd->bugs & AHD_NONPACKFIFO_BUG) != 0); in ahd_patch6_func()
985 ahd_patch5_func(struct ahd_softc *ahd) in ahd_patch5_func() argument
987 return ((ahd->bugs & AHD_SENT_SCB_UPDATE_BUG) != 0); in ahd_patch5_func()
993 ahd_patch4_func(struct ahd_softc *ahd) in ahd_patch4_func() argument
995 return ((ahd->bugs & AHD_PKT_LUN_BUG) != 0); in ahd_patch4_func()
1001 ahd_patch3_func(struct ahd_softc *ahd) in ahd_patch3_func() argument
1003 return ((ahd->bugs & AHD_FAINT_LED_BUG) != 0); in ahd_patch3_func()
1009 ahd_patch2_func(struct ahd_softc *ahd) in ahd_patch2_func() argument
1011 return ((ahd->bugs & AHD_SET_MODE_BUG) != 0); in ahd_patch2_func()
1017 ahd_patch1_func(struct ahd_softc *ahd) in ahd_patch1_func() argument
1019 return ((ahd->bugs & AHD_INTCOLLISION_BUG) != 0); in ahd_patch1_func()
1025 ahd_patch0_func(struct ahd_softc *ahd) in ahd_patch0_func() argument