Home
last modified time | relevance | path

Searched refs:list_id_usage (Results 1 – 2 of 2) 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
802 list_id_usage = (p[1] & 0x18) >> 3; in target_parse_xcopy_cmd()
831 " tdll: %hu sdll: %u inline_dl: %u\n", list_id, list_id_usage, in target_parse_xcopy_cmd()
/openbmc/qemu/block/
H A Discsi.c2285 int list_id_usage, int prio, in iscsi_xcopy_populate_header() argument
2290 buf[1] = ((str & 1) << 5) | ((list_id_usage & 3) << 3) | (prio & 7); in iscsi_xcopy_populate_header()