• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/sys/dev/aic7xxx/

Lines Matching refs:ahd

839 typedef int ahd_patch_func_t (struct ahd_softc *ahd);
843 ahd_patch23_func(struct ahd_softc *ahd)
845 return ((ahd->bugs & AHD_PKT_BITBUCKET_BUG) != 0);
851 ahd_patch22_func(struct ahd_softc *ahd)
853 return ((ahd->bugs & AHD_PKT_BITBUCKET_BUG) == 0);
859 ahd_patch21_func(struct ahd_softc *ahd)
861 return ((ahd->flags & AHD_INITIATORROLE) != 0);
867 ahd_patch20_func(struct ahd_softc *ahd)
869 return ((ahd->flags & AHD_TARGETROLE) != 0);
875 ahd_patch19_func(struct ahd_softc *ahd)
877 return ((ahd->bugs & AHD_AUTOFLUSH_BUG) != 0);
883 ahd_patch18_func(struct ahd_softc *ahd)
885 return ((ahd->features & AHD_NEW_DFCNTRL_OPTS) != 0);
891 ahd_patch17_func(struct ahd_softc *ahd)
893 return ((ahd->flags & AHD_39BIT_ADDRESSING) != 0);
899 ahd_patch16_func(struct ahd_softc *ahd)
901 return ((ahd->flags & AHD_64BIT_ADDRESSING) != 0);
907 ahd_patch15_func(struct ahd_softc *ahd)
909 return ((ahd->features & AHD_NEW_DFCNTRL_OPTS) == 0);
915 ahd_patch14_func(struct ahd_softc *ahd)
917 return ((ahd->bugs & AHD_REG_SLOW_SETTLE_BUG) != 0);
923 ahd_patch13_func(struct ahd_softc *ahd)
925 return ((ahd->features & AHD_RTI) == 0);
931 ahd_patch12_func(struct ahd_softc *ahd)
933 return ((ahd->bugs & AHD_EARLY_REQ_BUG) != 0);
939 ahd_patch11_func(struct ahd_softc *ahd)
941 return ((ahd->bugs & AHD_BUSFREEREV_BUG) == 0);
947 ahd_patch10_func(struct ahd_softc *ahd)
949 return ((ahd->flags & AHD_SEQUENCER_DEBUG) != 0);
955 ahd_patch9_func(struct ahd_softc *ahd)
957 return ((ahd->features & AHD_FAST_CDB_DELIVERY) != 0);
963 ahd_patch8_func(struct ahd_softc *ahd)
965 return ((ahd->bugs & AHD_LQO_ATNO_BUG) != 0);
971 ahd_patch7_func(struct ahd_softc *ahd)
973 return ((ahd->bugs & AHD_BUSFREEREV_BUG) != 0);
979 ahd_patch6_func(struct ahd_softc *ahd)
981 return ((ahd->bugs & AHD_NONPACKFIFO_BUG) != 0);
987 ahd_patch5_func(struct ahd_softc *ahd)
989 return ((ahd->bugs & AHD_SENT_SCB_UPDATE_BUG) != 0);
995 ahd_patch4_func(struct ahd_softc *ahd)
997 return ((ahd->bugs & AHD_PKT_LUN_BUG) != 0);
1003 ahd_patch3_func(struct ahd_softc *ahd)
1005 return ((ahd->bugs & AHD_FAINT_LED_BUG) != 0);
1011 ahd_patch2_func(struct ahd_softc *ahd)
1013 return ((ahd->bugs & AHD_SET_MODE_BUG) != 0);
1019 ahd_patch1_func(struct ahd_softc *ahd)
1021 return ((ahd->bugs & AHD_INTCOLLISION_BUG) != 0);
1027 ahd_patch0_func(struct ahd_softc *ahd)