sdll              328 drivers/target/target_core_xcopy.c 				unsigned int sdll, sense_reason_t *sense_ret)
sdll              332 drivers/target/target_core_xcopy.c 	int offset = sdll % XCOPY_SEGMENT_DESC_LEN, rc, ret = 0;
sdll              342 drivers/target/target_core_xcopy.c 	if (sdll > RCR_OP_MAX_SG_DESC_COUNT * XCOPY_SEGMENT_DESC_LEN) {
sdll              344 drivers/target/target_core_xcopy.c 			" large..\n", RCR_OP_MAX_SG_DESC_COUNT, sdll);
sdll              350 drivers/target/target_core_xcopy.c 	while (start < sdll) {
sdll              835 drivers/target/target_core_xcopy.c 	unsigned int list_id, list_id_usage, sdll, inline_dl;
sdll              853 drivers/target/target_core_xcopy.c 	sdll = get_unaligned_be32(&p[8]);
sdll              854 drivers/target/target_core_xcopy.c 	if (tdll + sdll > RCR_OP_MAX_DESC_LIST_LEN) {
sdll              856 drivers/target/target_core_xcopy.c 		       tdll + sdll, RCR_OP_MAX_DESC_LIST_LEN);
sdll              867 drivers/target/target_core_xcopy.c 	if (se_cmd->data_length < (XCOPY_HDR_LEN + tdll + sdll + inline_dl)) {
sdll              870 drivers/target/target_core_xcopy.c 			se_cmd->data_length, tdll, sdll, inline_dl);
sdll              877 drivers/target/target_core_xcopy.c 		tdll, sdll, inline_dl);
sdll              886 drivers/target/target_core_xcopy.c 						    sdll, &ret);