Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/target/
Dtarget_core_xcopy.c835 unsigned int list_id, list_id_usage, sdll, inline_dl; in target_parse_xcopy_cmd() local
861 inline_dl = get_unaligned_be32(&p[12]); in target_parse_xcopy_cmd()
862 if (inline_dl != 0) { in target_parse_xcopy_cmd()
867 if (se_cmd->data_length < (XCOPY_HDR_LEN + tdll + sdll + inline_dl)) { in target_parse_xcopy_cmd()
870 se_cmd->data_length, tdll, sdll, inline_dl); in target_parse_xcopy_cmd()
877 tdll, sdll, inline_dl); in target_parse_xcopy_cmd()