Searched refs:tdll (Results 1 – 1 of 1) sorted by relevance
| /drivers/target/ |
| A D | target_core_xcopy.c | 204 unsigned short tdll, sense_reason_t *sense_ret) in target_xcopy_parse_target_descriptors() argument 208 int offset = tdll % XCOPY_TARGET_DESC_LEN, rc; in target_xcopy_parse_target_descriptors() 222 " two src/dest descriptors, tdll: %hu too large..\n", tdll); in target_xcopy_parse_target_descriptors() 234 while (start < tdll) { in target_xcopy_parse_target_descriptors() 794 unsigned short tdll; in target_parse_xcopy_cmd() local 808 tdll = get_unaligned_be16(&p[2]); in target_parse_xcopy_cmd() 810 if (tdll + sdll > RCR_OP_MAX_DESC_LIST_LEN) { in target_parse_xcopy_cmd() 812 tdll + sdll, RCR_OP_MAX_DESC_LIST_LEN); in target_parse_xcopy_cmd() 826 se_cmd->data_length, tdll, sdll, inline_dl); in target_parse_xcopy_cmd() 833 tdll, sdll, inline_dl); in target_parse_xcopy_cmd() [all …]
|
Completed in 18 milliseconds