Home
last modified time | relevance | path

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

/openbmc/linux/drivers/target/
H A Dtarget_core_xcopy.c790 unsigned int list_id, list_id_usage, sdll, inline_dl; in target_parse_xcopy_cmd() local
816 inline_dl = get_unaligned_be32(&p[12]); in target_parse_xcopy_cmd()
817 if (inline_dl != 0) { in target_parse_xcopy_cmd()
822 if (se_cmd->data_length < (XCOPY_HDR_LEN + tdll + sdll + inline_dl)) { in target_parse_xcopy_cmd()
825 se_cmd->data_length, tdll, sdll, inline_dl); in target_parse_xcopy_cmd()
832 tdll, sdll, inline_dl); in target_parse_xcopy_cmd()