Home
last modified time | relevance | path

Searched refs:wide_ok (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/scsi/
H A DBusLogic.h574 unsigned short wide_ok; /* Bytes 21-22 */ member
895 bool wide_ok:1; member
951 u16 wide_ok; /* Bytes 18-19 */ member
1030 unsigned short wide_ok; member
H A DBusLogic.c1290 adapter->wide_ok = fpinfo->wide_ok; in blogic_rdconfig()
1512 adapter->wide_ok = autoscsi.wide_ok; in blogic_rdconfig()
1534 adapter->wide_ok = 0xFF; in blogic_rdconfig()
1697 unsigned short ultra_ok, wide_ok; in blogic_reportconfig() local
1765 wide_ok = adapter->wide_ok & alltgt_mask; in blogic_reportconfig()
1766 if (wide_ok == 0) in blogic_reportconfig()
1768 else if (wide_ok == alltgt_mask) in blogic_reportconfig()
1772 widestr[tgt_id] = ((wide_ok & (1 << tgt_id)) ? 'Y' : 'N'); in blogic_reportconfig()
2718 tgt_flags->wide_ok = inquiry->WBus16; in blogic_process_ccbs()