Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/target/
Dtarget_core_xcopy.c802 unsigned int list_id, list_id_usage, sdll, inline_dl; in target_parse_xcopy_cmd() local
828 inline_dl = get_unaligned_be32(&p[12]); in target_parse_xcopy_cmd()
829 if (inline_dl != 0) { in target_parse_xcopy_cmd()
834 if (se_cmd->data_length < (XCOPY_HDR_LEN + tdll + sdll + inline_dl)) { in target_parse_xcopy_cmd()
837 se_cmd->data_length, tdll, sdll, inline_dl); in target_parse_xcopy_cmd()
844 tdll, sdll, inline_dl); in target_parse_xcopy_cmd()