Lines Matching refs:bugs

769 	if ((ahd->bugs & AHD_PCIX_SCBRAM_RD_BUG) != 0)  in ahd_inb_scbram()
993 if ((ahd->bugs & AHD_INTCOLLISION_BUG) != 0) { in ahd_intr()
1056 if ((ahd->bugs & AHD_PKTIZED_STATUS_BUG) != 0) { in ahd_currently_packetized()
1790 if ((ahd->bugs & AHD_INTCOLLISION_BUG) != 0) { in ahd_handle_seqint()
1994 if ((ahd->bugs & AHD_CLRLQO_AUTOCLR_BUG) != 0) { in ahd_handle_seqint()
2472 if ((ahd->bugs & AHD_CLRLQO_AUTOCLR_BUG) != 0) in ahd_handle_scsiint()
2649 && (ahd->bugs & AHD_BUSFREEREV_BUG) != 0) in ahd_handle_scsiint()
2691 && (ahd->bugs & AHD_NLQICRC_DELAYED_BUG) != 0) { in ahd_handle_transmission_error()
2941 if ((ahd->bugs & AHD_CLRLQO_AUTOCLR_BUG) != 0) in ahd_handle_pkt_busfree()
3579 if ((ahd->bugs & AHD_CLRLQO_AUTOCLR_BUG) != 0) { in ahd_clear_intstat()
3796 if ((ahd->bugs & AHD_PACED_NEGTABLE_BUG) != 0) in ahd_validate_offset()
4126 if ((ahd->bugs & AHD_PACED_NEGTABLE_BUG) != 0) { in ahd_update_neg_table()
4170 if ((ahd->bugs & AHD_PACED_NEGTABLE_BUG) != 0) { in ahd_update_neg_table()
6104 ahd->bugs = AHD_BUGNONE; in ahd_alloc()
6272 if ((ahd->bugs & AHD_PCIX_CHIPRST_BUG) != 0) { in ahd_reset()
6307 if ((ahd->bugs & AHD_PCIX_CHIPRST_BUG) != 0) { in ahd_reset()
7135 if ((ahd->bugs & AHD_PKT_BITBUCKET_BUG) != 0) in ahd_init()
7176 if ((ahd->bugs & AHD_PKT_BITBUCKET_BUG) != 0) { in ahd_init()
7317 if ((ahd->bugs & AHD_LONG_SETIMO_BUG) in ahd_chip_init()
7365 if ((ahd->bugs & AHD_BUSFREEREV_BUG) != 0) { in ahd_chip_init()
7379 if ((ahd->bugs & AHD_LQOOVERRUN_BUG) != 0) in ahd_chip_init()
7424 if ((ahd->bugs & AHD_PKT_LUN_BUG) != 0) { in ahd_chip_init()
7439 if ((ahd->bugs & AHD_PKT_LUN_BUG) != 0) { in ahd_chip_init()
7489 if ((ahd->bugs & AHD_ABORT_LQI_BUG) == 0) in ahd_chip_init()
8693 if ((ahd->bugs & AHD_SCSIRST_BUG) != 0) { in ahd_reset_current_bus()
9507 ahd_name(ahd), ahd->features, ahd->bugs, ahd->flags); in ahd_loadseq()