Home
last modified time | relevance | path

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

/linux-4.4.14/arch/sparc/include/uapi/asm/
Dtermios.h13 short sg_flags; member
/linux-4.4.14/lib/
Dscatterlist.c655 unsigned int sg_flags = SG_MITER_ATOMIC; in sg_copy_buffer() local
658 sg_flags |= SG_MITER_FROM_SG; in sg_copy_buffer()
660 sg_flags |= SG_MITER_TO_SG; in sg_copy_buffer()
662 sg_miter_start(&miter, sgl, nents, sg_flags); in sg_copy_buffer()
/linux-4.4.14/arch/alpha/include/uapi/asm/
Dtermios.h12 short sg_flags; member
/linux-4.4.14/arch/powerpc/include/uapi/asm/
Dtermios.h24 short sg_flags; member
/linux-4.4.14/arch/mips/include/uapi/asm/
Dtermios.h21 int sg_flags; /* SGI special - int, not short */ member
/linux-4.4.14/drivers/tty/
Dtty_ioctl.c752 tmp.sg_flags = get_sgflags(tty); in get_sgttyb()
812 set_sgflags(&termios, tmp.sg_flags); in set_sgttyb()
/linux-4.4.14/drivers/scsi/lpfc/
Dlpfc_bsg.c225 unsigned int sg_flags = SG_MITER_ATOMIC; in lpfc_bsg_copy_data() local
232 sg_flags |= SG_MITER_FROM_SG; in lpfc_bsg_copy_data()
234 sg_flags |= SG_MITER_TO_SG; in lpfc_bsg_copy_data()
236 sg_flags); in lpfc_bsg_copy_data()
/linux-4.4.14/drivers/usb/musb/
Dmusb_host.c1830 unsigned int sg_flags = SG_MITER_ATOMIC | SG_MITER_TO_SG; in musb_host_rx() local
2028 sg_flags); in musb_host_rx()