Searched refs:sdll (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/target/ |
D | target_core_xcopy.c | 299 unsigned int sdll) in target_xcopy_parse_segment_descriptors() argument 303 int offset = sdll % XCOPY_SEGMENT_DESC_LEN, rc, ret = 0; in target_xcopy_parse_segment_descriptors() 311 while (start < sdll) { in target_xcopy_parse_segment_descriptors() 829 unsigned int list_id, list_id_usage, sdll, inline_dl, sa; in target_do_xcopy() local 866 sdll = get_unaligned_be32(&p[8]); in target_do_xcopy() 876 tdll, sdll, inline_dl); in target_do_xcopy() 898 rc = target_xcopy_parse_segment_descriptors(se_cmd, xop, seg_desc, sdll); in target_do_xcopy()
|