Home
last modified time | relevance | path

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

/linux/drivers/scsi/
H A Dsg.c204 #define SZ_SG_HEADER sizeof(struct sg_header) macro
409 if (count >= SZ_SG_HEADER) { in get_sg_io_pack_id()
481 old_hdr = kzalloc(SZ_SG_HEADER, GFP_KERNEL); in sg_read()
529 if (count >= SZ_SG_HEADER) { in sg_read()
530 if (copy_to_user(buf, old_hdr, SZ_SG_HEADER)) { in sg_read()
534 buf += SZ_SG_HEADER; in sg_read()
537 if (count > SZ_SG_HEADER) { in sg_read()
538 if (sg_read_oxfer(srp, buf, count - SZ_SG_HEADER)) { in sg_read()
622 if (count < SZ_SG_HEADER) in sg_write()
624 if (copy_from_user(&old_hdr, buf, SZ_SG_HEADER)) in sg_write()
[all …]