Searched refs:use_sg (Results 26 - 34 of 34) sorted by relevance

12

/linux-master/include/linux/
H A Drtsx_usb.h82 void *buf, unsigned int len, int use_sg,
/linux-master/drivers/usb/musb/
H A Dmusb_host.c1942 qh->use_sg = true;
1947 if (qh->use_sg) {
1977 if (qh->use_sg) {
1978 qh->use_sg = false;
/linux-master/drivers/scsi/
H A D3w-9xxx.c61 2.26.02.003 - Correctly handle single sgl's with use_sg=1.
63 2.26.02.005 - Fix use_sg == 0 mapping on systems with 4GB or higher.
147 unsigned char *cdb, int use_sg,
1799 unsigned char *cdb, int use_sg,
1871 for (i = 0; i < use_sg; i++) {
1879 command_packet->sgl_entries__lunh = TW_REQ_LUN_IN(0, use_sg);
1798 twa_scsiop_execute_scsi(TW_Device_Extension *tw_dev, int request_id, unsigned char *cdb, int use_sg, TW_SG_Entry *sglistarg) argument
H A Dst.c1564 i = sgl_map_user_pages(STbp, STbp->use_sg, (unsigned long)buf,
3896 tb->use_sg = max_sg;
3924 max_segs = STbuffer->use_sg;
/linux-master/drivers/usb/gadget/function/
H A Duvc_video.c750 video->encode = video->queue.use_sg ?
H A Df_fs.c256 bool use_sg; member in struct:ffs_io_data
830 if (io_data->use_sg)
841 if (io_data->use_sg) {
1054 io_data->use_sg = gadget->sg_supported && data_len > PAGE_SIZE;
1096 if (io_data->use_sg) {
1147 if (io_data->use_sg) {
/linux-master/drivers/usb/storage/
H A Dene_ub6250.c490 static int ene_send_scsi_cmd(struct us_data *us, u8 fDir, void *buf, int use_sg) argument
518 if (use_sg) {
/linux-master/drivers/scsi/arcmsr/
H A Darcmsr_hba.c2995 unsigned short use_sg; local
3005 use_sg = scsi_sg_count(cmd);
3008 if (use_sg > 1) {
3238 if (use_sg) {
/linux-master/drivers/staging/rts5208/
H A Dms.c97 int use_sg, void *buf, int buf_len)
141 use_sg, dir, chip->mspro_timeout);
95 ms_transfer_data(struct rtsx_chip *chip, u8 trans_mode, u8 tpc, u16 sec_cnt, u8 cfg, bool mode_2k, int use_sg, void *buf, int buf_len) argument

Completed in 384 milliseconds

12