Lines Matching refs:ahd

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