Lines Matching refs:workarounds
115 module_param_named(workarounds, sbp2_param_workarounds, int, 0644);
116 MODULE_PARM_DESC(workarounds, "Work around device bugs (default = 0"
173 unsigned int workarounds; member
345 unsigned int workarounds; member
350 .workarounds = SBP2_WORKAROUND_INQUIRY_36 |
357 .workarounds = SBP2_WORKAROUND_POWER_CONDITION,
362 .workarounds = SBP2_WORKAROUND_INQUIRY_36,
367 .workarounds = SBP2_WORKAROUND_POWER_CONDITION,
372 .workarounds = SBP2_WORKAROUND_128K_MAX_TRANS,
377 .workarounds = SBP2_WORKAROUND_128K_MAX_TRANS,
386 .workarounds = SBP2_WORKAROUND_128K_MAX_TRANS |
392 .workarounds = SBP2_WORKAROUND_FIX_CAPACITY,
397 .workarounds = SBP2_WORKAROUND_FIX_CAPACITY,
402 .workarounds = SBP2_WORKAROUND_FIX_CAPACITY,
407 .workarounds = SBP2_WORKAROUND_FIX_CAPACITY,
872 if (lu->tgt->workarounds & SBP2_WORKAROUND_DELAY_INQUIRY) in sbp2_login()
1121 w |= sbp2_workarounds_table[i].workarounds; in sbp2_init_workarounds()
1129 tgt->workarounds = w; in sbp2_init_workarounds()
1524 if (lu->tgt->workarounds & SBP2_WORKAROUND_INQUIRY_36) in sbp2_scsi_slave_alloc()
1543 lu->tgt->workarounds & SBP2_WORKAROUND_MODE_SENSE_8) in sbp2_scsi_slave_configure()
1546 if (lu->tgt->workarounds & SBP2_WORKAROUND_FIX_CAPACITY) in sbp2_scsi_slave_configure()
1549 if (lu->tgt->workarounds & SBP2_WORKAROUND_POWER_CONDITION) in sbp2_scsi_slave_configure()
1552 if (lu->tgt->workarounds & SBP2_WORKAROUND_128K_MAX_TRANS) in sbp2_scsi_slave_configure()