Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/
H A Dsd.c2347 #define RC16_LEN 32 macro
2348 #if RC16_LEN > SD_BUF_SIZE
2349 #error RC16_LEN must not be more than SD_BUF_SIZE
2373 cmd[13] = RC16_LEN; in read_capacity_16()
2374 memset(buffer, 0, RC16_LEN); in read_capacity_16()
2377 buffer, RC16_LEN, &sshdr, in read_capacity_16()
/kernel/linux/linux-6.6/drivers/scsi/
H A Dsd.c2439 #define RC16_LEN 32 macro
2440 #if RC16_LEN > SD_BUF_SIZE
2441 #error RC16_LEN must not be more than SD_BUF_SIZE
2468 cmd[13] = RC16_LEN; in read_capacity_16()
2469 memset(buffer, 0, RC16_LEN); in read_capacity_16()
2472 buffer, RC16_LEN, SD_TIMEOUT, in read_capacity_16()

Completed in 10 milliseconds