Searched refs:sdebug_lbprz (Results 1 – 1 of 1) sorted by relevance
776 static unsigned int sdebug_lbprz = DEF_LBPRZ; variable1543 if (sdebug_lbprz && scsi_debug_lbp()) in inquiry_vpd_b2()1544 arr[1] |= (sdebug_lbprz & 0x7) << 2; /* sbc4r07 and later */ in inquiry_vpd_b2()1898 if (sdebug_lbprz & 1) /* precisely what the draft requires */ in resp_readcap16()3575 if (sdebug_lbprz) { /* for LBPRZ=2 return 0xff_s */ in unmap_region()3577 (sdebug_lbprz & 1) ? 0 : 0xff, in unmap_region()5838 module_param_named(lbprz, sdebug_lbprz, int, S_IRUGO);