Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/scsi/
D3w-9xxx.c149 …e_scsi(TW_Device_Extension *tw_dev, int request_id, char *cdb, int use_sg, TW_SG_Entry *sglistarg);
1820 …te_scsi(TW_Device_Extension *tw_dev, int request_id, char *cdb, int use_sg, TW_SG_Entry *sglistarg) in DEF_SCSI_QCMD()
1864 if (!sglistarg) { in DEF_SCSI_QCMD()
1896 command_packet->sg_list[i].address = TW_CPU_TO_SGL(sglistarg[i].address); in DEF_SCSI_QCMD()
1897 command_packet->sg_list[i].length = cpu_to_le32(sglistarg[i].length); in DEF_SCSI_QCMD()
D3w-sas.c327 …csi(TW_Device_Extension *tw_dev, int request_id, char *cdb, int use_sg, TW_SG_Entry_ISO *sglistarg) in twl_scsiop_execute_scsi() argument
370 if (!sglistarg) { in twl_scsiop_execute_scsi()
386 command_packet->sg_list[i].address = TW_CPU_TO_SGL(sglistarg[i].address); in twl_scsiop_execute_scsi()
387 command_packet->sg_list[i].length = TW_CPU_TO_SGL(sglistarg[i].length); in twl_scsiop_execute_scsi()