Lines Matching refs:workarounds
102 module_param_named(workarounds, sbp2_param_workarounds, int, 0644);
103 MODULE_PARM_DESC(workarounds, "Work around device bugs (default = 0"
160 unsigned int workarounds; member
332 unsigned int workarounds; member
337 .workarounds = SBP2_WORKAROUND_INQUIRY_36 |
344 .workarounds = SBP2_WORKAROUND_POWER_CONDITION,
349 .workarounds = SBP2_WORKAROUND_INQUIRY_36,
354 .workarounds = SBP2_WORKAROUND_POWER_CONDITION,
359 .workarounds = SBP2_WORKAROUND_128K_MAX_TRANS,
364 .workarounds = SBP2_WORKAROUND_128K_MAX_TRANS,
373 .workarounds = SBP2_WORKAROUND_128K_MAX_TRANS |
379 .workarounds = SBP2_WORKAROUND_FIX_CAPACITY,
384 .workarounds = SBP2_WORKAROUND_FIX_CAPACITY,
389 .workarounds = SBP2_WORKAROUND_FIX_CAPACITY,
394 .workarounds = SBP2_WORKAROUND_FIX_CAPACITY,
859 if (lu->tgt->workarounds & SBP2_WORKAROUND_DELAY_INQUIRY) in sbp2_login()
1108 w |= sbp2_workarounds_table[i].workarounds; in sbp2_init_workarounds()
1116 tgt->workarounds = w; in sbp2_init_workarounds()
1507 if (lu->tgt->workarounds & SBP2_WORKAROUND_INQUIRY_36) in sbp2_scsi_slave_alloc()
1526 lu->tgt->workarounds & SBP2_WORKAROUND_MODE_SENSE_8) in sbp2_scsi_slave_configure()
1529 if (lu->tgt->workarounds & SBP2_WORKAROUND_FIX_CAPACITY) in sbp2_scsi_slave_configure()
1532 if (lu->tgt->workarounds & SBP2_WORKAROUND_POWER_CONDITION) in sbp2_scsi_slave_configure()
1535 if (lu->tgt->workarounds & SBP2_WORKAROUND_128K_MAX_TRANS) in sbp2_scsi_slave_configure()