Searched refs:AHD_WIDE (Results 1 – 3 of 3) sorted by relevance
690 if ((ahd->features & AHD_WIDE) != 0) in ahd_action()701 cpi->max_target = (ahd->features & AHD_WIDE) ? 15 : 7; in ahd_action()
2990 if (ahd->features & AHD_WIDE) { in ahd_validate_width()3029 if ((ahd->features & AHD_WIDE) != 0) in ahd_update_neg_request()3729 if ((ahd->features & AHD_WIDE) != 0) in ahd_build_transfer_msg()5545 ahd->features &= ~AHD_WIDE; in ahd_reset()5547 ahd->features |= AHD_WIDE; in ahd_reset()6225 if ((ahd->features & AHD_WIDE) != 0) { in ahd_controller_info()7979 max_scsiid = (ahd->features & AHD_WIDE) ? 15 : 7; in ahd_reset_channel()7998 max_scsiid = (ahd->features & AHD_WIDE) ? 15 : 7; in ahd_reset_channel()9812 max_id = (ahd->features & AHD_WIDE) ? 15 : 7; in ahd_find_tmode_devs()
226 AHD_WIDE = 0x00001,/* Wide Channel */ enumerator