wide_active 2253 drivers/scsi/BusLogic.c adapter->tgt_flags[tgt_id].wide_active = (tgt_id < 8 ? (setupinfo.wide_tx_active0to7 & (1 << tgt_id) ? true : false) : (setupinfo.wide_tx_active8to15 & (1 << (tgt_id - 8)) ? true : false)); wide_active 905 drivers/scsi/BusLogic.h bool wide_active:1;