Searched refs:wide_tx_active0to7 (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/scsi/
H A DBusLogic.h439 unsigned char wide_tx_active0to7; /* Byte 21 */ member in struct:blogic_setup_info
H A DBusLogic.c2103 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));

Completed in 251 milliseconds