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

/linux-master/drivers/scsi/
H A Dscsi_debug.c832 static unsigned int sdebug_lbprz = DEF_LBPRZ; variable
1844 if (sdebug_lbprz && scsi_debug_lbp())
1845 arr[1] |= (sdebug_lbprz & 0x7) << 2; /* sbc4r07 and later */
2207 if (sdebug_lbprz & 1) /* precisely what the draft requires */
3944 if (sdebug_lbprz) { /* for LBPRZ=2 return 0xff_s */
3946 (sdebug_lbprz & 1) ? 0 : 0xff,
6283 module_param_named(lbprz, sdebug_lbprz, int, S_IRUGO);

Completed in 190 milliseconds