sglistarg         148 drivers/scsi/3w-9xxx.c 				   TW_SG_Entry *sglistarg);
sglistarg        1805 drivers/scsi/3w-9xxx.c 				   TW_SG_Entry *sglistarg)
sglistarg        1849 drivers/scsi/3w-9xxx.c 	if (!sglistarg) {
sglistarg        1880 drivers/scsi/3w-9xxx.c 			command_packet->sg_list[i].address = TW_CPU_TO_SGL(sglistarg[i].address);
sglistarg        1881 drivers/scsi/3w-9xxx.c 			command_packet->sg_list[i].length = cpu_to_le32(sglistarg[i].length);
sglistarg         292 drivers/scsi/3w-sas.c 				   TW_SG_Entry_ISO *sglistarg)
sglistarg         335 drivers/scsi/3w-sas.c 	if (!sglistarg) {
sglistarg         351 drivers/scsi/3w-sas.c 			command_packet->sg_list[i].address = TW_CPU_TO_SGL(sglistarg[i].address);
sglistarg         352 drivers/scsi/3w-sas.c 			command_packet->sg_list[i].length = TW_CPU_TO_SGL(sglistarg[i].length);