Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/
D3w-sas.h214 } TW_SG_Entry_ISO; typedef
232 TW_SG_Entry_ISO sgl[TW_LIBERATOR_MAX_SGL_LENGTH_OLD];
236 TW_SG_Entry_ISO sgl[TW_LIBERATOR_MAX_SGL_LENGTH_OLD];
252 TW_SG_Entry_ISO sg_list[TW_LIBERATOR_MAX_SGL_LENGTH];
D3w-sas.c294 …csi(TW_Device_Extension *tw_dev, int request_id, char *cdb, int use_sg, TW_SG_Entry_ISO *sglistarg) in twl_scsiop_execute_scsi()
380 TW_SG_Entry_ISO sglist[1]; in twl_aen_read_queue()
393 memset(&sglist, 0, sizeof(TW_SG_Entry_ISO)); in twl_aen_read_queue()
564 TW_SG_Entry_ISO sglist[1]; in twl_aen_drain_queue()
585 memset(&sglist, 0, sizeof(TW_SG_Entry_ISO)); in twl_aen_drain_queue()
686 TW_SG_Entry_ISO *sgl; in twl_load_sgl()
708 …sgl = (TW_SG_Entry_ISO *)((u32 *)oldcommand+oldcommand->size - (sizeof(TW_SG_Entry_ISO)/4) + pae +… in twl_load_sgl()