Home
last modified time | relevance | path

Searched refs:SG_MAX_CDB_SIZE (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/drivers/scsi/
Dsg.c80 #define SG_MAX_CDB_SIZE 252 macro
609 unsigned char cmnd[SG_MAX_CDB_SIZE]; in sg_write()
719 unsigned char cmnd[SG_MAX_CDB_SIZE]; in sg_new_write()
1067 if (val > SG_MAX_CDB_SIZE) in sg_ioctl_common()