Home
last modified time | relevance | path

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

/linux-6.6.21/include/scsi/
Dsg.h65 } sg_io_hdr_t; /* 64 bytes long (on i386) */ typedef
/linux-6.6.21/drivers/scsi/
Dsg.c128 sg_io_hdr_t header; /* scsi command+info, see <scsi/sg.h> */
205 #define SZ_SG_IO_HDR sizeof(sg_io_hdr_t)
448 sg_io_hdr_t *hp; in sg_read()
560 sg_io_hdr_t *hp = &srp->header; in sg_new_read()
608 sg_io_hdr_t *hp; in sg_write()
718 sg_io_hdr_t *hp; in sg_new_write()
784 sg_io_hdr_t *hp = &srp->header; in sg_common_write()
1732 sg_io_hdr_t *hp = &srp->header; in sg_start_req()
2532 const sg_io_hdr_t *hp; in sg_proc_debug_helper()