Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/scsi/
H A Dsg.h103 /* Use negative values to flag difference from original sg_header structure */
248 /* The older SG interface based on the 'sg_header' structure follows. */
251 #define SG_MAX_SENSE 16 /* this only applies to the sg_header interface */
253 struct sg_header struct
256 int reply_len; /* [i] max length of expected reply (inc. sg_header) */
/kernel/linux/linux-6.6/include/scsi/
H A Dsg.h99 /* Use negative values to flag difference from original sg_header structure */
277 /* The older SG interface based on the 'sg_header' structure follows. */
280 #define SG_MAX_SENSE 16 /* this only applies to the sg_header interface */
282 struct sg_header struct
285 int reply_len; /* [i] max length of expected reply (inc. sg_header) */
/kernel/linux/linux-5.10/drivers/scsi/
H A Dsg.c199 #define SZ_SG_HEADER sizeof(struct sg_header)
410 struct sg_header __user *old_hdr = buf; in get_sg_io_pack_id()
449 struct sg_header *old_hdr; in sg_read()
604 struct sg_header old_hdr; in sg_write()
/kernel/linux/linux-6.6/drivers/scsi/
H A Dsg.c204 #define SZ_SG_HEADER sizeof(struct sg_header)
410 struct sg_header __user *old_hdr = buf; in get_sg_io_pack_id()
449 struct sg_header *old_hdr; in sg_read()
607 struct sg_header old_hdr; in sg_write()

Completed in 12 milliseconds