Home
last modified time | relevance | path

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

/Linux-v5.15/include/scsi/
Dsg.h69 } sg_io_hdr_t; /* 64 bytes long (on i386) */ typedef
/Linux-v5.15/drivers/scsi/
Dsg.c123 sg_io_hdr_t header; /* scsi command+info, see <scsi/sg.h> */
200 #define SZ_SG_IO_HDR sizeof(sg_io_hdr_t)
447 sg_io_hdr_t *hp; in sg_read()
563 sg_io_hdr_t *hp = &srp->header; in sg_new_read()
611 sg_io_hdr_t *hp; in sg_write()
721 sg_io_hdr_t *hp; in sg_new_write()
787 sg_io_hdr_t *hp = &srp->header; in sg_common_write()
1694 sg_io_hdr_t *hp = &srp->header; in sg_start_req()
2501 const sg_io_hdr_t *hp; in sg_proc_debug_helper()