Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/
H A Dscsi_debug.c772 static unsigned int sdebug_write_same_length = DEF_WRITESAME_LENGTH; variable
1496 put_unaligned_be64(sdebug_write_same_length, &arr[32]); in inquiry_vpd_b0()
3804 if (num > sdebug_write_same_length) { in resp_write_same_10()
3832 if (num > sdebug_write_same_length) { in resp_write_same_16()
5667 module_param_named(write_same_length, sdebug_write_same_length, int,
/kernel/linux/linux-6.6/drivers/scsi/
H A Dscsi_debug.c780 static unsigned int sdebug_write_same_length = DEF_WRITESAME_LENGTH; variable
1501 put_unaligned_be64(sdebug_write_same_length, &arr[32]); in inquiry_vpd_b0()
3957 if (num > sdebug_write_same_length) { in resp_write_same_10()
3985 if (num > sdebug_write_same_length) { in resp_write_same_16()
5768 module_param_named(write_same_length, sdebug_write_same_length, int,

Completed in 25 milliseconds